public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin Gilbert <bgilbert@backtick.net>
To: git-commits@fedoraproject.org
Subject: [rpms/gdk-pixbuf2-modules-extra] rawhide: All formats other than ANI, ICNS, and QTIF are now handled by gdk-pixbuf2 2.44.6+ via glycin-loaders 2.1.0+
Date: Sat, 20 Jun 2026 20:47:19 GMT	[thread overview]
Message-ID: <178198843907.1.17188888622748866248.rpms-gdk-pixbuf2-modules-extra-d72f625db2c2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdk-pixbuf2-modules-extra
Branch : rawhide
Commit : d72f625db2c227437e5cf44267df63901f4ca2c8
Author : Benjamin Gilbert <bgilbert@backtick.net>
Date   : 2026-06-20T13:47:01-07:00
Stats  : +1/-82 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/gdk-pixbuf2-modules-extra/c/d72f625db2c227437e5cf44267df63901f4ca2c8?branch=rawhide

Log:
All formats other than ANI, ICNS, and QTIF are now handled by gdk-pixbuf2 2.44.6+ via glycin-loaders 2.1.0+

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 70a9ec8..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/gdk-pixbuf-2.42.12.tar.xz
-/gdk-pixbuf-2.43.5.tar.xz
-/gdk-pixbuf-2.44.0.tar.xz

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..076d738
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+All formats other than ANI, ICNS, and QTIF are now handled by gdk-pixbuf2 2.44.6+ via glycin-loaders 2.1.0+

diff --git a/gdk-pixbuf2-modules-extra.spec b/gdk-pixbuf2-modules-extra.spec
deleted file mode 100644
index de2355d..0000000
--- a/gdk-pixbuf2-modules-extra.spec
+++ /dev/null
@@ -1,78 +0,0 @@
-Name:           gdk-pixbuf2-modules-extra
-Version:        2.44.0
-Release:        %autorelease
-Summary:        Extra image loaders for gdk-pixbuf2
-
-License:        LGPL-2.1-or-later
-URL:            https://gitlab.gnome.org/GNOME/gdk-pixbuf
-Source0:        https://download.gnome.org/sources/gdk-pixbuf/2.44/gdk-pixbuf-%{version}.tar.xz
-
-BuildRequires:  gcc
-BuildRequires:  gettext
-BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  meson
-# gdk-pixbuf does a configure time check which uses the GIO mime
-# layer; we need to actually have the mime type database.
-BuildRequires:  shared-mime-info
-
-Requires:       gdk-pixbuf2%{?_isa} > 2.43.0
-
-%if 0%{?fedora} >= 44
-%global contents a module for loading XPM images
-%else
-%global contents modules for loading ANI, ICNS, QTIF, XBM, and XPM images
-%endif
-
-%description
-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 %{contents}.
-
-%prep
-%autosetup -n gdk-pixbuf-%{version} -p1
-
-%build
-%meson \
-       -Dpng=disabled \
-       -Dtiff=disabled \
-       -Djpeg=disabled \
-       -Dgif=disabled \
-       -Dglycin=disabled \
-       -Dandroid=disabled \
-       -Dothers=enabled \
-       -Dbuiltin_loaders=none \
-       -Ddocumentation=false \
-       -Dintrospection=disabled \
-       -Dman=false \
-       -Dinstalled_tests=false \
-       -Dthumbnailer=disabled \
-       %{nil}
-
-%global _smp_mflags -j1
-%meson_build
-
-%check
-%meson_test
-
-%install
-%meson_install
-rm -r $RPM_BUILD_ROOT%{_bindir}
-# gdk-pixbuf2 package includes locale data for our modules
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale
-rm -r $RPM_BUILD_ROOT%{_includedir}
-rm    $RPM_BUILD_ROOT%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-{bmp,ico,pnm,tga}.so
-%if 0%{?fedora} >= 44
-rm    $RPM_BUILD_ROOT%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-{ani,icns,qtif,xbm}.so
-%endif
-rm    $RPM_BUILD_ROOT%{_libdir}/libgdk_pixbuf-2.0*
-rm -r $RPM_BUILD_ROOT%{_libdir}/pkgconfig
-
-%files
-%license COPYING
-%doc NEWS README.md
-%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/*.so
-
-%changelog
-%autochangelog

diff --git a/sources b/sources
deleted file mode 100644
index 58ef86e..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (gdk-pixbuf-2.44.0.tar.xz) = b360e9c6a8e729ec7baebdf234fcbe436f6796901c38b4f0631080099b2eaa64e6026bb2e53459662a0008c2314d80c3e0353f19eb3bfd226d2f065aab85a37e

                 reply	other threads:[~2026-06-20 20:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178198843907.1.17188888622748866248.rpms-gdk-pixbuf2-modules-extra-d72f625db2c2@fedoraproject.org \
    --to=bgilbert@backtick.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox