- Configure with --with-included-loaders=png. Saves a page per process
This commit is contained in:
parent
a51d5769df
commit
0769bf248f
@ -16,7 +16,7 @@
|
|||||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||||
Name: gtk2
|
Name: gtk2
|
||||||
Version: %{base_version}
|
Version: %{base_version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.10/gtk+-%{version}.tar.bz2
|
Source: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.10/gtk+-%{version}.tar.bz2
|
||||||
@ -151,7 +151,7 @@ if ! pkg-config --exists pangoxft ; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%configure --with-xinput=xfree --disable-gtk-doc --disable-rebuilds
|
%configure --with-xinput=xfree --disable-gtk-doc --disable-rebuilds --with-included-loaders=png
|
||||||
|
|
||||||
## smp_mflags doesn't work for now due to gdk-pixbuf.loaders, may be fixed
|
## smp_mflags doesn't work for now due to gdk-pixbuf.loaders, may be fixed
|
||||||
## past gtk 2.1.2
|
## past gtk 2.1.2
|
||||||
@ -297,7 +297,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.4-9
|
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.10.7-2
|
||||||
|
- Configure with --with-included-loaders=png. Saves a page per process
|
||||||
|
|
||||||
|
* Thu Dec 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.7-1
|
||||||
- Make gdk_pixbuf_loader_close() idempotent
|
- Make gdk_pixbuf_loader_close() idempotent
|
||||||
- Always emit the closed signal when the loader is closed
|
- Always emit the closed signal when the loader is closed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user