pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  5 14:07:28 UTC 2026

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2: Makefile PLIST distinfo
Removed Files:
        pkgsrc/graphics/gdk-pixbuf2/patches: patch-gdk-pixbuf_io-jpeg.c

Log Message:
gdk-pixbuf2: updated to 2.44.4

2.44.4

- glycin: Make svgz work
- glycin: Support saving avif
- docs: Add deprecation tags for GdkPixbufAnimation
- bmp: Fix loading of bottom-up images

2.44.3

- glycin: Fix an off-by-one-error in option handling
- glycin: Handle outdated uses of the prepare callback
- glycin: Consolidate image and animation loading
- glycin: Handle animations better, using new glycin API
- build: Require glycin 2.0.1

2.44.2

- glycin: Ignore unknowns keys when saving
- Translation updates

2.44.1

- Re-enable animation tests
- Fix leak in load_animation_with_glycin

2.44.0

- build: Fix cross-building
- build: Don't build documentation by default
- glycin: Implement animation
- Translation updates


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/gdk-pixbuf2/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/gdk-pixbuf2/PLIST
cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/gdk-pixbuf2/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_io-jpeg.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/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.74 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.75
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.74   Sun Dec 21 07:39:23 2025
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile        Mon Jan  5 14:07:27 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2025/12/21 07:39:23 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2026/01/05 14:07:27 adam Exp $
 
-DISTNAME=      gdk-pixbuf-2.42.12
+DISTNAME=      gdk-pixbuf-2.44.4
 PKGNAME=       ${DISTNAME:S/pixbuf/pixbuf2/}
-PKGREVISION=   5
 CATEGORIES=    graphics gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/graphics/gdk-pixbuf2/PLIST
diff -u pkgsrc/graphics/gdk-pixbuf2/PLIST:1.27 pkgsrc/graphics/gdk-pixbuf2/PLIST:1.28
--- pkgsrc/graphics/gdk-pixbuf2/PLIST:1.27      Thu Jun 27 15:22:15 2024
+++ pkgsrc/graphics/gdk-pixbuf2/PLIST   Mon Jan  5 14:07:28 2026
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.27 2024/06/27 15:22:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2026/01/05 14:07:28 adam Exp $
 bin/gdk-pixbuf-csource
 bin/gdk-pixbuf-pixdata
 bin/gdk-pixbuf-query-loaders
 ${PLIST.native}bin/gdk-pixbuf-thumbnailer
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h
-include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-autocleanups.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h
 include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h
@@ -31,7 +30,7 @@ ${PLIST.introspection}lib/girepository-1
 ${PLIST.introspection}lib/girepository-1.0/GdkPixdata-2.0.typelib
 lib/libgdk_pixbuf-2.0.so
 lib/libgdk_pixbuf-2.0.so.0
-lib/libgdk_pixbuf-2.0.so.0.4200.12
+lib/libgdk_pixbuf-2.0.so.0.4400.4
 lib/pkgconfig/gdk-pixbuf-2.0.pc
 man/man1/gdk-pixbuf-csource.1
 man/man1/gdk-pixbuf-query-loaders.1

Index: pkgsrc/graphics/gdk-pixbuf2/distinfo
diff -u pkgsrc/graphics/gdk-pixbuf2/distinfo:1.57 pkgsrc/graphics/gdk-pixbuf2/distinfo:1.58
--- pkgsrc/graphics/gdk-pixbuf2/distinfo:1.57   Fri Aug  1 09:10:57 2025
+++ pkgsrc/graphics/gdk-pixbuf2/distinfo        Mon Jan  5 14:07:28 2026
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.57 2025/08/01 09:10:57 nia Exp $
+$NetBSD: distinfo,v 1.58 2026/01/05 14:07:28 adam Exp $
 
-BLAKE2s (gdk-pixbuf-2.42.12.tar.xz) = 14d58a61c191af2ef5ec7dd747f82cd9962d8bb38b2da345f496812e3861576b
-SHA512 (gdk-pixbuf-2.42.12.tar.xz) = ae9fcc9b4e8fd10a4c9bf34c3a755205dae7bbfe13fbc93ec4e63323dad10cc862df6a9e2e2e63c84ffa01c5e120a3be06ac9fad2a7c5e58d3dc6ba14d1766e8
-Size (gdk-pixbuf-2.42.12.tar.xz) = 6525072 bytes
+BLAKE2s (gdk-pixbuf-2.44.4.tar.xz) = 306a95a4646863f2f513458f67f563f70d2089a744d7f30ce9dfcf5e8007f4cb
+SHA512 (gdk-pixbuf-2.44.4.tar.xz) = 22ce3bd87e85c70048df7f20e069e7ae52682b89a1bfd2451a673948159581a9d5fe4f5d62ff03f58853ab1bdeac31baf881958244cd59c5ba12767a0bcc1b6e
+Size (gdk-pixbuf-2.44.4.tar.xz) = 6541244 bytes
 SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = a9d2436711b1a1c3bb58beef0df5e485ad6cbe7d
-SHA1 (patch-gdk-pixbuf_io-jpeg.c) = d3c86390af11f66576ce573b8059094e1adae932
 SHA1 (patch-gdk-pixbuf_meson.build) = d54c4f1c5c045c3988fc2bbac19d2aac3e32de89
 SHA1 (patch-tests_meson.build) = 7d60098d957e4b0677aad6452de651189fc06b2d
 SHA1 (patch-thumbnailer_meson.build) = 25d1ee1934bed00b4353ce33dacd52e3414b943f



Home | Main Index | Thread Index | Old Index