DOANLOAD: 
http://download.savannah.gnu.org/releases/freetype/freetype-2.2.1.tar.bz2
OLD: FreeType-2.1.10 
NEW: freetype-2.2.1
COMPILE:
./configure --prefix=/usr &&
make &&
make install

Batchfile lib-7.1.wget needs an update:
replace old entry libXfont-xxx.tar.bz2
with: libXfont-1.2.2.tar.bz2

Apllication fonttosfnt-1.0.1 from the app-7.1.wget batchfile needs an patch.
tar xvfj fonttosfnt-1.0.1.tar.bz2
sed -i '[EMAIL PROTECTED] FT_INTERNAL_OBJECTS_H@//#include [EMAIL PROTECTED]' 
fonttosfnt-1.0.1/util.c
rm fonttosfnt-1.0.1.tar.bz2
tar cvfj fonttosfnt-1.0.1.tar.bz2 fonttosfnt-1.0.1
rm -rf fonttosfnt-1.0.1


Thats all !


In freetype-2.2.1 the Patented Microsoft? fontrendering is disabled. To get 
really good looking Fonts under X11, some more tweaks are needed.
The improvement in Fontrendering is very strong, so i suggest it !

This is the Patch for freetype-2.2.1 to enable it:

--- freetype-2.2.1/include/freetype/config/ftoption.h	2006-05-11 20:05:49.000000000 +0200
+++ freetype-2.2.1_patched/include/freetype/config/ftoption.h	2006-09-22 13:26:01.000000000 +0200
@@ -436,7 +436,7 @@
   /*   Do not #undef this macro here, since the build system might         */
   /*   define it for certain configurations only.                          */
   /*                                                                       */
-/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
+#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER 
 
 
   /*************************************************************************/
@@ -448,7 +448,7 @@
   /* FT_PARAM_TAG_UNPATENTED_HINTING; or when the debug hook               */
   /* FT_DEBUG_HOOK_UNPATENTED_HINTING is globally activated.               */
   /*                                                                       */
-#define TT_CONFIG_OPTION_UNPATENTED_HINTING
+#undef TT_CONFIG_OPTION_UNPATENTED_HINTING
 
 
   /*************************************************************************/
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to