glfs/gnome/core/libgsf.xml
Archaic 5cd0959daa Resetting keywords
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:25:57 +00:00

88 lines
2.8 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 libgsf-download-http "http://ftp.gnome.org/pub/gnome/sources/libgsf/1.8/libgsf-&libgsf-version;.tar.bz2">
<!ENTITY libgsf-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libgsf/1.8/libgsf-&libgsf-version;.tar.bz2">
<!ENTITY libgsf-size "328 KB">
<!ENTITY libgsf-buildsize "13.9 MB">
<!ENTITY libgsf-time "0.24 SBU">
]>
<sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="libgsf.html"?>
<title>libgsf-&libgsf-version;</title>
<sect2>
<title>Introduction to <application>libgsf</application></title>
<para>The <application>libgsf</application> package contains
<filename class="libraryfile">libgsf</filename> libraries. This is useful for
providing an extensible input/output abstraction layer for structured file
formats.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&libgsf-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&libgsf-download-ftp;"/></para></listitem>
<listitem><para>Download size: &libgsf-size;</para></listitem>
<listitem><para>Estimated Disk space required: &libgsf-buildsize;</para></listitem>
<listitem><para>Estimated build time: &libgsf-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>libgsf</application> dependencies</title>
<sect4><title>Required</title>
<para>
<xref linkend="GLib2"/> and
<xref linkend="libxml2"/>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="gnome-vfs"/>,
<xref linkend="gtk-doc"/> (with <xref linkend="sgml-dtd-3"/> installed) and
<xref linkend="docbook-utils"/>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>libgsf</application></title>
<para>Install <application>libgsf</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--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 switch will prevent the
rebuilding of the <acronym>API</acronym> documentation (which is broken
at the current state) during the <command>make</command> command.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>libgsf</application> package contains <filename>
libgsf</filename> and <filename>libgsf-gnome</filename> libraries.</para>
</sect2>
</sect1>