Upgrade fontconfig and freetype

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2023 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2004-04-18 22:39:29 +00:00
parent dcffd50f2c
commit 3b41985573
6 changed files with 18 additions and 18 deletions

View File

@ -5,9 +5,6 @@
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
install -m644 ./fc-cache/fc-cache.man /usr/share/man/man1/fc-cache.1 &amp;&amp;
install -m644 ./fc-list/fc-list.man /usr/share/man/man1/fc-list.1</command></userinput></screen>
make install</command></userinput></screen>
</sect2>

View File

@ -3,9 +3,9 @@
<!ENTITY fontconfig-inst SYSTEM "fontconfig-inst.xml">
<!ENTITY fontconfig-config SYSTEM "fontconfig-config.xml">
<!ENTITY fontconfig-desc SYSTEM "fontconfig-desc.xml">
<!ENTITY fontconfig-version "2.2.1">
<!ENTITY fontconfig-download-http "http://pdx.freedesktop.org/software/fontconfig/releases/fontconfig-&fontconfig-version;.tar.gz">
<!ENTITY fontconfig-version "2.2.2">
<!ENTITY fontconfig-download-http "http://freedesktop.org/~fontconfig/release/fontconfig-&fontconfig-version;.tar.gz">
<!ENTITY fontconfig-download-ftp "ftp://ftp.us.sinuspl.net/pub/src/fontconfig-&fontconfig-version;.tar.gz">
<!ENTITY fontconfig-size "600 KB">
<!ENTITY fontconfig-buildsize "9.6 MB">
<!ENTITY fontconfig-time "0.19 SBU">
<!ENTITY fontconfig-size "727 KB">
<!ENTITY fontconfig-buildsize "11 MB">
<!ENTITY fontconfig-time "0.3 SBU">

View File

@ -4,8 +4,7 @@
<para>Install <application>FreeType2</application> by running the following
commands:</para>
<screen><userinput><command>patch -Np1 -i ../freetype-&freetype2-version;-ahhint.patch &amp;&amp;
patch -Np1 -i ../freetype-2.1.5-bytecode-interpreter.patch &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../freetype-2.1.5-bytecode-interpreter.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>

View File

@ -20,8 +20,6 @@ url="&freetype2-download-ftp;"/></para></listitem>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink
url="&patch-root;/freetype-2.1.5-ahhint.patch"/></para></listitem>
<listitem><para>Recommended Patch: <ulink
url="&patch-root;/freetype-2.1.5-bytecode-interpreter.patch"/></para></listitem>
</itemizedlist></sect3>

View File

@ -2,9 +2,9 @@
<!ENTITY freetype2-intro SYSTEM "freetype2-intro.xml">
<!ENTITY freetype2-inst SYSTEM "freetype2-inst.xml">
<!ENTITY freetype2-desc SYSTEM "freetype2-desc.xml">
<!ENTITY freetype2-version "2.1.5">
<!ENTITY freetype2-download-http "http://telia.dl.sourceforge.net/sourceforge/freetype/freetype-&freetype2-version;.tar.bz2">
<!ENTITY freetype2-download-ftp "ftp://ftp.pu.edu.tw/Unix/Graphics/freetype/freetype2/freetype-&freetype2-version;.tar.bz2">
<!ENTITY freetype2-size "831 KB">
<!ENTITY freetype2-buildsize "22 MB">
<!ENTITY freetype2-version "2.1.7">
<!ENTITY freetype2-download-http "http://unc.dl.sourceforge.net/sourceforge/freetype/freetype-&freetype2-version;.tar.bz2">
<!ENTITY freetype2-download-ftp "">
<!ENTITY freetype2-size "908 KB">
<!ENTITY freetype2-buildsize "17 MB">
<!ENTITY freetype2-time "0.35 SBU">

View File

@ -11,6 +11,12 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>April 18th, 2004 [bdubbs]: Updated to fontconfig-2.2.2.</para></listitem>
<listitem><para>April 18th, 2004 [bdubbs]: Updated to freetype-2.1.7.</para></listitem>
<listitem><para>April 17th, 2004 [igor]: Added lisa init script.</para></listitem>
<listitem><para>April 18th, 2004 [igor]: Updated to
startup-notification-0.6.</para></listitem>