Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gdk-pixbuf-devel | Distribution: openSUSE Tumbleweed |
Version: 2.44.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Sep 18 18:25:14 2025 |
Group: Development/Languages/C and C++ | Build host: reproducible |
Size: 480562 | Source RPM: gdk-pixbuf-2.44.1-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.gnome.org/ | |
Summary: Development files for gdk-pixbuf, an image loading library |
gdk-pixbuf is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or Clutter. This package contains the development files for gdk-pixbuf.
LGPL-2.1-or-later
* Thu Sep 18 2025 Bjørn Lie <bjorn.lie@gmail.com> - Drop unused rpmlintrc. * Thu Sep 18 2025 Dominique Leuenberger <dimstar@opensuse.org> - Keep owning the directory structure %{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version}/loaders, so all the existing loader packages do not have to do it. * Mon Sep 15 2025 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.44.1: + Re-enable animation tests + Fix leak in load_animation_with_glycin * Tue Sep 09 2025 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.44.0: + build: Fix cross-building + build: Don't build documentation by default + glycin: Implement animation + Updated translations * Thu Sep 04 2025 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.43.5: + The animation-related APIs have been deprecated + jpeg: Fix a crash related to icc data (CVE-2025-7345) + glycin: Save jpeg without alpha + glycin: Simplify wrapping code and avoid a copy + glycin: Support exif orientation + glycin: Set sandbox mode for saving + Plug some memory leaks + build: Disabled the thumbnailer by default on Linux + Prefer builtin modules - Changes from version 2.43.3: + Add a native loader for Android builds + Use the glycin loader for SVG as well. + Change the default build options to be 'auto' for all loader options. + Change the default value for the builtin_loaders option to 'default'. On Linux, we interpret 'default' as 'glycin' + Require Meson 1.5 to build gdk-pixbuf + Use glycin for saving. The following formats are supported: png, jpeg, tiff, webp, ico, bmp. For png, jpeg and tiff, the most common options are supported when saving. + Fix introspection annotations for loading and saving GdkPixbuf from and to streams asynchronously - Changes from version 2.43.2: + Make the thumbnailer optional + Add a glycin loader. Glycin is a sandboxed image loading framework that is written in rust, and supports more image formats than gdk-pixbuf ever did. + Deprecate "gtk_doc" configuration option; to conform with the rest of the GNOME core libraries, use "documentation" instead + Remove the long-since deprecated "docs" configuration option + Require Meson 1.0 to build gdk-pixbuf + Deprecate the XPM-related API; the XPM loader is disabled by default, and we have better API for loading those kinds of assets, though nobody should be shipping XPM files in 2025 - Build with the exact options as recommended by upstream: - Dandroid=disabled - Dpng=disabled - Dtiff=disabled - Djpeg=disabled - Dgif=disabled - Dothers=disabled - Dglycin=enabled - Dbuiltin_loaders='glycin' - Dthumbnailer=disabled - Disable test suite: due to the use of glycin/bubblewrap, we cannot pass the test suite inside the OBS build root - Drop gdk-pixbuf-fix-decoder-written-bytes-reporting.patch, and gdk-pixbuf-jpeg-icc-data.patch: fixed upstream - Drop thumbnailer subpackage: no longer built by default on linux in favor of glycin. * Mon Aug 18 2025 Michael Gorse <mgorse@suse.com> - Add gdk-pixbuf-jpeg-icc-data.patch: be more careful with icc data (bsc#1246114 CVE-2025-7345 glgo@GNOME/gdk-pixbuf!217). * Fri Jul 18 2025 Alynx Zhou <alynx.zhou@suse.com> - Add gdk-pixbuf-fix-decoder-written-bytes-reporting.patch: Fix memory leak caused by wrong written bytes reported by decoder (CVE-2025-6199, glgo#GNOME/gdk-pixbuf#257, bsc#1245227). * Thu May 16 2024 Dominique Leuenberger <dimstar@opensuse.org> - Enable test suite on x86_64 (other arches seem too flaky for now): + Add %check section and call %meson_test + Add gdk-pixbuf-jpeg-slow.patch: allow pixbuf-jpeg to run for more than 30s, by marking it as a slow test (glgo#GNOME/gdk-pixbuf!174). * Thu May 16 2024 Dominique Leuenberger <dimstar@opensuse.org> - Migrate package to a regular obs_scm service, no longer password protecting a zip file. The originally reported bsc#1159337 seems no longer be applicable and we prefer the easier route. - Drop unzip BuildRequires and pre_checkin.sh script. * Wed May 15 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.42.12: + Fix a build failure, + Fix occasional build failures, + ani: Reject files with multiple INA or IART chunks, + ani: Reject files with multiple anih chunks (CVE-2022-48622), + ani: validate chunk size, + Updated translations. - Drop 238893d8cd6f9c2616a05ab521a29651a17a38c2.patch: fixed upstream. * Mon May 06 2024 Dominique Leuenberger <dimstar@opensuse.org> - Pass -Dothers=enabled to meson: enable other image loaders (most notably beeded seems xpm,xbm). This is in line with upstreams recommendation for now, but won't be working past version 2.43.x. The loaders will likely be split out into a separate repo. (boo#1223903, glgo#GNOME/gdk-pixbuf!169). - Add 238893d8cd6f9c2616a05ab521a29651a17a38c2.patch: Fix test suite with other loaders enabled. * Thu May 02 2024 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.42.11: + Disable fringe loaders by default. + Introspection fixes. + Updated translations. * Mon Apr 15 2024 Dominique Leuenberger <dimstar@opensuse.org> - Fix path to gdk-pixbuf-query-loader in pkg-config file: we rename the loader to be multi-arch compatible and thus also need to adjust the .pc file to have build-systems find it. * Wed Oct 26 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.42.10: + Search for rst2man.py. + Update the memory size limit for JPEG images. + Updated translations. - Drop patch fixed upstream (with different limit): + 0001-jpeg-Increase-memory-limit-for-loading-image-data.patch * Tue Aug 30 2022 Michael Gorse <mgorse@suse.com> - Add 0001-jpeg-Increase-memory-limit-for-loading-image-data.patch: fix loading of larger images (glgo#GNOME/gdk-pixbuf#216). * Mon Aug 15 2022 Dirk Müller <dmueller@suse.com> - avoid bashism in baselibs postscript (bsc#1195391) * Tue Aug 09 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.42.9: + Fix the check for maximum value of LZW initial code size (boo#1194633 CVE-2021-44648). + Use CMake for dependencies on Windows/MSVC. + Add option for building tests. + Move man pages to reStructuredText. + Disable relocation when built as a static libary on Windows. + Update wrap file for libjpeg-turbo. + Limit the memory size when loading image data. - Add docutils and pkgconfig(gi-docgen) BuildRequires: New dependencies. * Fri Mar 18 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.42.8 (boo#1201826): + Clear the pixbuf's memory buffer to avoid returning uninitialized memory. + Turn GdkPixbufModule functions into typed callbacks. + tiff: Use non-deprecated C99 integer types. + gif: Check for overflow when compositing or clearing frames. + Change png/jpeg/tiff build options from boolean to feature. + jpeg: Do not rely on UB around setjmp/longjmp. + Build fixes. + Documentation fixes. + Security fixes: CVE-2021-46829. + Updated translations. - Stop passing options to meson that just follow upstream default, just rely on upstream providing sane defaults, apart from where we want to deviate.
/usr/bin/gdk-pixbuf-csource /usr/bin/gdk-pixbuf-pixdata /usr/include/gdk-pixbuf-2.0 /usr/include/gdk-pixbuf-2.0/gdk-pixbuf /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-features.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-macros.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-simple-anim.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-transform.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/pkgconfig/gdk-pixbuf-2.0.pc /usr/lib/rpm/macros.d/macros.gdk-pixbuf /usr/share/gir-1.0/GdkPixbuf-2.0.gir /usr/share/gir-1.0/GdkPixdata-2.0.gir /usr/share/man/man1/gdk-pixbuf-csource.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Sep 25 22:53:25 2025