Author: bdubbs
Date: Thu Jun 27 18:09:49 2013
New Revision: 11330
Log:
Update to freetype-2.5.0.1
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/graphlib/freetype2.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Thu Jun 27 16:03:15 2013 (r11329)
+++ trunk/BOOK/general.ent Thu Jun 27 18:09:49 2013 (r11330)
@@ -273,7 +273,7 @@
<!ENTITY aalib-version "1.4rc5">
<!ENTITY babl-version "0.1.10">
<!ENTITY exiv2-version "0.23">
-<!ENTITY freetype2-version "2.4.12">
+<!ENTITY freetype2-version "2.5.0.1">
<!ENTITY fontconfig-version "2.10.2">
<!ENTITY fribidi-version "0.19.5">
<!ENTITY gegl-version "0.2.0">
Modified: trunk/BOOK/general/graphlib/freetype2.xml
==============================================================================
--- trunk/BOOK/general/graphlib/freetype2.xml Thu Jun 27 16:03:15 2013
(r11329)
+++ trunk/BOOK/general/graphlib/freetype2.xml Thu Jun 27 18:09:49 2013
(r11330)
@@ -6,15 +6,16 @@
<!ENTITY freetype2-download-http
"&sourceforge-repo;/freetype/freetype-&freetype2-version;.tar.bz2">
<!ENTITY freetype2-download-ftp
"&gentoo-ftp-repo;/freetype-&freetype2-version;.tar.bz2">
- <!ENTITY freetype2-md5sum "3463102764315eb86c0d3c2e1f3ffb7d">
- <!ENTITY freetype2-size "1.6 MB">
- <!ENTITY freetype2-buildsize "30 MB (includes installing additional
documentation)">
- <!ENTITY freetype2-time "0.3 SBU">
-
- <!ENTITY freetype2-doc-download-http
"&sourceforge-repo;/freetype/freetype-doc-&freetype2-version;.tar.bz2">
- <!ENTITY freetype2-doc-download-ftp
"&gentoo-ftp-repo;/freetype-doc-&freetype2-version;.tar.bz2">
- <!ENTITY freetype2-doc-md5sum "e3955ef324b2ceea74dc849e07fbfb7a">
- <!ENTITY freetype2-doc-size "108 KB">
+ <!ENTITY freetype2-md5sum "c72e9010b1d986d556fc0b2b5fcbf31a">
+ <!ENTITY freetype2-size "1.5 MB">
+ <!ENTITY freetype2-buildsize "35 MB (includes installing additional
documentation)">
+ <!ENTITY freetype2-time "0.2 SBU">
+
+ <!ENTITY freetype2-doc-version "2.5.0">
+ <!ENTITY freetype2-doc-download-http
"&sourceforge-repo;/freetype/freetype-doc-&freetype2-doc-version;.tar.bz2">
+ <!ENTITY freetype2-doc-download-ftp
"&gentoo-ftp-repo;/freetype-doc-&freetype2-doc-version;.tar.bz2">
+ <!ENTITY freetype2-doc-md5sum "40f3d5cc0b16396b3fb6b98eeaa053b2">
+ <!ENTITY freetype2-doc-size "112 KB">
]>
<sect1 id="freetype2" xreflabel="FreeType-&freetype2-version;">
@@ -114,20 +115,24 @@
source tree using the following command:
</para>
-<screen><userinput>tar -xf ../freetype-doc-&freetype2-version;.tar.bz2 \
- --strip-components=2 -C docs</userinput></screen>
+<screen><userinput>tar -xf ../freetype-doc-&freetype2-version;.tar.bz2
--strip-components=2 -C docs</userinput></screen>
<para>
Install <application>FreeType2</application> by running the following
commands:
</para>
-<screen><userinput>sed -e "s@FT_CFF_HINTING_FREETYPE@FT_CFF_HINTING_ADOBE@" \
- -i src/cff/cffobjs.c &&
-sed -e "/AUX.*.gxvalid/s@^# @@" -e "/AUX.*.otvalid/s@^# @@" \
- -i modules.cfg &&
-sed -e "/#.*.SUBPIXEL/s@/\* @@" -e "/#.*.SUBPIXEL/s@ \*/@@" \
- -i include/freetype/config/ftoption.h &&
+<!-- default now
+sed -i -e "s@FT_CFF_HINTING_FREETYPE@FT_CFF_HINTING_ADOBE@" \
+ src/cff/cffobjs.c && -->
+<screen><userinput>sed -i -e "/AUX.*.gxvalid/s@^# @@" \
+ -e "/AUX.*.otvalid/s@^# @@" \
+ modules.cfg &&
+
+sed -i -e "/#.*.SUBPIXEL/s@/\* @@"
+ -e "/#.*.SUBPIXEL/s@ \*/@@" \
+ include/freetype/config/ftoption.h &&
+
./configure --prefix=/usr --disable-static &&
make</userinput></screen>
@@ -149,10 +154,10 @@
<title>Command Explanations</title>
<para>
- <command>sed -e ...</command>: First command enables Adobe CFF Engine,
- second command enables GX/AAT and OpenType table validation and third
+ <command>sed -e ...</command>:
+ First command enables GX/AAT and OpenType table validation and second
command enables Subpixel Rendering and Subpixel Hinting in order to
- improve font rendering. Note that Subpixel Rendering has patent issues.
+ improve font rendering. Note that Subpixel Rendering may have patent
issues.
Be sure to read the <literal>'Other patent issues'</literal> part of
<ulink url="http://www.freetype.org/patents.html"/> before enabling this
option.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Thu Jun 27 16:03:15
2013 (r11329)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Jun 27 18:09:49
2013 (r11330)
@@ -47,6 +47,9 @@
<para>June 27th, 2013</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Updated to freetype-2.5.0.1.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Updated to gnutls-3.2.1.</para>
</listitem>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page