2.22.0
This commit is contained in:
parent
a1c0174d59
commit
8ee2be67d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
gdk-pixbuf-2.21.6.tar.bz2
|
||||
/gdk-pixbuf-2.22.0.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: gdk-pixbuf2
|
||||
Version: 2.21.6
|
||||
Release: 3%{?dist}
|
||||
Version: 2.22.0
|
||||
Release: 1%{?dist}
|
||||
Summary: An image loading library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -15,7 +15,7 @@ BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: jasper-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gobject-introspection-devel >= 0.9.3
|
||||
# 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
|
||||
@ -29,9 +29,6 @@ Requires: shared-mime-info
|
||||
# gdk-pixbuf was included in gtk2 until 2.21.2
|
||||
Conflicts: gtk2 <= 2.21.2
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=624712
|
||||
Patch0: 0001-Fix-linking-when-libpng-loader-is-builtin.patch
|
||||
|
||||
%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
|
||||
@ -53,7 +50,6 @@ for writing applications that are using gdk-pixbuf.
|
||||
|
||||
%prep
|
||||
%setup -q -n gdk-pixbuf-%{version}
|
||||
%patch0 -p1 -b .libpng-linking
|
||||
|
||||
%build
|
||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||
@ -117,6 +113,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> 2.22.0-1
|
||||
- Update to 2.22.0
|
||||
|
||||
* Mon Jul 19 2010 Bastien Nocera <bnocera@redhat.com> 2.21.6-3
|
||||
- Require libpng for linking
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user