Freetype patch f21+
This commit is contained in:
parent
46f9c6fac0
commit
7c8f0e7ae2
11
inkscape-0.48.4-freetype.patch
Normal file
11
inkscape-0.48.4-freetype.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/libnrtype/FontFactory.h~ 2011-07-08 13:25:09.000000000 -0500
|
||||
+++ src/libnrtype/FontFactory.h 2014-03-31 10:30:21.908992050 -0500
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <pango/pangowin32.h>
|
||||
#else
|
||||
#include <pango/pangoft2.h>
|
||||
-#include <freetype/freetype.h>
|
||||
+#include <freetype2/freetype.h>
|
||||
#endif
|
||||
|
||||
namespace Glib
|
||||
@ -15,6 +15,7 @@ Patch0: inkscape-0.48.2-types.patch
|
||||
#Patch8: inkscape-0.48.2-poppler_020.patch
|
||||
#Patch9: inkscape-0.48.3.1-hugexml.patch
|
||||
Patch10: inkscape-0.48.4-spuriouscomma.h
|
||||
Patch11: inkscape-0.48.4-freetype.patch
|
||||
|
||||
%if 0%{?fedora} && 0%{?fedora} < 18
|
||||
%define desktop_vendor fedora
|
||||
@ -132,6 +133,7 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format.
|
||||
#%patch8 -p1 -b .poppler_020
|
||||
#%patch9 -p0 -b .hugexml
|
||||
%patch10 -p0 -b .spuriouscomma
|
||||
%patch11 -p0 -b .freetype
|
||||
|
||||
# https://bugs.launchpad.net/inkscape/+bug/314381
|
||||
# A couple of files have executable bits set,
|
||||
@ -237,6 +239,7 @@ fi
|
||||
%changelog
|
||||
* Mon Mar 31 2014 Jon Ciesla <limburgher@gmail.com> - 0.48.4-12
|
||||
- ImageMagick rebuild.
|
||||
- Patch for Freetype path.
|
||||
|
||||
* Wed Oct 09 2013 Jon Ciesla <limburgher@gmail.com> - 0.48.4-11
|
||||
- ImageMagick rebuild.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user