Update to 2.42.4
- Disable gtk-doc support as we don't have gi-docgen in Fedora yet
This commit is contained in:
parent
29c07d065a
commit
73c8e43e1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@ gdk-pixbuf-2.21.6.tar.bz2
|
||||
/gdk-pixbuf-2.39.2.tar.xz
|
||||
/gdk-pixbuf-2.40.0.tar.xz
|
||||
/gdk-pixbuf-2.42.2.tar.xz
|
||||
/gdk-pixbuf-2.42.4.tar.xz
|
||||
|
||||
@ -1,20 +1,21 @@
|
||||
%global glib2_version 2.56.0
|
||||
|
||||
Name: gdk-pixbuf2
|
||||
Version: 2.42.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.42.4
|
||||
Release: 1%{?dist}
|
||||
Summary: An image loading library
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://gitlab.gnome.org/GNOME/gdk-pixbuf
|
||||
Source0: https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-%{version}.tar.xz
|
||||
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.3
|
||||
# gdk-pixbuf does a configure time check which uses the GIO mime
|
||||
@ -60,7 +61,7 @@ the functionality of the installed %{name} package.
|
||||
|
||||
%build
|
||||
%meson -Dbuiltin_loaders=png \
|
||||
-Dgtk_doc=true \
|
||||
-Dgtk_doc=false \
|
||||
-Dman=true \
|
||||
%{nil}
|
||||
|
||||
@ -109,7 +110,6 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
|
||||
%{_bindir}/gdk-pixbuf-csource
|
||||
%{_bindir}/gdk-pixbuf-pixdata
|
||||
%{_datadir}/gir-1.0/
|
||||
%{_datadir}/gtk-doc/
|
||||
%{_mandir}/man1/gdk-pixbuf-csource.1*
|
||||
|
||||
%files tests
|
||||
@ -117,6 +117,10 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Tue Mar 23 2021 Kalev Lember <klember@redhat.com> - 2.42.4-1
|
||||
- Update to 2.42.4
|
||||
- Disable gtk-doc support as we don't have gi-docgen in Fedora yet
|
||||
|
||||
* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 2.42.2-2
|
||||
- Avoid using deprecated meson options
|
||||
- Fix gtk-doc directory ownership
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gdk-pixbuf-2.42.2.tar.xz) = f341d032ea410efed7a35f8ca6a7389bf988f663dae16e774d114d6f11611e9e182c835e90d752b71c258c905cc5c4c785ea697feed5e6921a2a676c9deaa5f2
|
||||
SHA512 (gdk-pixbuf-2.42.4.tar.xz) = b1eca16719e749d111c33592892ab18e2a1dc5f69a16762860bb54e0c97f535d7049fc388ce9daa025153ff2af56a367d8b164fa4025ee9a0131825a6108f772
|
||||
|
||||
Loading…
Reference in New Issue
Block a user