mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
Minor changes to libgsf in preparation for moving to Chapter 8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2907 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9799b03b4b
commit
1aaa772af0
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY libgsf-download-http "http://ftp.gnome.org/pub/gnome/sources/libgsf/1.10/libgsf-&libgsf-version;.tar.bz2">
|
||||
<!ENTITY libgsf-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libgsf/1.10/libgsf-&libgsf-version;.tar.bz2">
|
||||
<!ENTITY libgsf-md5sum "b7b1c1e9adf3fd39a4df6f6891bf3bca">
|
||||
<!ENTITY libgsf-size "391 KB">
|
||||
<!ENTITY libgsf-buildsize "13.9 MB">
|
||||
<!ENTITY libgsf-time "0.24 SBU">
|
||||
|
||||
<!ENTITY libgsf-time "0.28 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;">
|
||||
@ -23,8 +23,8 @@
|
||||
<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
|
||||
<para>The <application>libgsf</application> package contains
|
||||
<filename class="libraryfile">libgsf</filename> libraries. These are useful for
|
||||
providing an extensible input/output abstraction layer for structured file
|
||||
formats.</para>
|
||||
|
||||
@ -32,6 +32,7 @@ formats.</para>
|
||||
<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>MD5 sum: &libgsf-md5sum;</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>
|
||||
@ -39,15 +40,14 @@ formats.</para>
|
||||
|
||||
<sect3><title><application>libgsf</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para>
|
||||
<xref linkend="GLib2"/> and
|
||||
<xref linkend="libxml2"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="GLib2"/> and
|
||||
<xref linkend="libxml2"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<xref linkend="gnome-vfs"/> and
|
||||
<xref linkend="gtk-doc"/> (with <xref linkend="sgml-dtd-3"/> installed)
|
||||
</para></sect4>
|
||||
<para><xref linkend="gnome-vfs"/> (required for GNOME-2 support) and
|
||||
<xref linkend="gtk-doc"/> (with <xref linkend="sgml-dtd-3"/> installed)</para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -64,20 +64,12 @@ 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>
|
||||
<para>The <application>libgsf</application> package contains
|
||||
<filename class='libraryfile'>libgsf</filename> and optionally,
|
||||
<filename class='libraryfile'>libgsf-gnome</filename> libraries.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user