glfs/gnome/core/librsvg.xml
DJ Lucas fdca426642 Last of XML rewrite
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2325 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-15 04:33:15 +00:00

87 lines
2.7 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY librsvg-download-http "http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.6/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.6/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-size "288 KB">
<!ENTITY librsvg-buildsize "10.1 MB">
<!ENTITY librsvg-time "0.25 SBU">
]>
<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
<?dbhtml filename="librsvg.html"?>
<title>librsvg-&librsvg-version;</title>
<sect2>
<title>Introduction to <application>librsvg</application></title>
<para>The <application>librsvg</application> package contains <filename
class="libraryfile">librsvg</filename> libraries.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&librsvg-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&librsvg-download-ftp;"/></para></listitem>
<listitem><para>Download size: &librsvg-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&librsvg-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&librsvg-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>librsvg</application> dependencies</title>
<sect4><title>Required</title>
<para>
<xref linkend="GTK2"/>,
<xref linkend="libxml2"/>,
<xref linkend="libart_lgpl"/> and
<xref linkend="popt"/>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="libgsf"/>,
<xref linkend="libcroco"/>,
<xref linkend="gtk-doc"/> and
<ulink url="http://sources.redhat.com/docbook-tools/">docbook-utils</ulink>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>librsvg</application></title>
<para>Install <application>librsvg</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>librsvg</application> package contains <filename
class="libraryfile">librsvg</filename> libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>librsvg libraries</title>
<para><filename class="libraryfile">librsvg</filename> libraries provide the functions to render Scalable Vector
Graphics (<acronym>SVG</acronym>).</para></sect3>
</sect2>
</sect1>