rpms/qt/devel qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch, 1.2, 1.3 qt.spec, 1.267, 1.268

Than Ngo than at fedoraproject.org
Mon Apr 27 14:11:25 UTC 2009


Author: than

Update of /cvs/extras/rpms/qt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17305

Modified Files:
	qt.spec 
Added Files:
	qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch 
Log Message:
- enable Freetype subpixel rendering at compile time



qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch:

Index: qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
===================================================================
RCS file: qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
diff -N qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch	27 Apr 2009 14:10:54 -0000	1.3
@@ -0,0 +1,12 @@
+diff -up qt-x11-opensource-src-4.5.1/src/gui/text/qfontengine_ft.cpp.enable_ft_lcdfilter qt-x11-opensource-src-4.5.1/src/gui/text/qfontengine_ft.cpp
+--- qt-x11-opensource-src-4.5.1/src/gui/text/qfontengine_ft.cpp.enable_ft_lcdfilter	2009-04-21 18:57:41.000000000 -0500
++++ qt-x11-opensource-src-4.5.1/src/gui/text/qfontengine_ft.cpp	2009-04-24 11:17:49.562695405 -0500
+@@ -72,7 +72,7 @@
+ #include FT_CONFIG_OPTIONS_H
+ #endif
+ 
+-#if defined(FT_LCD_FILTER_H) && defined(FT_CONFIG_OPTION_SUBPIXEL_RENDERING)
++#if defined(FT_LCD_FILTER_H)
+ #define QT_USE_FREETYPE_LCDFILTER
+ #endif
+ 


Index: qt.spec
===================================================================
RCS file: /cvs/extras/rpms/qt/devel/qt.spec,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- qt.spec	27 Apr 2009 13:15:55 -0000	1.267
+++ qt.spec	27 Apr 2009 14:10:54 -0000	1.268
@@ -41,6 +41,7 @@
 Patch13: qt-x11-opensource-src-4.5.0-gcc_hack.patch
 # qt fails to build on ia64: http://bugzilla.redhat.com/492174
 Patch14: qt-x11-opensource-src-4.5.0-ia64_boilerplate.patch
+Patch15: qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
 
 ## upstreamable bits
 # http://bugzilla.redhat.com/485677
@@ -341,6 +342,7 @@
 %patch5 -p1 -b .bz#437440-as_IN-437440
 %patch13 -p1 -b .gcc_hack
 %patch14 -p1 -b .ia64_boilerplate
+%patch15 -p1 -b .enable_ft_lcdfilter
 %patch51 -p1 -b .qdoc3
 %patch52 -p1 -b .sparc64
 %patch53 -p1 -b .qatomic-inline-asm
@@ -819,6 +821,9 @@
 
 %changelog
 * Mon Apr 27 2009 Than Ngo <than at redhat.com> - 4.5.1-6
+- enable Freetype subpixel rendering at compile time  
+
+* Mon Apr 27 2009 Than Ngo <than at redhat.com> - 4.5.1-6
 - drop useless qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
 
 * Mon Apr 27 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.5.1-5




More information about the fedora-extras-commits mailing list