pkgsrc-Changes-HG archive

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

[.joined/pkgsrc/trunk]: .joined/pkgsrc/graphics/gegl gegl: Update to 0.4.34



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/724667df733b
branches:  trunk
changeset: 371053:724667df733b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Jan 04 12:58:25 2022 +0000

description:
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:

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

diffs (50 lines):

diff -r 85c392a3e9c9 -r 724667df733b graphics/gegl/Makefile
--- a/graphics/gegl/Makefile    Tue Jan 04 12:49:47 2022 +0000
+++ b/graphics/gegl/Makefile    Tue Jan 04 12:58:25 2022 +0000
@@ -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 -r 85c392a3e9c9 -r 724667df733b graphics/gegl/PLIST
--- a/graphics/gegl/PLIST       Tue Jan 04 12:49:47 2022 +0000
+++ b/graphics/gegl/PLIST       Tue Jan 04 12:58:25 2022 +0000
@@ -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-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 -r 85c392a3e9c9 -r 724667df733b graphics/gegl/distinfo
--- a/graphics/gegl/distinfo    Tue Jan 04 12:49:47 2022 +0000
+++ b/graphics/gegl/distinfo    Tue Jan 04 12:58:25 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index