Updated to librsvg-1.11.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5068 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-09-15 03:06:05 +00:00
parent 887352b94c
commit 3148bf67b0
3 changed files with 45 additions and 15 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "14">
<!ENTITY day "15">
<!ENTITY month "09">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
@ -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.9.5">
<!ENTITY librsvg-version "2.11.1">
<!ENTITY imlib-version "1.9.15">
<!ENTITY aalib-version "1.4rc5">
<!ENTITY imlib2-version "1.2.1">

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY librsvg-download-http "http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.9/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.9/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-md5sum "44799d75e940eb4150acdae4f63cbe2a">
<!ENTITY librsvg-size "392 KB">
<!ENTITY librsvg-buildsize "9.8 MB">
<!ENTITY librsvg-time "0.3 SBU">
<!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-time "0.4 SBU">
]>
<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
@ -63,12 +63,14 @@
<xref linkend="libart_lgpl"/> and
<xref linkend="popt"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para><xref linkend="libcroco"/> and
<xref linkend="libgsf"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="libcroco"/>,
<xref linkend="libgsf"/>,
<xref linkend="gnome-vfs"/>,
<para><xref linkend="gnome-vfs"/>,
<xref linkend="libgnomeprintui"/>,
<xref linkend="mozilla"/>,
<xref linkend="mozilla"/> or <xref linkend="firefox"/>,
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></para>
@ -77,27 +79,46 @@
<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>
<para>Install <application>librsvg</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
--disable-gtk-doc &amp;&amp;
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
<para>If you have <application>Firefox</application> installed, create
symlinks to the plugins using the following command as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>ln -v -s /usr/lib/mozilla/plugins/libmozsvgdec.{so,a} \
/usr/lib/firefox-&firefox-version;/plugins</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 option prevents
the rebuilding of documentation during the <command>make</command>
command.</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>

View File

@ -41,6 +41,15 @@
-->
<listitem>
<para>September 15th, 2005</para>
<itemizedlist>
<listitem>
<para>[Randy] - Updated to librsvg-1.11.1.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>September 14th, 2005</para>
<itemizedlist>