[Lunar-commits] r24018 - moonbase/trunk/graphics/freetype2
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Wed Apr 11 03:12:39 CEST 2007
Author: zbiggy
Date: 2007-04-11 03:12:39 +0200 (Wed, 11 Apr 2007)
New Revision: 24018
Modified:
moonbase/trunk/graphics/freetype2/BUILD
Log:
Beautiful font rendering added. Few other additional bonuses.
Modified: moonbase/trunk/graphics/freetype2/BUILD
===================================================================
--- moonbase/trunk/graphics/freetype2/BUILD 2007-04-10 23:19:10 UTC (rev 24017)
+++ moonbase/trunk/graphics/freetype2/BUILD 2007-04-11 01:12:39 UTC (rev 24018)
@@ -1,11 +1,23 @@
(
- sedit "s:\/\* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING \*\/:#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING:g" include/freetype/config/ftoption.h &&
-
if [ $BYTECODE == "y" ] ; then
sed -i -r 's:.*(#.*BYTE.*) .*:\1:' \
include/freetype/config/ftoption.h
fi &&
+sed -i -r 's:.*(#.*SYSTEM_ZLIB.*) .*:\1:' \
+ include/freetype/config/ftoption.h &&
+
+sed -i -r 's:.*(#.*SUBPIXEL_RENDERING.*) .*:\1:' \
+ include/freetype/config/ftoption.h &&
+
+sed -i -r 's:.*(#.*INCREMENTAL.*) .*:\1:' \
+ include/freetype/config/ftoption.h &&
+
+sed -i 's@^#define\ TT_CONFIG_OPTION_UNPATENTED_HINTING@#undef\ TT_CONFIG_OPTION_UNPATENTED_HINTING@' \
+ include/freetype/config/ftoption.h &&
+sed -i 's@^#\ AUX at AUX@' \
+ modules.cfg &&
+
default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list