Updated to libgsf-1.12.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5066 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-09-14 20:58:36 +00:00
parent 6098c66408
commit cd0cae38dd
3 changed files with 32 additions and 15 deletions

View File

@ -78,7 +78,7 @@
<!ENTITY glib2-version "2.6.4">
<!ENTITY libidl-version "0.8.6">
<!ENTITY libcroco-version "0.6.0">
<!ENTITY libgsf-version "1.12.0">
<!ENTITY libgsf-version "1.12.3">
<!ENTITY libglade-version "2.5.1">
<!ENTITY expat-version "1.95.8">
<!ENTITY libesmtp-version "1.0.3r1">

View File

@ -5,11 +5,11 @@
%general-entities;
<!ENTITY libgsf-download-http "http://ftp.gnome.org/pub/gnome/sources/libgsf/1.12/libgsf-&libgsf-version;.tar.bz2">
<!ENTITY libgsf-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libgsf/1.12/libgsf-&libgsf-version;.tar.bz2">
<!ENTITY libgsf-md5sum "34c4672edd2e4e814fb82d7b94d71ffd">
<!ENTITY libgsf-size "428 KB">
<!ENTITY libgsf-buildsize "10.1 MB">
<!ENTITY libgsf-time "0.3 SBU">
<!ENTITY libgsf-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libgsf/1.12/libgsf-&libgsf-version;.tar.bz2">
<!ENTITY libgsf-md5sum "34b51119d5cbae30be0357ab246e93de">
<!ENTITY libgsf-size "503 KB">
<!ENTITY libgsf-buildsize "13.0 MB">
<!ENTITY libgsf-time "0.3 SBU">
]>
<sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;">
@ -30,9 +30,9 @@
<title>Introduction to Libgsf</title>
<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>
<filename class="libraryfile">libgsf-1</filename> libraries. These are
useful for providing an extensible input/output abstraction layer for
structured file formats.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -59,8 +59,9 @@
<bridgehead renderas="sect3">Libgsf Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="glib2"/> and
<xref linkend="libxml2"/></para>
<para><xref linkend="glib2"/>,
<xref linkend="libxml2"/> and
<xref linkend="perl-xml-parser"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="gnome-vfs"/> (required for GNOME-2 support) and
@ -77,7 +78,10 @@
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Running <command>make check</command> will build a battery of test
programs which are built using the just-created
<filename class='libraryfile'>libgsf-1</filename> library. All the programs
should build successfully with no errors displayed.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@ -85,16 +89,27 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>--sysconfdir=/etc/gnome</option>: Pass this parameter to the
<command>configure</command> command if you have
<application>GNOME</application>-2 installed so that the
<application>GConf</application> schema files are installed
correctly.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>gsf-office-thumbnailer</seg>
<seg>libgsf-1.[so,a] and optionally, libgsf-gnome-1.[so,a]</seg>
<seg>/usr/include/libgsf-1 and /usr/share/gtk-doc/html/gsf</seg>
</seglistitem>
@ -103,4 +118,3 @@ make</userinput></screen>
</sect2>
</sect1>

View File

@ -44,6 +44,9 @@
<listitem>
<para>September 14th, 2005</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to libgsf-1.12.3.</para>
</listitem>
<listitem>
<para>[randy] - Added documentation installation commands and
corrected the note about the test suite in the libcroco