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:           Sat Dec 28 09:40:01 UTC 2024

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

Log Message:
gegl: update to 0.4.52.

GEGL-0.4.52 2024-12-26

Core:

Fix regression cubic interpolation - it was quadratic rather than
cubic, this improves all uses of cubic interpolation. Use g_spawn_sync
rather than system() for launching graphviz' dot.

Ops:

  • invert-gamma: operate on perceptual encoding.

  • newsprint: do processing with perceptual encoding.

  • denoise-dct, mantiuk06: pass-through for too small input buffers.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/graphics/gegl/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/gegl/PLIST
cvs rdiff -u -r1.46 -r1.47 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.141 pkgsrc/graphics/gegl/Makefile:1.142
--- pkgsrc/graphics/gegl/Makefile:1.141 Fri Dec 27 08:19:55 2024
+++ pkgsrc/graphics/gegl/Makefile       Sat Dec 28 09:40:01 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.141 2024/12/27 08:19:55 wiz Exp $
+# $NetBSD: Makefile,v 1.142 2024/12/28 09:40:01 wiz Exp $
 
-DISTNAME=      gegl-0.4.50
-PKGREVISION=   2
+DISTNAME=      gegl-0.4.52
 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.44 pkgsrc/graphics/gegl/PLIST:1.45
--- pkgsrc/graphics/gegl/PLIST:1.44     Thu Nov  7 07:35:58 2024
+++ pkgsrc/graphics/gegl/PLIST  Sat Dec 28 09:40:01 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.44 2024/11/07 07:35:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.45 2024/12/28 09:40:01 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.${SOEXT}
 ${PLIST.notdarwin}lib/libgegl-0.4.so.0
-${PLIST.notdarwin}lib/libgegl-0.4.so.0.449.1
+${PLIST.notdarwin}lib/libgegl-0.4.so.0.451.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.46 pkgsrc/graphics/gegl/distinfo:1.47
--- pkgsrc/graphics/gegl/distinfo:1.46  Thu Nov  7 07:35:58 2024
+++ pkgsrc/graphics/gegl/distinfo       Sat Dec 28 09:40:01 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.46 2024/11/07 07:35:58 wiz Exp $
+$NetBSD: distinfo,v 1.47 2024/12/28 09:40:01 wiz Exp $
 
-BLAKE2s (gegl-0.4.50.tar.xz) = 2f8c321aa91562380df5f16fe96a6c2f4d0bc7edff3e63fb046b40644bbebc31
-SHA512 (gegl-0.4.50.tar.xz) = 6ba7cc6a1feca518857a6f474fffec4d3ddce81104541d9d8c9d6a6d7464a00ec0d4fce63194ba2d457d606fea3049fbd365b20b70fdbdf275dac61bc35f8205
-Size (gegl-0.4.50.tar.xz) = 5987700 bytes
+BLAKE2s (gegl-0.4.52.tar.xz) = 24f5e1976862d70498e5351a0c8f74412da632d1cf4b694e3a0f52f58e52e537
+SHA512 (gegl-0.4.52.tar.xz) = fc6c9306733624eb34774c2707d7628a32fc33d1543c93ee62ac970d36d94f60547f89690651d17feca4d60d0c9decaba9214b95bbd96a7cd0db035af4bfc772
+Size (gegl-0.4.52.tar.xz) = 5989340 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