Updated to librsvg-2.12.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5147 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-10-06 05:51:22 +00:00
parent cb61e3a864
commit 03ac97c201
3 changed files with 19 additions and 25 deletions

View File

@ -100,7 +100,7 @@
<!ENTITY freetype2-version "2.1.10">
<!ENTITY fontconfig-version "2.3.2">
<!ENTITY libart_lgpl-version "2.3.17">
<!ENTITY librsvg-version "2.11.1">
<!ENTITY librsvg-version "2.12.4">
<!ENTITY imlib-version "1.9.15">
<!ENTITY aalib-version "1.4rc5">
<!ENTITY imlib2-version "1.2.1">

View File

@ -4,11 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY librsvg-download-http "http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.11/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.11/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-md5sum "28400811169e8ed3cc31b5bb0e9555af">
<!ENTITY librsvg-size "385 KB">
<!ENTITY librsvg-buildsize "11.8 MB">
<!ENTITY librsvg-download-http "http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.12/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.12/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-md5sum "cfc7e22027d180eea312932394ecfc71">
<!ENTITY librsvg-size "396 KB">
<!ENTITY librsvg-buildsize "11.6 MB">
<!ENTITY librsvg-time "0.4 SBU">
]>
@ -20,14 +20,14 @@
<date>$Date$</date>
</sect1info>
<title>Librsvg-&librsvg-version;</title>
<title>librsvg-&librsvg-version;</title>
<indexterm zone="librsvg">
<primary sortas="a-Librsvg">Librsvg</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Librsvg</title>
<title>Introduction to librsvg</title>
<para>The <application>librsvg</application> package contains
<filename class="libraryfile">librsvg</filename> libraries and tools used to
@ -55,7 +55,7 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Librsvg Dependencies</bridgehead>
<bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="gtk2"/>,
@ -77,21 +77,13 @@
</sect2>
<sect2 role="installation">
<title>Installation of Librsvg</title>
<para>If you have <application>Firefox</application> (and not
<application>Mozilla</application>) installed and you wish to build the SVG
<application>Mozilla</application> plugin, you must modify the
<command>configure</command> script so that it can find
<command>firefox-config</command>. Use a <command>sed</command> command to
accomplish this:</para>
<screen><userinput>sed -i "s/mozilla-config/firefox-config/" configure</userinput></screen>
<title>Installation of librsvg</title>
<para>Install <application>librsvg</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
--disable-gtk-doc &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -109,16 +101,15 @@ make</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>-\-disable-gtk-doc</parameter>: This option prevents
<para><parameter>--disable-gtk-doc</parameter>: This parameter prevents
the rebuilding of documentation during the <command>make</command>
command.</para>
command. Remove the parameter if you wish to rebuild the
documentation.</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>

View File

@ -40,16 +40,19 @@
</listitem>
-->
<listitem>
<para>October 6th, 2005</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to librsvg-2.12.4.</para>
</listitem>
<listitem>
<para>[dj] - Updated to JDK (source build) 1.5.0_04.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>October 5th, 2005</para>
<itemizedlist>