rpms/kdegraphics/devel kdegraphics-3.4.91-freetype-internals.patch, NONE, 1.1 kdegraphics.spec, 1.62, 1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 13 14:41:02 UTC 2005


Author: mclasen

Update of /cvs/dist/rpms/kdegraphics/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2413

Modified Files:
	kdegraphics.spec 
Added Files:
	kdegraphics-3.4.91-freetype-internals.patch 
Log Message:
don't use freetype internals


kdegraphics-3.4.91-freetype-internals.patch:
 SplashFTFont.cc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE kdegraphics-3.4.91-freetype-internals.patch ---
--- kdegraphics-3.4.91/kpdf/xpdf/splash/SplashFTFont.cc.freetype-internals	2005-10-13 10:19:24.000000000 -0400
+++ kdegraphics-3.4.91/kpdf/xpdf/splash/SplashFTFont.cc	2005-10-13 10:19:53.000000000 -0400
@@ -14,7 +14,8 @@
 
 #include <ft2build.h>
 #include FT_OUTLINE_H
-#include FT_INTERNAL_OBJECTS_H // needed for FT_New_Size decl
+#include FT_SIZES_H
+#include FT_GLYPH_H
 #include "gmem.h"
 #include "SplashMath.h"
 #include "SplashGlyphBitmap.h"


Index: kdegraphics.spec
===================================================================
RCS file: /cvs/dist/rpms/kdegraphics/devel/kdegraphics.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- kdegraphics.spec	6 Oct 2005 08:59:24 -0000	1.62
+++ kdegraphics.spec	13 Oct 2005 14:40:59 -0000	1.63
@@ -13,7 +13,7 @@
 %define disable_gcc_check_and_hidden_visibility 1
 
 Version: 3.4.91
-Release: 1
+Release: 2
 Name: kdegraphics
 Summary: K Desktop Environment - Graphics Applications
 Epoch: 7
@@ -26,6 +26,7 @@
 Patch1: kdegraphics-3.3.0-misc.patch
 Patch2: kdegraphics-3.3.1-xorg.patch
 Patch3: kdegraphics-3.4.2-uic.patch
+Patch4: kdegraphics-3.4.91-freetype-internals.patch
 
 %ifnarch %{no_scanner_archs}
 BuildRequires: sane-backends-devel >= 1.0.3-10
@@ -262,6 +263,7 @@
 %patch1 -p1 -b .misc
 %patch2 -p1 -b .xorg
 %patch3 -p1 -b .uic
+%patch4 -p1 -b .freetype-internals
 
 %if %{rhel}
   echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE kfax\"" >kfax/configure.in.in
@@ -358,6 +360,9 @@
 %{_includedir}/kde/*
 
 %changelog
+* Thu Oct 13 2005 Matthias Clasen <mclasen at redhat.com> 7:3.4.91-2
+- don't use freetype internals
+
 * Wed Oct 05 2005 Than Ngo <than at redhat.com> 7:3.4.91-1
 - update to 3.5 Beta1
 




More information about the fedora-cvs-commits mailing list