Author: dnicholson Date: 2007-04-27 09:01:17 -0600 (Fri, 27 Apr 2007) New Revision: 6760
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/freetype2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to freetype-2.3.4 Modified: trunk/BOOK/general/graphlib/freetype2.xml =================================================================== --- trunk/BOOK/general/graphlib/freetype2.xml 2007-04-27 14:26:34 UTC (rev 6759) +++ trunk/BOOK/general/graphlib/freetype2.xml 2007-04-27 15:01:17 UTC (rev 6760) @@ -6,11 +6,15 @@ <!ENTITY freetype2-download-http "http://downloads.sourceforge.net/freetype/freetype-&freetype2-version;.tar.bz2"> <!ENTITY freetype2-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/freetype-&freetype2-version;.tar.bz2"> - <!ENTITY freetype2-md5sum "a4012e7d1f6400df44a16743b11b8423"> - <!ENTITY freetype2-size "1.0 MB"> - <!ENTITY freetype2-buildsize "25.0 MB (includes installing additional documentation)"> + <!ENTITY freetype2-md5sum "1a6c59a7723d637c78672e7784da865d"> + <!ENTITY freetype2-size "1.2 MB"> + <!ENTITY freetype2-buildsize "24.3 (includes installing additional documentation)"> <!ENTITY freetype2-time "0.4 SBU"> - <!ENTITY freetype2-doc-download "http://downloads.sourceforge.net/freetype/freetype-doc-&freetype2-version;.tar.bz2"> + + <!ENTITY freetype2-doc-download-http "http://downloads.sourceforge.net/freetype/freetype-doc-&freetype2-version;.tar.bz2"> + <!ENTITY freetype2-doc-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/freetype-doc-&freetype2-version;.tar.bz2"> + <!ENTITY freetype2-doc-md5sum "40cb37ba6c003845208c1b89cf507249"> + <!ENTITY freetype2-doc-size "96.4 KB"> ]> <sect1 id="freetype2" xreflabel="FreeType-&freetype2-version;"> @@ -58,10 +62,19 @@ <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing="compact"> + <title>Additional Documentation</title> <listitem> - <para>Additional documentation: <ulink - url="&freetype2-doc-download;"/></para> + <para>Download (HTTP): <ulink url="&freetype2-doc-download-http;"/></para> </listitem> + <listitem> + <para>Download (FTP): <ulink url="&freetype2-doc-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &freetype2-doc-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &freetype2-doc-size;</para> + </listitem> </itemizedlist> <para condition="html" role="usernotes">User Notes: @@ -81,8 +94,9 @@ <para>Install <application>FreeType2</application> by running the following commands:</para> -<screen><userinput>sed -i -r 's:.*(#.*BYTE.*) .*:\1:' \ - include/freetype/config/ftoption.h && +<screen><userinput>sed -i -r -e 's:.*(#.*BYTE.*) .*:\1:' \ + -e 's:.*(#.*SUBPIX.*) .*:\1:' \ + include/freetype/config/ftoption.h && ./configure --prefix=/usr && make</userinput></screen> @@ -99,11 +113,13 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><command>sed -i -r 's:.*(#.*BYTE.*) .*:\1:' - include/freetype/config/ftoption.h</command>: This command enables the - built-in TrueType bytecode interpreter which in turn enables hinting of - TrueType glyphs. Enabling the interpreter results in much better rendering - of TrueType fonts.</para> + <para><command>sed -i ... 's:.*(#.*BYTE.*) .*:\1:' ... + 's:.*(#.*SUBPIX.*) .*:\1:' include/freetype/config/ftoption.h</command>: + This command enables the TrueType native bytecode interpreter and LCD + optimized rendering features. These options result in improved rendering + of fonts, but may have patent restrictions. Be sure to read + <ulink url="http://www.freetype.org/patents.html"/> before enabling these + options.</para> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-04-27 14:26:34 UTC (rev 6759) +++ trunk/BOOK/general.ent 2007-04-27 15:01:17 UTC (rev 6760) @@ -135,7 +135,7 @@ <!ENTITY giflib-version "4.1.4"> <!ENTITY lcms-version "1.16"> <!ENTITY libmng-version "1.0.9"> -<!ENTITY freetype2-version "2.1.10"> +<!ENTITY freetype2-version "2.3.4"> <!ENTITY fontconfig-version "2.3.2"> <!ENTITY libart_lgpl-version "2.3.19"> <!ENTITY librsvg-version "2.16.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-04-27 14:26:34 UTC (rev 6759) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-04-27 15:01:17 UTC (rev 6760) @@ -52,6 +52,10 @@ <para>[dnicholson] - Updated to HAL-0.5.9 with hal-info-20070425. Fixes ticket #2213.</para> </listitem> + <listitem> + <para>[dnicholson] - Updated to FreeType-2.3.4. Fixes ticket + #1988.</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
