Moved the libart_lgpl package to Chapter 9 - Graphics and Font Libraries

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2900 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-11-06 17:29:19 +00:00
parent 48a26cd22f
commit 5301d9efa6
5 changed files with 13 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "05">
<!ENTITY day "06">
<!ENTITY month "11">
<!ENTITY year "2004">
<!ENTITY version "svn-&year;&month;&day;">
@ -89,6 +89,7 @@
<!ENTITY lcms-version "1.13">
<!ENTITY freetype2-version "2.1.9">
<!ENTITY fontconfig-version "2.2.3">
<!ENTITY libart_lgpl-version "2.3.16">
<!ENTITY imlib-version "1.9.15">
<!ENTITY aalib-version "1.4rc5">
<!ENTITY imlib2-version "1.1.2">
@ -274,7 +275,6 @@
<!ENTITY gnome-mime-data-version "2.4.1">
<!ENTITY gnome-vfs-version "2.6.1.1">
<!ENTITY libgnome-version "2.6.1.1">
<!ENTITY libart_lgpl-version "2.3.16">
<!ENTITY libglade-version "2.3.6">
<!ENTITY libgnomecanvas-version "2.6.1.1">
<!ENTITY libbonoboui-version "2.6.1">

View File

@ -23,6 +23,7 @@ other hand, will not require them.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="lcms.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="freetype2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fontconfig.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libart_lgpl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="imlib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aalib.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="imlib2.xml"/>

View File

@ -9,7 +9,6 @@
<!ENTITY libart_lgpl-size "260 KB">
<!ENTITY libart_lgpl-buildsize "4.7 MB">
<!ENTITY libart_lgpl-time "0.18 SBU">
]>
<sect1 id="libart_lgpl" xreflabel="libart_lgpl-&libart_lgpl-version;">
@ -21,11 +20,11 @@
<title>libart_lgpl-&libart_lgpl-version;</title>
<sect2>
<title>Introduction to libart_lgpl</title>
<title>Introduction to <application>libart_lgpl</application></title>
<para>The <application>libart_lgpl</application> package contains the
<filename class="libraryfile">libart</filename> libraries. This is
useful for high-performance 2D graphics.</para>
<filename class="libraryfile">libart</filename> libraries. These are
useful for high-performance <acronym>2D</acronym> graphics.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
@ -45,7 +44,8 @@ url="&libart_lgpl-download-ftp;"/></para></listitem>
<sect2>
<title>Installation of <application>libart_lgpl</application></title>
<para>Install <application>libart_lgpl</application> by running the following commands:</para>
<para>Install <application>libart_lgpl</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
@ -66,7 +66,8 @@ make install</command></userinput></screen>
<sect3><title>libart_lgpl libraries</title>
<para><filename class="libraryfile">libart_lgpl</filename> library is
used as the anti-aliased render engine for
<application>libgnomecanvas</application>.</para></sect3>
<application>libgnomecanvas</application> and as a graphics support
library for many other packages.</para></sect3>
</sect2>

View File

@ -23,7 +23,6 @@ to display a functional desktop.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-mime-data.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnome-vfs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgnome.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libart_lgpl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libglade.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgnomecanvas.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libbonoboui.xml"/>

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>November 6th, 2004 [randy]: Moved the libart_lgpl package to
Chapter 9 - Graphics and Font Libraries</para></listitem>
<listitem><para>November 5th, 2004 [larry]: Corrected link errors in
krb5 install instructions.</para></listitem>