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

(-)pango-1.2.5.origin/modules/indic/indic-ot.h (-1 / +2 lines)
Lines 9-15 Link Here
9
#ifndef __INDIC_OT_H__
9
#ifndef __INDIC_OT_H__
10
#define __INDIC_OT_H__
10
#define __INDIC_OT_H__
11
11
12
#include <freetype/freetype.h>
12
#include <ft2build.h>
13
#include FT_FREETYPE_H
13
#include <pango/pango-glyph.h>
14
#include <pango/pango-glyph.h>
14
#include <pango/pango-types.h>
15
#include <pango/pango-types.h>
15
#include "mprefixups.h"
16
#include "mprefixups.h"
(-)pango-1.2.5.origin/pango/opentype/ftxgdef.c (-4 / +5 lines)
Lines 15-25 Link Here
15
 *
15
 *
16
 ******************************************************************/
16
 ******************************************************************/
17
17
18
#include <freetype/tttags.h>
18
#include <ft2build.h>
19
#include FT_TRUETYPE_TAGS_H
19
20
20
#include <freetype/internal/ftstream.h>
21
#include FT_INTERNAL_STREAM_H
21
#include <freetype/internal/ftmemory.h>
22
#include FT_INTERNAL_MEMORY_H
22
#include <freetype/internal/tttypes.h>
23
#include FT_INTERNAL_TRUETYPE_TYPES_H
23
24
24
#include "fterrcompat.h"
25
#include "fterrcompat.h"
25
26
(-)pango-1.2.5.origin/pango/opentype/ftxgpos.c (-4 / +5 lines)
Lines 23-33 Link Here
23
23
24
#define TTAG_GPOS  FT_MAKE_TAG( 'G', 'P', 'O', 'S' )
24
#define TTAG_GPOS  FT_MAKE_TAG( 'G', 'P', 'O', 'S' )
25
25
26
#include <freetype/tttags.h>
26
#include <ft2build.h>
27
#include FT_TRUETYPE_TAGS_H
27
28
28
#include <freetype/internal/ftstream.h>
29
#include FT_INTERNAL_STREAM_H
29
#include <freetype/internal/ftmemory.h>
30
#include FT_INTERNAL_MEMORY_H
30
#include <freetype/internal/tttypes.h>
31
#include FT_INTERNAL_TRUETYPE_TYPES_H
31
32
32
#include "fterrcompat.h"
33
#include "fterrcompat.h"
33
34
(-)pango-1.2.5.origin/pango/opentype/ftxgsub.c (-4 / +5 lines)
Lines 23-33 Link Here
23
23
24
#define EXPORT_FUNC
24
#define EXPORT_FUNC
25
25
26
#include <freetype/tttags.h>
26
#include <ft2build.h>
27
#include FT_TRUETYPE_TAGS_H
27
28
28
#include <freetype/internal/ftstream.h>
29
#include FT_INTERNAL_STREAM_H
29
#include <freetype/internal/ftmemory.h>
30
#include FT_INTERNAL_MEMORY_H
30
#include <freetype/internal/tttypes.h>
31
#include FT_INTERNAL_TRUETYPE_TYPES_H
31
32
32
#include "fterrcompat.h"
33
#include "fterrcompat.h"
33
34
(-)pango-1.2.5.origin/pango/opentype/ftxopen.c (-3 / +4 lines)
Lines 15-23 Link Here
15
 *
15
 *
16
 ******************************************************************/
16
 ******************************************************************/
