Updated to librsvg-2.14.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6138 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-05-27 21:41:23 +00:00
parent 211dbcef13
commit e1f87b5ce2
3 changed files with 10 additions and 8 deletions

View File

@ -123,7 +123,7 @@
<!ENTITY freetype2-version "2.1.10">
<!ENTITY fontconfig-version "2.3.2">
<!ENTITY libart_lgpl-version "2.3.17">
<!ENTITY librsvg-version "2.14.3">
<!ENTITY librsvg-version "2.14.4">
<!ENTITY imlib-version "1.9.15">
<!ENTITY aalib-version "1.4rc5">
<!ENTITY imlib2-version "1.2.2">

View File

@ -6,9 +6,9 @@
<!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.14/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.14/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-md5sum "f926aa102ccc3ce99ddf257fcce8ebf4">
<!ENTITY librsvg-md5sum "945617bb094975d7353a3852302297c1">
<!ENTITY librsvg-size "415 KB">
<!ENTITY librsvg-buildsize "12.0 MB">
<!ENTITY librsvg-buildsize "12.5 MB">
<!ENTITY librsvg-time "0.4 SBU">
]>
@ -89,8 +89,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gnome-vfs"/>,
<xref linkend="libgnomeprintui"/>,
<!-- Commenting these out for now as the package doesn't look for these
that have native SVG capability and there is no reason to change this
<!-- Commenting these out for now as these package have native SVG capability
<xref linkend="seamonkey"/> or <xref linkend="firefox"/>,
-->
<ulink url="http://www.mozilla.org/products/mozilla1.x/">Mozilla</ulink>,
@ -108,7 +107,7 @@
<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>
@ -136,8 +135,8 @@ make</userinput></screen>
<para><parameter>--disable-gtk-doc</parameter>: This parameter prevents
the rebuilding of documentation during the <command>make</command>
command. Remove the parameter if you wish to rebuild the
documentation.</para>
command. It will also prevent the existing documentation in the source
tree from being installed.</para>
</sect2>

View File

@ -44,6 +44,9 @@
<listitem>
<para>May 27th, 2006</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to librsvg-2.14.4.</para>
</listitem>
<listitem>
<para>[randy] - Added intltool as an optional dependency of
libgnomecups.</para>