mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
dcffd50f2c
commit
3b41985573
@ -5,9 +5,6 @@
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||
make &&
|
||||
make install &&
|
||||
install -m644 ./fc-cache/fc-cache.man /usr/share/man/man1/fc-cache.1 &&
|
||||
install -m644 ./fc-list/fc-list.man /usr/share/man/man1/fc-list.1</command></userinput></screen>
|
||||
|
||||
make install</command></userinput></screen>
|
||||
</sect2>
|
||||
|
||||
|
@ -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">
|
||||
|
@ -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 &&
|
||||
patch -Np1 -i ../freetype-2.1.5-bytecode-interpreter.patch &&
|
||||
<screen><userinput><command>patch -Np1 -i ../freetype-2.1.5-bytecode-interpreter.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user