glfs/general/graphlib/librsvg.xml
Randy McMurchy 8c18dbcb8f Added --disable-gtk-doc to librsvg build instructions which was inadvertently removed
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3066 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-12-02 05:48:01 +00:00

116 lines
3.6 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.8/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.8/librsvg-&librsvg-version;.tar.bz2">
<!ENTITY librsvg-md5sum "01c14f6adcf3a71be2b808879e1223a0">
<!ENTITY librsvg-size "353 KB">
<!ENTITY librsvg-buildsize "9.4 MB">
<!ENTITY librsvg-time "0.35 SBU">
]>
<sect1 id="librsvg" xreflabel="librsvg-&librsvg-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?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 and tools used to
manipulate, convert and view Scalable Vector Graphic
(<acronym>SVG</acronym>) images.</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>MD5 sum: &librsvg-md5sum;</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="libcroco"/>,
<xref linkend="libgsf"/>,
<xref linkend="gnome-vfs"/>,
<xref linkend="libgnomeprintui"/>,
<xref linkend="mozilla"/>,
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></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=/usr --sysconfdir=/etc \
--disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><option>--disable-gtk-doc</option>: This option prevents the rebuilding
of documentation during the <command>make</command> command.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>librsvg</application> package contains
<command>rsvg</command>,
<command>rsvg-view</command> and
<filename class="libraryfile">librsvg</filename> libraries, modules and
plugins.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>rsvg</title>
<para><command>rsvg</command> is used to covert <acronym>SVG</acronym> images
into <acronym>PNG</acronym>, <acronym>JPEG</acronym> and
<acronym>ICO</acronym> raster images.</para></sect3>
<sect3><title>rsvg-view</title>
<para><command>rsvg-view</command> is used to view an <acronym>SVG</acronym>
file in an <application>X</application> window.</para></sect3>
<sect3><title>librsvg libraries</title>
<para><filename class="libraryfile">librsvg</filename> libraries
provide the functions to render Scalable Vector Graphics.</para></sect3>
</sect2>
</sect1>