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:           Thu Feb 22 09:03:54 UTC 2024

Modified Files:
        pkgsrc/graphics/gegl: Makefile PLIST distinfo
Removed Files:
        pkgsrc/graphics/gegl/patches: patch-operations_external_svg-load.c

Log Message:
gegl: update to 0.4.48.

GEGL=0.4.48 2024-02-11

Core:

GeglColor extended with GBytes API, and space aware accesors for RGB
and CMYK. Better runtime handling of mismatched GEGL ops in graphs.

Build:

Use gi-docgen

Updated vendored libraries

ctx has been updated from upstream.

Operations:

  • dropshadow: Fix shrinking with negative-grow radius.

  • mantiuk: opt out of OpenMP when building with clang.

  • voroni: fix crash.

  • shuffle-search: in progress (in workshop, not built by default)
    brute-force dither optimizer.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 pkgsrc/graphics/gegl/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/gegl/PLIST
cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/gegl/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/gegl/patches/patch-operations_external_svg-load.c

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.130 pkgsrc/graphics/gegl/Makefile:1.131
--- pkgsrc/graphics/gegl/Makefile:1.130 Tue Jan 30 14:22:08 2024
+++ pkgsrc/graphics/gegl/Makefile       Thu Feb 22 09:03:53 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.130 2024/01/30 14:22:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.131 2024/02/22 09:03:53 wiz Exp $
 
-DISTNAME=      gegl-0.4.46
-PKGREVISION=   7
+DISTNAME=      gegl-0.4.48
 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.42 pkgsrc/graphics/gegl/PLIST:1.43
--- pkgsrc/graphics/gegl/PLIST:1.42     Fri Jul 14 07:35:59 2023
+++ pkgsrc/graphics/gegl/PLIST  Thu Feb 22 09:03:53 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.42 2023/07/14 07:35:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.43 2024/02/22 09:03:53 wiz Exp $
 bin/gegl
 bin/gegl-imgcmp
 include/gegl-0.4/gegl-apply.h
@@ -139,7 +139,7 @@ lib/gegl-0.4/webp-save.${SOEXT}
 lib/girepository-1.0/Gegl-0.4.typelib
 lib/libgegl-0.4.${SOEXT}
 ${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0
-${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0.445.1
+${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0.447.1
 ${PLIST.darwin}lib/libgegl-0.4.0.dylib
 lib/libgegl-npd-0.4.${SOEXT}
 lib/libgegl-sc-0.4.${SOEXT}

Index: pkgsrc/graphics/gegl/distinfo
diff -u pkgsrc/graphics/gegl/distinfo:1.44 pkgsrc/graphics/gegl/distinfo:1.45
--- pkgsrc/graphics/gegl/distinfo:1.44  Sun Nov 12 09:22:23 2023
+++ pkgsrc/graphics/gegl/distinfo       Thu Feb 22 09:03:53 2024
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.44 2023/11/12 09:22:23 nros Exp $
+$NetBSD: distinfo,v 1.45 2024/02/22 09:03:53 wiz Exp $
 
-BLAKE2s (gegl-0.4.46.tar.xz) = 96ed49060a6fc99d73ddbc6d642445a75027e4d1f3e5cfa79faab32367023e65
-SHA512 (gegl-0.4.46.tar.xz) = cd733208da7dc1ec77ca023f03f47e578350e156ad07ece701b39f517a292e9f9c081b3a8a2db846813483b4ddb21f32f9fc8b9c70fea8a6ba27bb97ef8bb847
-Size (gegl-0.4.46.tar.xz) = 5799248 bytes
+BLAKE2s (gegl-0.4.48.tar.xz) = 2fb9bf17c79252dc2bcf6fa37e1b87a055eb9c56cdb73dfdccf5ab9c972e05ea
+SHA512 (gegl-0.4.48.tar.xz) = 8f47e6445062894c16d54eeeec4a55cccc32fc49c9fb9be3428a591daaeb21b1a5b8529a68d82613fd75f107bb8c0418c9e5337346bd94da3226e545189c226b
+Size (gegl-0.4.48.tar.xz) = 5805488 bytes
 SHA1 (patch-gegl_gegl-config.c) = a8e1f5f5394a33be2bcdcb05ec7654d06f7ad4bc
 SHA1 (patch-gegl_gegl-cpuaccel.c) = f32ee8dfb8b89eb0aa117ac071cd35367b7841a5
 SHA1 (patch-operations_external_png-load.c) = 9a03e842597d6c069f7dfa0fa224dd487479b27f
-SHA1 (patch-operations_external_svg-load.c) = 7b26b644863090d8bd70218cb56a26e9b9995fe4
 SHA1 (patch-operations_external_tiff-load.c) = 5be8581a1459db3007bb82c27c2770356314f71d



Home | Main Index | Thread Index | Old Index