17
17
18
#include <freetype/internal/ftstream.h>
18
#include <ft2build.h>
19
#include <freetype/internal/ftmemory.h>
19
#include FT_INTERNAL_STREAM_H
20
#include <freetype/internal/tttypes.h>
20
#include FT_INTERNAL_MEMORY_H
21
#include FT_INTERNAL_TRUETYPE_TYPES_H
21
22
22
#include "fterrcompat.h"
23
#include "fterrcompat.h"
23
24
(-)pango-1.2.5.origin/pango/opentype/ftxopen.h (-1 / +2 lines)
Lines 22-28 Link Here
22
#ifndef FTXOPEN_H
22
#ifndef FTXOPEN_H
23
#define FTXOPEN_H
23
#define FTXOPEN_H
24
24
25
#include <freetype/freetype.h>
25
#include <ft2build.h>
26
#include FT_FREETYPE_H
26
27
27
#ifdef __cplusplus
28
#ifdef __cplusplus
28
extern "C" {
29
extern "C" {
(-)pango-1.2.5.origin/pango/opentype/ottest.c (-1 / +2 lines)
Lines 23-29 Link Here
23
#include <stdlib.h>
23
#include <stdlib.h>
24
24
25
#include "ftxopen.h"
25
#include "ftxopen.h"
26
#include <freetype/internal/ftmemory.h>
26
#include <ft2build.h>
27
#include FT_INTERNAL_MEMORY_H
27
28
28
#include "disasm.h"
29
#include "disasm.h"
29
30
(-)pango-1.2.5.origin/pango/opentype/pango-ot-info.c (-2 / +3 lines)
Lines 21-28 Link Here
21
21
22
#include "pango-ot-private.h"
22
#include "pango-ot-private.h"
23
#include "fterrcompat.h"
23
#include "fterrcompat.h"
24
#include <freetype/internal/ftobjs.h>
24
#include <ft2build.h>
25
#include <freetype/ftmodule.h>
25
#include FT_INTERNAL_OBJECTS_H
26
#include FT_MODULE_H
26
27
27
static void pango_ot_info_class_init (GObjectClass *object_class);
28
static void pango_ot_info_class_init (GObjectClass *object_class);
28
static void pango_ot_info_finalize   (GObject *object);
29
static void pango_ot_info_finalize   (GObject *object);
(-)pango-1.2.5.origin/pango/opentype/pango-ot-private.h (-1 / +2 lines)
Lines 22-28 Link Here
22
#ifndef __PANGO_OT_PRIVATE_H__
22
#ifndef __PANGO_OT_PRIVATE_H__
23
#define __PANGO_OT_PRIVATE_H__
23
#define __PANGO_OT_PRIVATE_H__
24
24
25
#include <freetype/freetype.h>
25
#include <ft2build.h>
26
#include FT_FREETYPE_H
26
27
27
#include <glib-object.h>
28
#include <glib-object.h>
28
29
(-)pango-1.2.5.origin/pango/opentype/pango-ot-ruleset.c (-1 / +2 lines)
Lines 19-25 Link Here
19
 * Boston, MA 02111-1307, USA.
19
 * Boston, MA 02111-1307, USA.
20
 */
20
 */
21
21
22
#include <freetype/internal/ftmemory.h>
22
#include <ft2build.h>
23
#include FT_INTERNAL_MEMORY_H
23
24
24
#include <pango/pango-ot.h>
25
#include <pango/pango-ot.h>
25
#include "pango-ot-private.h"
26
#include "pango-ot-private.h"
(-)pango-1.2.5.origin/pango/pango-ot.h (-1 / +2 lines)
Lines 22-28 Link Here
22
#ifndef __PANGO_OT_H__
22
#ifndef __PANGO_OT_H__
23
#define __PANGO_OT_H__
23
#define __PANGO_OT_H__
24
24
25
#include <freetype/freetype.h>
25
#include <ft2build.h>
26
#include FT_FREETYPE_H
26
#include <pango/pango-glyph.h>
27
#include <pango/pango-glyph.h>
27
28
28
G_BEGIN_DECLS
29
G_BEGIN_DECLS
(-)pango-1.2.5.origin/pango/pangoft2.c (-1 / +2 lines)
Lines 28-34 Link Here
28
#include <glib.h>
28
#include <glib.h>
29
#include <glib/gprintf.h>
29
#include <glib/gprintf.h>
30
30
31
#include <freetype/freetype.h>
31
#include <ft2build.h>
32
#include FT_FREETYPE_H
32
33
33
#include "pango-utils.h"
34
#include "pango-utils.h"
34
#include "pangoft2.h"
35
#include "pangoft2.h"
(-)pango-1.2.5.origin/pango/pangoft2.h (-1 / +2 lines)
Lines 23-29 Link Here
23
#ifndef __PANGOFT2_H__
23
#ifndef __PANGOFT2_H__
24
#define __PANGOFT2_H__
24
#define __PANGOFT2_H__
25
25
26
#include <freetype/freetype.h>
26
#include <ft2build.h>
27
#include FT_FREETYPE_H
27
28
28
#include <fontconfig/fontconfig.h>
29
#include <fontconfig/fontconfig.h>
29
30

Return to bug 44118