pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gegl



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jan  4 12:58:25 UTC 2022

Modified Files:
        pkgsrc/graphics/gegl: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/graphics/gegl/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/gegl/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/gegl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gegl/Makefile
diff -u pkgsrc/graphics/gegl/Makefile:1.99 pkgsrc/graphics/gegl/Makefile:1.100
--- pkgsrc/graphics/gegl/Makefile:1.99  Wed Dec  8 16:02:09 2021
+++ pkgsrc/graphics/gegl/Makefile       Tue Jan  4 12:58:25 2022
@@ -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

Index: pkgsrc/graphics/gegl/PLIST
diff -u pkgsrc/graphics/gegl/PLIST:1.33 pkgsrc/graphics/gegl/PLIST:1.34
--- pkgsrc/graphics/gegl/PLIST:1.33     Fri Oct  1 14:28:07 2021
+++ pkgsrc/graphics/gegl/PLIST  Tue Jan  4 12:58:25 2022
@@ -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

Index: pkgsrc/graphics/gegl/distinfo
diff -u pkgsrc/graphics/gegl/distinfo:1.37 pkgsrc/graphics/gegl/distinfo:1.38
--- pkgsrc/graphics/gegl/distinfo:1.37  Tue Oct 26 10:46:09 2021
+++ pkgsrc/graphics/gegl/distinfo       Tue Jan  4 12:58:25 2022
@@ -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