Updated to Pango-1.16.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6673 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-03-18 19:39:29 +00:00
parent e78ea706ad
commit c3e9ce2c25
3 changed files with 19 additions and 14 deletions

View File

@ -383,7 +383,7 @@ $Date$
<!ENTITY qt-version "3.3.7">
<!ENTITY GTK-version "1.2.10">
<!ENTITY cairo-version "1.4.0">
<!ENTITY pango-version "1.12.3">
<!ENTITY pango-version "1.16.1">
<!ENTITY atk-version "1.11.4">
<!ENTITY gtk2-version "2.8.20">
<!ENTITY lesstif-version "0.94.4">

View File

@ -44,6 +44,9 @@
<listitem>
<para>March 18th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to Pango-1.16.1.</para>
</listitem>
<listitem>
<para>[randy] - Updated to cairo-1.4.0.</para>
</listitem>

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pango-download-http "&gnome-download-http;/pango/1.12/pango-&pango-version;.tar.bz2">
<!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.12/pango-&pango-version;.tar.bz2">
<!ENTITY pango-md5sum "c8178e11a895166d86990bb2c38d831b">
<!ENTITY pango-size "1.2 MB">
<!ENTITY pango-buildsize "24.9 MB">
<!ENTITY pango-time "0.5 SBU">
<!ENTITY pango-download-http "&gnome-download-http;/pango/1.16/pango-&pango-version;.tar.bz2">
<!ENTITY pango-download-ftp "&gnome-download-ftp;/pango/1.16/pango-&pango-version;.tar.bz2">
<!ENTITY pango-md5sum "4aa720633e53701a652f27700a7946dd">
<!ENTITY pango-size "1.3 MB">
<!ENTITY pango-buildsize "27 MB">
<!ENTITY pango-time "0.6 SBU">
]>
<sect1 id="pango" xreflabel="Pango-&pango-version;">
@ -63,11 +63,6 @@
<xref linkend="x-window-system"/> or
<xref linkend="fontconfig"/></para>
<!--
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="cairo"/></para>
-->
<para><application>cairo</application> is not required to build
<application>Pango</application>, but it is highly recommended that you
install <application>cairo</application> before building
@ -75,11 +70,16 @@
<application>Pango</application> with a <application>cairo</application>
backend, then <application>GTK+</application>-2 will not build.</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><ulink
url="http://linux.thai.net/libthai">LibThai</ulink></para>
<bridgehead renderas="sect4">Optional (If <application>cairo</application>
is Not Installed)</bridgehead>
<para role="optional"><xref linkend="x-window-system"/></para>
<bridgehead renderas="sect4">Optional (To Rebuild the API Documentation)</bridgehead>
<bridgehead renderas="sect4">Optional (To Rebuild the API
Documentation)</bridgehead>
<para role="optional"><xref linkend="gtk-doc"/></para>
<para condition="html" role="usernotes">User Notes:
@ -110,7 +110,9 @@
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>To test the results, issue: <command>make check</command>. Note that
the <quote>testboundries</quote> test could fail if you have
<application>LibThai</application> installed.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>