1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../gnome-print10/freetype.patch
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 Fixed header inclusion for freetype2 as of 2.0.7.
19 - Rene Rebe <reneĆ@exactcode.de>
21 --- gnome-print-0.35/libgnomeprint/gnome-font-private.h 2001-12-05 23:07:58.000000000 +0100
22 +++ gnome-print-0.35-fixed/libgnomeprint/gnome-font-private.h 2004-12-22 11:56:41.417915064 +0100
27 +#include <ft2build.h>
28 #include <freetype/freetype.h>
29 #include <libgnomeprint/gp-character-block.h>
30 #include <libgnomeprint/gp-fontmap.h>
31 --- gnome-print-0.35/libgnomeprint/parseTT.h.orig 2004-12-22 11:24:04.747091056 +0000
32 +++ gnome-print-0.35/libgnomeprint/parseTT.h 2004-12-22 11:24:17.760112776 +0000
37 +#include <ft2build.h>
38 #include <freetype/freetype.h>
41 --- gnome-print-0.35//installer/gf-pfb.c.orig 2004-12-22 11:33:48.576335520 +0000
42 +++ gnome-print-0.35-fixed/installer/gf-pfb.c 2004-12-22 11:34:01.435380648 +0000
47 +#include <ft2build.h>
48 #include <freetype/freetype.h>
51 --- gnome-print-0.35//installer/gf-ttf.c.orig 2004-12-22 11:34:16.269125576 +0000
52 +++ gnome-print-0.35-fixed/installer/gf-ttf.c 2004-12-22 11:34:28.814218432 +0000
57 +#include <ft2build.h>
58 #include <freetype/freetype.h>
61 --- gnome-print-0.35/installer/gnome-font-install.c.orig 2004-12-22 11:32:48.285501120 +0000
62 +++ gnome-print-0.35-fixed/installer/gnome-font-install.c 2004-12-22 11:33:22.743262744 +0000
65 #include <xmlmemory.h>
66 /* End of ugly thing */
67 +#include <ft2build.h>
68 #include <freetype/freetype.h>
69 #include <libgnome/gnome-defs.h>
70 #include <libgnome/gnome-util.h>