Avoid render slowness
This commit is contained in:
parent
baab44d4e0
commit
631ba76eb1
@ -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
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: gtk+-%{version}.tar.bz2
|
Source: gtk+-%{version}.tar.bz2
|
||||||
@ -27,6 +27,8 @@ Patch0: gtk+-2.4.1-lib64.patch
|
|||||||
# Backported from 2.10
|
# Backported from 2.10
|
||||||
Patch1: gtk+-2.8.6-inputmethod.patch
|
Patch1: gtk+-2.8.6-inputmethod.patch
|
||||||
Patch3: gtk+-2.8.10-set-invisible-char-to-bullet.patch
|
Patch3: gtk+-2.8.10-set-invisible-char-to-bullet.patch
|
||||||
|
# Workaround for https://bugs.freedesktop.org/show_bug.cgi?id=4320
|
||||||
|
Patch4: render-avoid-repeat.patch
|
||||||
|
|
||||||
BuildPrereq: atk-devel >= %{atk_version}
|
BuildPrereq: atk-devel >= %{atk_version}
|
||||||
BuildPrereq: pango-devel >= %{pango_version}
|
BuildPrereq: pango-devel >= %{pango_version}
|
||||||
@ -90,6 +92,7 @@ tar xzf %{SOURCE1}
|
|||||||
%patch0 -p1 -b .lib64
|
%patch0 -p1 -b .lib64
|
||||||
%patch1 -p1 -b .inputmethod
|
%patch1 -p1 -b .inputmethod
|
||||||
%patch3 -p1 -b .set-invisible-char-to-bullet
|
%patch3 -p1 -b .set-invisible-char-to-bullet
|
||||||
|
%patch4 -p0 -b .render-avoid-repeat
|
||||||
|
|
||||||
for i in config.guess config.sub ; do
|
for i in config.guess config.sub ; do
|
||||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||||
@ -259,6 +262,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 3 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-2
|
||||||
|
- Avoid a slowpath in XRender
|
||||||
|
|
||||||
* Fri Jan 27 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-1
|
* Fri Jan 27 2006 Matthias Clasen <mclasen@redhat.com> 2.8.11-1
|
||||||
- Update to 2.8.11
|
- Update to 2.8.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user