pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gegl gegl: update to 0.4.40.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bffc4743ac99
branches:  trunk
changeset: 388687:bffc4743ac99
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 25 09:24:54 2022 +0000

description:
gegl: update to 0.4.40.

GEGL-0.4.40 2022-11-13

Operations:

  • newsprint: do not drop alpha channel in RGB modes.

Core

  • fixes for legacy build, still supporting building latest GEGL for
    stable GIMP with old babl (not recommended if distros can have
    recent enough meson.).

  • avoiding possible multi thread race in babl garbage collection

diffstat:

 graphics/gegl/Makefile |  7 +++----
 graphics/gegl/PLIST    |  4 ++--
 graphics/gegl/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (56 lines):

diff -r abc8eed4ad24 -r bffc4743ac99 graphics/gegl/Makefile
--- a/graphics/gegl/Makefile    Fri Nov 25 09:21:43 2022 +0000
+++ b/graphics/gegl/Makefile    Fri Nov 25 09:24:54 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.112 2022/11/23 16:20:15 adam Exp $
+# $NetBSD: Makefile,v 1.113 2022/11/25 09:24:54 wiz Exp $
 
-DISTNAME=      gegl-0.4.38
-PKGREVISION=   3
+DISTNAME=      gegl-0.4.40
 CATEGORIES=    graphics
 MASTER_SITES=  https://download.gimp.org/pub/gegl/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
@@ -44,7 +43,7 @@
 .endif
 
 PLIST_VARS+=           neon
-.if !empty(MACHINE_ARCH:Mearmv[67]*)
+.if ${MACHINE_ARCH:Mearmv[67]*}
 PLIST.neon=            yes
 .endif
 
diff -r abc8eed4ad24 -r bffc4743ac99 graphics/gegl/PLIST
--- a/graphics/gegl/PLIST       Fri Nov 25 09:21:43 2022 +0000
+++ b/graphics/gegl/PLIST       Fri Nov 25 09:24:54 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2022/07/24 10:47:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.41 2022/11/25 09:24:54 wiz Exp $
 bin/gegl
 bin/gegl-imgcmp
 include/gegl-0.4/gegl-apply.h
@@ -139,7 +139,7 @@
 lib/libgegl-0.4.${SOEXT}
 ${PLIST.darwin}lib/libgegl-0.4.0.dylib
 ${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0
-${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0.437.1
+${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0.439.1
 lib/libgegl-npd-0.4.${SOEXT}
 lib/libgegl-sc-0.4.${SOEXT}
 lib/pkgconfig/gegl-0.4.pc
diff -r abc8eed4ad24 -r bffc4743ac99 graphics/gegl/distinfo
--- a/graphics/gegl/distinfo    Fri Nov 25 09:21:43 2022 +0000
+++ b/graphics/gegl/distinfo    Fri Nov 25 09:24:54 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2022/07/24 10:47:36 wiz Exp $
+$NetBSD: distinfo,v 1.42 2022/11/25 09:24:54 wiz Exp $
 
-BLAKE2s (gegl-0.4.38.tar.xz) = 2adcf406ef5ad7344bf7eebd7d9d359c67f9c17ad3fd9ccc2dfe1347f637f01f
-SHA512 (gegl-0.4.38.tar.xz) = 367aa67019557b10a19536c56dfbf6687ade183585eeefec65ce12d3c72f5d78330e02ae0ff403609bb7579dc25340a7132b81d36bbf84327c658a96a2d04d4c
-Size (gegl-0.4.38.tar.xz) = 5722188 bytes
+BLAKE2s (gegl-0.4.40.tar.xz) = e8e713693f1ff2114e4101cdf91fc368437c55670e34eaa56c40f53e071e72bc
+SHA512 (gegl-0.4.40.tar.xz) = 99ace5f1b916e56f31483b60a38f885d0e09652c834122390bba4439d9bb1a137d84770e1518187330c44f3491e53393cfb8802ba9ede20658e1c8122e798888
+Size (gegl-0.4.40.tar.xz) = 5784744 bytes
 SHA1 (patch-gegl_gegl-config.c) = a8e1f5f5394a33be2bcdcb05ec7654d06f7ad4bc
 SHA1 (patch-gegl_gegl-cpuaccel.c) = f32ee8dfb8b89eb0aa117ac071cd35367b7841a5
 SHA1 (patch-operations_external_png-load.c) = 9a03e842597d6c069f7dfa0fa224dd487479b27f


Home | Main Index | Thread Index | Old Index