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:   wiz
Date:           Mon May 19 07:10:05 UTC 2025

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

Log Message:
gegl: update to 0.4.62.

Changes:

Ops:

  • png-load: avoid crashing on some invalid files

  • bevel: code cleanups, pass only valid values to gegl:emboss

  • exr-save: fix scratch buffer computation for large images

  • fractal-trace: add ui-ranges to coordiantes

Build:

  • porting of many shell scripts to python, improving build
    compatibility for windows.

Core:

  • portability fixes for win32 for running graphviz from folders with
    spaces in path

  • depend on babl>=0.1.112 removing ifdefs keeping old variants
    working

  • Mark nodes as intert in ::dispose and check for this during
    traversals, this fixes a crash when using a libc that has a
    non-clobbering free.


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/graphics/gegl/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/gegl/PLIST
cvs rdiff -u -r1.49 -r1.50 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.148 pkgsrc/graphics/gegl/Makefile:1.149
--- pkgsrc/graphics/gegl/Makefile:1.148 Tue May  6 12:07:32 2025
+++ pkgsrc/graphics/gegl/Makefile       Mon May 19 07:10:05 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.148 2025/05/06 12:07:32 wiz Exp $
+# $NetBSD: Makefile,v 1.149 2025/05/19 07:10:05 wiz Exp $
 
-DISTNAME=      gegl-0.4.58
-PKGREVISION=   2
+DISTNAME=      gegl-0.4.62
 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.48 pkgsrc/graphics/gegl/PLIST:1.49
--- pkgsrc/graphics/gegl/PLIST:1.48     Tue May  6 12:07:32 2025
+++ pkgsrc/graphics/gegl/PLIST  Mon May 19 07:10:05 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.48 2025/05/06 12:07:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.49 2025/05/19 07:10:05 wiz Exp $
 bin/gegl
 bin/gegl-imgcmp
 include/gegl-0.4/gegl-apply.h
@@ -134,7 +134,7 @@ lib/girepository-1.0/Gegl-0.4.typelib
 ${PLIST.darwin}lib/libgegl-0.4.0.dylib
 lib/libgegl-0.4.${SHLIB_EXT}
 ${PLIST.notdarwin}lib/libgegl-0.4.so.0
-${PLIST.notdarwin}lib/libgegl-0.4.so.0.457.1
+${PLIST.notdarwin}lib/libgegl-0.4.so.0.461.1
 lib/libgegl-npd-0.4.${SHLIB_EXT}
 lib/libgegl-sc-0.4.${SHLIB_EXT}
 lib/pkgconfig/gegl-0.4.pc

Index: pkgsrc/graphics/gegl/distinfo
diff -u pkgsrc/graphics/gegl/distinfo:1.49 pkgsrc/graphics/gegl/distinfo:1.50
--- pkgsrc/graphics/gegl/distinfo:1.49  Tue Apr  8 11:35:06 2025
+++ pkgsrc/graphics/gegl/distinfo       Mon May 19 07:10:05 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.49 2025/04/08 11:35:06 adam Exp $
+$NetBSD: distinfo,v 1.50 2025/05/19 07:10:05 wiz Exp $
 
-BLAKE2s (gegl-0.4.58.tar.xz) = f115d0b511b55913ba12df300296100b9757667fd3f3b7c3e8969253bdb88201
-SHA512 (gegl-0.4.58.tar.xz) = 25b740374559992d713119bdf61b13708e796c55102c053bf732099b41275f173d67f75b557dc2fc8cd9f9b7961dbf0b3298eea7ed7aeac07732e5e3cf8ac5dd
-Size (gegl-0.4.58.tar.xz) = 6020756 bytes
+BLAKE2s (gegl-0.4.62.tar.xz) = d0c5ac79c859d7da3574d6614ec02850f1c374077a3a4ed58c48e5a2256d222c
+SHA512 (gegl-0.4.62.tar.xz) = bf4801588abe8b568ae3d1daafa97af28516bbbdd44d2a0798c87412b49301f621db3cf1c7a3ec33f19d96ab4dbd37d80824f04460116a896dd7415aa0d5229d
+Size (gegl-0.4.62.tar.xz) = 6025372 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