| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- Index: builds/unix/freetype-config.in
- --- builds/unix/freetype-config.in.orig 2005-06-04 23:58:48 +0200
- +++ builds/unix/freetype-config.in 2005-07-25 19:50:08 +0200
- @@ -128,7 +128,7 @@
- fi
-
- if test "$echo_cflags" = "yes" ; then
- - cflags="-I$includedir/freetype2"
- + cflags="-I$includedir"
- if test "$includedir" != "/usr/include" ; then
- echo $cflags -I$includedir
- else
- Index: builds/unix/freetype2.in
- --- builds/unix/freetype2.in.orig 2003-06-01 23:30:03 +0200
- +++ builds/unix/freetype2.in 2005-07-25 19:50:08 +0200
- @@ -8,4 +8,4 @@
- Version: @ft_version@
- Requires:
- Libs: -L${libdir} -lfreetype @LIBZ@
- -Cflags: -I${includedir}/freetype2
- +Cflags: -I${includedir}
- Index: builds/unix/install.mk
- --- builds/unix/install.mk.orig 2004-12-06 09:42:41 +0100
- +++ builds/unix/install.mk 2005-07-25 19:51:06 +0200
- @@ -26,33 +26,33 @@
- install: $(PROJECT_LIBRARY)
- $(MKINSTALLDIRS) $(DESTDIR)$(libdir) \
- $(DESTDIR)$(libdir)/pkgconfig \
- - $(DESTDIR)$(includedir)/freetype2/freetype/config \
- - $(DESTDIR)$(includedir)/freetype2/freetype/internal \
- - $(DESTDIR)$(includedir)/freetype2/freetype/cache \
- + $(DESTDIR)$(includedir)/freetype/config \
- + $(DESTDIR)$(includedir)/freetype/internal \
- + $(DESTDIR)$(includedir)/freetype/cache \
- $(DESTDIR)$(bindir) \
- $(DESTDIR)$(datadir)/aclocal
- $(LIBTOOL) --mode=install $(INSTALL) \
- $(PROJECT_LIBRARY) $(DESTDIR)$(libdir)
- -for P in $(PUBLIC_H) ; do \
- $(INSTALL_DATA) \
- - $$P $(DESTDIR)$(includedir)/freetype2/freetype ; \
- + $$P $(DESTDIR)$(includedir)/freetype ; \
- done
- -for P in $(BASE_H) ; do \
- $(INSTALL_DATA) \
- - $$P $(DESTDIR)$(includedir)/freetype2/freetype/internal ; \
- + $$P $(DESTDIR)$(includedir)/freetype/internal ; \
- done
- -for P in $(CONFIG_H) ; do \
- $(INSTALL_DATA) \
- - $$P $(DESTDIR)$(includedir)/freetype2/freetype/config ; \
- + $$P $(DESTDIR)$(includedir)/freetype/config ; \
- done
- -for P in $(CACHE_H) ; do \
- $(INSTALL_DATA) \
- - $$P $(DESTDIR)$(includedir)/freetype2/freetype/cache ; \
- + $$P $(DESTDIR)$(includedir)/freetype/cache ; \
- done
- $(INSTALL_DATA) $(BUILD_DIR)/ft2unix.h \
- $(DESTDIR)$(includedir)/ft2build.h
- $(INSTALL_DATA) $(OBJ_BUILD)/ftconfig.h \
- - $(DESTDIR)$(includedir)/freetype2/freetype/config/ftconfig.h
- + $(DESTDIR)$(includedir)/freetype/config/ftconfig.h
- $(INSTALL_SCRIPT) -m 755 $(OBJ_BUILD)/freetype-config \
- $(DESTDIR)$(bindir)/freetype-config
- $(INSTALL_SCRIPT) -m 644 $(BUILD_DIR)/freetype2.m4 \
- @@ -63,15 +63,15 @@
-
- uninstall:
- -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/$(LIBRARY).$A
- - -$(DELETE) $(DESTDIR)$(includedir)/freetype2/freetype/cache/*
- - -$(DELDIR) $(DESTDIR)$(includedir)/freetype2/freetype/cache
- - -$(DELETE) $(DESTDIR)$(includedir)/freetype2/freetype/config/*
- - -$(DELDIR) $(DESTDIR)$(includedir)/freetype2/freetype/config
- - -$(DELETE) $(DESTDIR)$(includedir)/freetype2/freetype/internal/*
- - -$(DELDIR) $(DESTDIR)$(includedir)/freetype2/freetype/internal
- - -$(DELETE) $(DESTDIR)$(includedir)/freetype2/freetype/*
- - -$(DELDIR) $(DESTDIR)$(includedir)/freetype2/freetype
- - -$(DELDIR) $(DESTDIR)$(includedir)/freetype2
- + -$(DELETE) $(DESTDIR)$(includedir)/freetype/cache/*
- + -$(DELDIR) $(DESTDIR)$(includedir)/freetype/cache
- + -$(DELETE) $(DESTDIR)$(includedir)/freetype/config/*
- + -$(DELDIR) $(DESTDIR)$(includedir)/freetype/config
- + -$(DELETE) $(DESTDIR)$(includedir)/freetype/internal/*
- + -$(DELDIR) $(DESTDIR)$(includedir)/freetype/internal
- + -$(DELETE) $(DESTDIR)$(includedir)/freetype/*
- + -$(DELDIR) $(DESTDIR)$(includedir)/freetype
- + -$(DELDIR) $(DESTDIR)$(includedir)
- -$(DELETE) $(DESTDIR)$(includedir)/ft2build.h
- -$(DELETE) $(DESTDIR)$(bindir)/freetype-config
- -$(DELETE) $(DESTDIR)$(datadir)/aclocal/freetype2.m4
- Index: include/freetype/freetype.h
- --- include/freetype/freetype.h.orig 2005-06-06 08:18:32 +0200
- +++ include/freetype/freetype.h 2005-07-25 19:50:08 +0200
- @@ -16,15 +16,6 @@
- /***************************************************************************/
-
-
- -#ifndef FT_FREETYPE_H
- -#error "`ft2build.h' hasn't been included yet!"
- -#error "Please always use macros to include FreeType header files."
- -#error "Example:"
- -#error " #include <ft2build.h>"
- -#error " #include FT_FREETYPE_H"
- -#endif
- -
- -
- #ifndef __FREETYPE_H__
- #define __FREETYPE_H__
-
- Index: src/base/ftsynth.c
- --- src/base/ftsynth.c.orig Tue Dec 13 00:44:56 2005
- +++ src/base/ftsynth.c Tue Dec 13 00:45:05 2005
- @@ -123,7 +123,6 @@
- if ( !error )
- {
- slot->advance.x += xstr;
- - slot->advance.y += ystr;
-
- slot->metrics.width += xstr;
- slot->metrics.height += ystr;
- Index: src/sfnt/sfdriver.c.orig
- --- src/sfnt/sfdriver.c.orig Wed Aug 3 18:46:34 2005
- +++ src/sfnt/sfdriver.c Wed Aug 3 18:47:24 2005
- @@ -367,8 +367,13 @@
- /* see `ttsbit.h' and `sfnt.h' */
- tt_face_set_sbit_strike,
- tt_face_load_sbit_strikes,
- - 0 /* tt_find_sbit_image */,
- - 0 /* tt_load_sbit_metrics */,
- +#ifdef FT_OPTIMIZE_MEMORY
- + 0,
- + 0,
- +#else
- + tt_find_sbit_image,
- + tt_load_sbit_metrics,
- +#endif
- tt_face_load_sbit_image,
- tt_face_free_sbit_strikes,
-
|