Author: gdalziel
Date: 2009-07-31 13:03:01 -0600 (Fri, 31 Jul 2009)
New Revision: 7914
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/pango.xml
Log:
Updated to Pango-1.24.5.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2009-07-31 18:10:06 UTC (rev 7913)
+++ trunk/BOOK/general.ent 2009-07-31 19:03:01 UTC (rev 7914)
@@ -466,7 +466,7 @@
<!ENTITY qt4-version "4.4.3">
<!ENTITY GTK-version "1.2.10">
<!ENTITY cairo-version "1.8.8">
-<!ENTITY pango-version "1.22.2">
+<!ENTITY pango-version "1.24.5">
<!ENTITY atk-version "1.26.0">
<!ENTITY gtk2-version "2.14.4">
<!ENTITY gtk2-libdir "2.0/2.10.0">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-07-31 18:10:06 UTC
(rev 7913)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-07-31 19:03:01 UTC
(rev 7914)
@@ -44,6 +44,9 @@
<para>July 31st, 2009</para>
<itemizedlist>
<listitem>
+ <para>[gdalziel] - Updated to Pango-1.24.5.</para>
+ </listitem>
+ <listitem>
<para>[gdalziel] - Updated to cairo-1.8.8.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/x/lib/pango.xml
===================================================================
--- trunk/BOOK/x/lib/pango.xml 2009-07-31 18:10:06 UTC (rev 7913)
+++ trunk/BOOK/x/lib/pango.xml 2009-07-31 19:03:01 UTC (rev 7914)
@@ -4,14 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY pango-download-http
"&gnome-download-http;/pango/1.22/pango-&pango-version;.tar.bz2">
- <!-- everything up to 1.21 is there, but not 1.22
- <!ENTITY pango-download-ftp
"ftp://ftp.gtk.org/pub/pango/1.22/pango-&pango-version;.tar.bz2"> -->
- <!ENTITY pango-download-ftp " ">
- <!ENTITY pango-md5sum "37a185a3cb5c1a39ade7fdc3e6c75349">
- <!ENTITY pango-size "1.4 MB">
- <!ENTITY pango-buildsize "21 MB with no static libs ( or 37MB with them,
plus 1MB to run the test suite)">
- <!ENTITY pango-time "0.6 SBU">
+ <!ENTITY pango-download-http
"&gnome-download-http;/pango/1.24/pango-&pango-version;.tar.bz2">
+ <!ENTITY pango-download-ftp
"&gentoo-ftp-repo;/pango-&pango-version;.tar.bz2">
+ <!ENTITY pango-md5sum "815416a452e9cccc172fed9862401f37">
+ <!ENTITY pango-size "1.5 MB">
+ <!ENTITY pango-buildsize "30 MB">
+ <!ENTITY pango-time "0.4 SBU">
]>
<sect1 id="pango" xreflabel="Pango-&pango-version;">
@@ -35,6 +33,8 @@
<filename class="libraryfile">libpango</filename> libraries. These are
useful for the layout and rendering of text.</para>
+ &lfs65_checked;
+
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@@ -97,7 +97,7 @@
do this are already in the book in the X section
<para>In order for <application>Pango</application> to find
- <application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
+ <application>Xft</application>, <envar>PKG_CONFIG_PATH</envar> must
include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
This is a good time to add it if you haven't already. You can utilize
the example for <filename>X.sh</filename> to create a script for
@@ -113,8 +113,10 @@
make</userinput></screen>
<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>
+ <application>Pango</application> requires <xref linkend="gtk-doc"/> to be
+ installed to run the test suite. Also, 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>
@@ -203,14 +205,24 @@
</listitem>
</varlistentry>
+ <varlistentry id="pango-view">
+ <term><command>pango-view</command></term>
+ <listitem>
+ <para>renders a given file through pango for viewing purposes.</para>
+ <indexterm zone="pango pango-view">
+ <primary sortas="b-pango-view">pango-view</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="Pango-libraries">
- <term>Pango libraries</term>
+ <term><filename class="libraryfile">libpango*-1.0.so</filename></term>
<listitem>
<para>contain low level layout rendering routines, a high
level driver for laying out entire blocks of text, and routines
to assist in editing internationalized text.</para>
<indexterm zone="pango Pango-libraries">
- <primary sortas="c-Pango-libraries">Pango libraries</primary>
+ <primary sortas="c-Pango-libraries">libpango*-1.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page