Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 44114
Collapse All | Expand All

(-)gnome-print-0.37.origin/installer/gf-pfb.c (-1 / +2 lines)
Lines 12-18 Link Here
12
#include <fcntl.h>
12
#include <fcntl.h>
13
#include <string.h>
13
#include <string.h>
14
#include <ctype.h>
14
#include <ctype.h>
15
#include <freetype/freetype.h>
15
#include <ft2build.h>
16
#include FT_FREETYPE_H
16
#include "gf-pfb.h"
17
#include "gf-pfb.h"
17
18
18
#define noVERBOSE
19
#define noVERBOSE
(-)gnome-print-0.37.origin/installer/gf-ttf.c (-1 / +2 lines)
Lines 32-38 Link Here
32
#include <fcntl.h>
32
#include <fcntl.h>
33
#include <string.h>
33
#include <string.h>
34
#include <ctype.h>
34
#include <ctype.h>
35
#include <freetype/freetype.h>
35
#include <ft2build.h>
36
#include FT_FREETYPE_H
36
37
37
#include "gf-ttf.h"
38
#include "gf-ttf.h"
38
39
(-)gnome-print-0.37.origin/installer/gnome-font-install.c (-1 / +2 lines)
Lines 26-32 Link Here
26
#include <parser.h>
26
#include <parser.h>
27
#include <xmlmemory.h>
27
#include <xmlmemory.h>
28
/* End of ugly thing */
28
/* End of ugly thing */
29
#include <freetype/freetype.h>
29
#include <ft2build.h>
30
#include FT_FREETYPE_H
30
#include <libgnome/gnome-defs.h>
31
#include <libgnome/gnome-defs.h>
31
#include <libgnome/gnome-util.h>
32
#include <libgnome/gnome-util.h>
32
#include <libgnome/gnome-i18n.h>
33
#include <libgnome/gnome-i18n.h>
(-)gnome-print-0.37.origin/libgnomeprint/gnome-font-face.c (-1 / +2 lines)
Lines 10-16 Link Here
10
#include <fcntl.h>
10
#include <fcntl.h>
11
#include <stdio.h>
11
#include <stdio.h>
12
#include <ctype.h>
12
#include <ctype.h>
13
#include <freetype/ftoutln.h>
13
#include <ft2build.h>
14
#include FT_OUTLINE_H
14
#include <locale.h>
15
#include <locale.h>
15
16
16
#include <libgnomeprint/gnome-print-i18n.h>
17
#include <libgnomeprint/gnome-print-i18n.h>
(-)gnome-print-0.37.origin/libgnomeprint/gnome-font-private.h (-1 / +2 lines)
Lines 22-28 Link Here
22
22
23
BEGIN_GNOME_DECLS
23
BEGIN_GNOME_DECLS
24
24
25
#include <freetype/freetype.h>
25
#include <ft2build.h>
26
#include FT_FREETYPE_H
26
#include <libgnomeprint/gp-character-block.h>
27
#include <libgnomeprint/gp-character-block.h>
27
#include <libgnomeprint/gp-fontmap.h>
28
#include <libgnomeprint/gp-fontmap.h>
28
#include <libgnomeprint/gnome-font.h>
29
#include <libgnomeprint/gnome-font.h>
(-)gnome-print-0.37.origin/libgnomeprint/parseTT.c (-3 / +4 lines)
Lines 107-115 Link Here
107
#include <config.h>
107
#include <config.h>
108
108
109
#include <parseTT.h>
109
#include <parseTT.h>
110
#include <freetype/freetype.h>
110
#include <ft2build.h>
111
#include <freetype/ftglyph.h>
111
#include FT_FREETYPE_H
112
#include <freetype/ftoutln.h>
112
#include FT_GLYPH_H
113
#include FT_OUTLINE_H
113
#include <stdio.h>
114
#include <stdio.h>
114
#include <stdlib.h>
115
#include <stdlib.h>
115
#include <math.h>
116
#include <math.h>
(-)gnome-print-0.37.origin/libgnomeprint/parseTT.h (-1 / +2 lines)
Lines 22-28 Link Here
22
BEGIN_GNOME_DECLS
22
BEGIN_GNOME_DECLS
23
23
24
#include <glib.h>
24
#include <glib.h>
25
#include <freetype/freetype.h>
25
#include <ft2build.h>
26
#include FT_FREETYPE_H
26
27
27
/*
28
/*
28
 * Convert loaded Freetype TTF face to Type1
29
 * Convert loaded Freetype TTF face to Type1

Return to bug 44114