diff options
author | ryoon <ryoon@pkgsrc.org> | 2022-01-04 12:58:25 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2022-01-04 12:58:25 +0000 |
commit | b6ba653c317190e9a51668b93a96b2cdc8142550 (patch) | |
tree | aa132309bd4ffbc2beabbe553a8f11bec858572d /graphics/gegl | |
parent | 60fb2f6853f6d14a4a4c58b3ce96e9088889499a (diff) | |
download | pkgsrc-b6ba653c317190e9a51668b93a96b2cdc8142550.tar.gz |
gegl: Update to 0.4.34
Changelog:
GEGL-0.4.34 2021-12-19
----------------------
Operations:
~~~~~~~~~~~
magick-load: use g_spawn_async instead of system to run the image magick
convert fallback - preventing shell expansion on non-escaped/filtered
paths in constructed commandline.
ripple: avoid a possible division by zero.
Build:
~~~~~~
Explicit dependency specification in meson for generated CL files.
ctx has been moved to be part of gegl-common.so nearer to the operations
using it avoiding polluting the GEGL library symbol table with the ctx
symbols.
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 5 | ||||
-rw-r--r-- | graphics/gegl/PLIST | 5 | ||||
-rw-r--r-- | graphics/gegl/distinfo | 8 |
3 files changed, 8 insertions, 10 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 7f8ac79f8dc..f903a1fb888 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.99 2021/12/08 16:02:09 adam Exp $ +# $NetBSD: Makefile,v 1.100 2022/01/04 12:58:25 ryoon Exp $ -DISTNAME= gegl-0.4.32 -PKGREVISION= 1 +DISTNAME= gegl-0.4.34 CATEGORIES= graphics MASTER_SITES= https://download.gimp.org/pub/gegl/${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz diff --git a/graphics/gegl/PLIST b/graphics/gegl/PLIST index 78d48f2239d..0573c920ccc 100644 --- a/graphics/gegl/PLIST +++ b/graphics/gegl/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.33 2021/10/01 14:28:07 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.34 2022/01/04 12:58:25 ryoon Exp $ bin/gegl bin/gegl-imgcmp -include/gegl-0.4/ctx.h include/gegl-0.4/gegl-apply.h include/gegl-0.4/gegl-audio-fragment.h include/gegl-0.4/gegl-buffer-backend.h @@ -122,7 +121,7 @@ lib/gegl-0.4/webp-load.${SOEXT} lib/gegl-0.4/webp-save.${SOEXT} lib/libgegl-0.4.${SOEXT} lib/libgegl-0.4.${SOEXT}.0 -lib/libgegl-0.4.${SOEXT}.0.431.1 +lib/libgegl-0.4.${SOEXT}.0.433.1 lib/libgegl-npd-0.4.${SOEXT} lib/libgegl-sc-0.4.${SOEXT} lib/pkgconfig/gegl-0.4.pc diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo index b22208c6b69..52c5cd9b5c1 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2021/10/26 10:46:09 nia Exp $ +$NetBSD: distinfo,v 1.38 2022/01/04 12:58:25 ryoon Exp $ -BLAKE2s (gegl-0.4.32.tar.xz) = 86f333acbd51d762ac53098c8ff0808cff56f79937dc0eea00c4ba32fb086177 -SHA512 (gegl-0.4.32.tar.xz) = 68da02b8df0a1d234063958896f3678ead62772e611bddb39a6f21ec58cc744599d0a691224c057f2da4d04f2ccfb155a545deea92e77c728dbaeeb90e68cad6 -Size (gegl-0.4.32.tar.xz) = 5633796 bytes +BLAKE2s (gegl-0.4.34.tar.xz) = f0ef7b7609917e220d12c5a0ad2961b3166d9338b1e58c45ab65910e9fda9e5a +SHA512 (gegl-0.4.34.tar.xz) = 13bbc19c4fb1feee609d2191b09fe1d2f020da1be788f9dcf7ed89dfef8465ce77dc34a9cb74279c88336aa0f3d3a7a44ca35335a3c2374516f590a40edbc08e +Size (gegl-0.4.34.tar.xz) = 5647516 bytes SHA1 (patch-gegl_gegl-config.c) = a8e1f5f5394a33be2bcdcb05ec7654d06f7ad4bc SHA1 (patch-operations_external_png-load.c) = 9a03e842597d6c069f7dfa0fa224dd487479b27f SHA1 (patch-operations_external_tiff-load.c) = 5be8581a1459db3007bb82c27c2770356314f71d |