head 1.8; access; symbols OPENPKG_E1_MP_HEAD:1.6 OPENPKG_E1_MP:1.6 OPENPKG_E1_MP_2_STABLE:1.5.2.1 OPENPKG_E1_FP:1.5.2.1 OPENPKG_2_STABLE_MP:1.6 OPENPKG_2_STABLE_20061018:1.5.2.1 OPENPKG_2_STABLE:1.5.0.2 OPENPKG_2_STABLE_BP:1.5 OPENPKG_2_5_SOLID:1.2.0.2 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.1 OPENPKG_2_4_SOLID:1.1.0.10 OPENPKG_2_4_SOLID_BP:1.1 OPENPKG_CW_FP:1.1 OPENPKG_2_3_RELEASE:1.1 OPENPKG_2_3_SOLID:1.1.0.8 OPENPKG_2_3_SOLID_BP:1.1 OPENPKG_2_2_RELEASE:1.1 OPENPKG_2_2_SOLID:1.1.0.6 OPENPKG_2_2_SOLID_BP:1.1 OPENPKG_2_1_RELEASE:1.1 OPENPKG_2_1_SOLID:1.1.0.4 OPENPKG_2_1_SOLID_BP:1.1 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.2 OPENPKG_2_0_SOLID_BP:1.1; locks; strict; comment @# @; 1.8 date 2009.06.25.18.34.46; author rse; state Exp; branches; next 1.7; commitid HDAdiusOXeYNEgTt; 1.7 date 2008.05.25.07.48.17; author rse; state Exp; branches; next 1.6; commitid FDVODZGXLTtdOj4t; 1.6 date 2006.10.03.13.50.41; author rse; state Exp; branches; next 1.5; commitid 7zfE7LAqatei6fPr; 1.5 date 2006.05.02.12.08.43; author tho; state dead; branches 1.5.2.1; next 1.4; commitid s5DHdWTICZtcurvr; 1.4 date 2006.03.11.13.04.22; author rse; state Exp; branches; next 1.3; commitid sJD1AYgtgxAVsLor; 1.3 date 2006.02.25.08.38.51; author rse; state Exp; branches; next 1.2; commitid 3Lh21j0zQbFKrWmr; 1.2 date 2005.08.20.21.54.33; author rse; state dead; branches; next 1.1; 1.1 date 2003.11.16.11.53.04; author rse; state Exp; branches; next ; 1.5.2.1 date 2006.10.16.14.50.04; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.8 log @upgrading package: fontconfig 2.6.0 -> 2.7.0 @ text @Index: fontconfig.pc.in --- fontconfig.pc.in.orig 2009-06-24 19:52:14 +0200 +++ fontconfig.pc.in 2009-06-25 20:30:31 +0200 @@@@ -7,5 +7,6 @@@@ Description: Font configuration and customization library Version: @@VERSION@@ Libs: -L${libdir} -lfontconfig -Libs.private: @@LIBXML2_LIBS@@ @@EXPAT_LIBS@@ @@FREETYPE_LIBS@@ @@ICONV_LIBS@@ +Libs.private: @@EXPAT_LIBS@@ @@ICONV_LIBS@@ +Requires: freetype2 libxml-2.0 Cflags: -I${includedir} @ 1.7 log @upgrading package: fontconfig 2.5.91 -> 2.5.93 @ text @d2 3 a4 4 --- fontconfig.pc.in.orig 2008-05-25 01:30:47 +0200 +++ fontconfig.pc.in 2008-05-25 09:45:54 +0200 @@@@ -6,6 +6,7 @@@@ Name: Fontconfig a6 1 +Requires: freetype2 d8 3 a10 2 -Libs.private: @@EXPAT_LIBS@@ @@FREETYPE_LIBS@@ +Libs.private: -liconv @@EXPAT_LIBS@@ @ 1.6 log @fix packaging: freetype dependency and manual page directory @ text @d2 2 a3 2 --- fontconfig.pc.in.orig 2006-09-04 00:37:14 +0200 +++ fontconfig.pc.in 2006-10-03 15:36:33 +0200 d10 1 a10 1 -Libs.private: @@EXPAT_LIBS@@ @ 1.5 log @upgrading package: fontconfig 2.3.94 -> 2.3.95 @ text @d1 12 a12 30 Index: fc-cat/fc-cat.c --- fc-cat/fc-cat.c.orig 2006-02-21 15:10:42.000000000 +0100 +++ fc-cat/fc-cat.c 2006-03-11 14:01:53.936785255 +0100 @@@@ -377,6 +377,7 @@@@ return FcFalse; } +#if 0 FcBool FcFileIsDir (const FcChar8 *file) { @@@@ -386,6 +387,7 @@@@ return FcFalse; return S_ISDIR(statb.st_mode); } +#endif int main (int argc, char **argv) Index: src/fcint.h --- src/fcint.h.orig 2006-02-17 15:46:43.000000000 +0100 +++ src/fcint.h 2006-03-11 14:05:12.991880256 +0100 @@@@ -27,7 +27,6 @@@@ #include #include -#include #include #include #include @ 1.5.2.1 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @d1 30 a30 12 Index: fontconfig.pc.in --- fontconfig.pc.in.orig 2006-09-04 00:37:14 +0200 +++ fontconfig.pc.in 2006-10-03 15:36:33 +0200 @@@@ -6,6 +6,7 @@@@ Name: Fontconfig Description: Font configuration and customization library Version: @@VERSION@@ +Requires: freetype2 Libs: -L${libdir} -lfontconfig -Libs.private: @@EXPAT_LIBS@@ +Libs.private: -liconv @@EXPAT_LIBS@@ Cflags: -I${includedir} @ 1.4 log @remove C99 header as it would require gcc but OTOH seems to be not needed @ text @@ 1.3 log @upgrading package: fontconfig 2.3.93 -> 2.3.94 @ text @d2 2 a3 2 --- fc-cat/fc-cat.c.orig 2006-02-21 15:10:42 +0100 +++ fc-cat/fc-cat.c 2006-02-25 09:35:29 +0100 d20 11 @ 1.2 log @Perform the upgrade to Gtk 2.8 together with the upgrade of all its direct dependency libraries. Gtk 2.8 is considered API compatible with Gtk 2.6 but nevertheless this upgrade at least required lots of small changes to mostly all involved packages. The most notable change is that Gtk 2.8 is now based on Cairo. @ text @d1 6 a6 4 Index: src/fcfreetype.c --- src/fcfreetype.c.orig 2003-05-17 04:15:21.000000000 +0200 +++ src/fcfreetype.c 2003-11-16 12:01:27.000000000 +0100 @@@@ -57,7 +57,7 @@@@ d8 12 a19 7 #if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4)) #include -#include +#include #define USE_FTBDF #define HAS_BDF_PROPERTY(f) ((f) && (f)->driver && \ (f)->driver->root.clazz->get_interface) @ 1.1 log @upgrading package: fontconfig 2.2.1 -> 2.2.90 @ text @@