gdk-pixbuf (2.44.6+dfsg-2)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/2.44.6+dfsg-2 tag
- Git: https://salsa.debian.org/gnome-team/gdk-pixbuf.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 2433024
- Browser: https://salsa.debian.org/gnome-team/gdk-pixbuf
- Last scan: 2026-04-13 15:26:12+00
- Next scan: 2026-04-20 11:50:00+00
- CI pipeline status: success
- Debian changelog in Git:
gdk-pixbuf (2.44.6+dfsg-2) unstable; urgency=medium
* Team upload
* d/patches: Move workarounds for older glycin into a subdirectory.
This will make it more obvious when we can remove them.
* d/p/old-glycin/build-Enable-all-builtin-loaders.patch:
Clarify why we need this patch
* d/p/old-glycin/Temporarily-disable-glycin-xpm-and-xbm.patch:
Adjust patch so that when glycin is built-in, but we're not using
glycin for xbm/xpm, we don't assume that xbm/xpm are part of it
* d/p/Fix-loading-of-xpm-module-if-built-in.patch:
Add proposed patch to fix the legacy XPM module when built-in to
the library, fixing regressions in apps that call the deprecated
gdk_pixbuf_new_from_xpm_data() (Closes: #1132565)
* d/rules: Explicitly enable legacy XPM loader.
We were already enabling this via the builtin_loaders option as a
workaround for our glycin version not supporting this format, but
even after we get a version of glycin that can load XBM and XPM files,
we'll still need this for gdk_pixbuf_new_from_xpm_data().
* d/tests: Exercise gdk_pixbuf_new_from_xpm_data(), and smoke-test
support for the most important formats to make sure they don't regress
-- Simon McVittie <smcv@debian.org> Sat, 04 Apr 2026 14:55:48 +0100
- This branch is 1 commit ahead of tag debian/2.44.6+dfsg-2
- Git log:
commit 529167115dc5bb6d3d3440194ba229a4746e3381
Author: Simon McVittie <smcv@debian.org>
Date: Sat Apr 4 16:57:28 2026 +0100
Mark patch fixing #1132565 as applied upstream