source: general/genlib/libgsf.xml@ 1f93d11

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1f93d11 was 9258bef, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to libgsf-1.13.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5488 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.2 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[9258bef]7 <!ENTITY libgsf-download-http "http://ftp.gnome.org/pub/gnome/sources/libgsf/1.13/libgsf-&libgsf-version;.tar.bz2">
8 <!ENTITY libgsf-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libgsf/1.13/libgsf-&libgsf-version;.tar.bz2">
9 <!ENTITY libgsf-md5sum "b35e95f6bd7b8add9981b6cf6336674a">
10 <!ENTITY libgsf-size "513 KB">
11 <!ENTITY libgsf-buildsize "13.6 MB">
[cd0cae38]12 <!ENTITY libgsf-time "0.3 SBU">
[fdca4266]13]>
14
[c9f69f81]15<sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;">
[feb2027]16 <?dbhtml filename="libgsf.html"?>
[4e82a189]17
[feb2027]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[4f26c54]21 <keywordset>
22 <keyword role="package">libgsf-&libgsf-version;.tar</keyword>
[22ac237]23 <keyword role="ftpdir">libgsf</keyword>
[4f26c54]24 </keywordset>
[feb2027]25 </sect1info>
[4e82a189]26
[9258bef]27 <title>libgsf-&libgsf-version;</title>
[4e82a189]28
[feb2027]29 <indexterm zone="libgsf">
30 <primary sortas="a-Libgsf">Libgsf</primary>
31 </indexterm>
32
33 <sect2 role="package">
[9258bef]34 <title>Introduction to libgsf</title>
[4e82a189]35
36 <para>The <application>libgsf</application> package contains
[cd0cae38]37 <filename class="libraryfile">libgsf-1</filename> libraries. These are
38 useful for providing an extensible input/output abstraction layer for
39 structured file formats.</para>
[4e82a189]40
[feb2027]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&libgsf-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&libgsf-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &libgsf-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &libgsf-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &libgsf-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &libgsf-time;</para>
60 </listitem>
61 </itemizedlist>
[4e82a189]62
[9258bef]63 <bridgehead renderas="sect3">libgsf Dependencies</bridgehead>
[4e82a189]64
[feb2027]65 <bridgehead renderas="sect4">Required</bridgehead>
[4f26c54]66 <para role="required"><xref linkend="glib2"/>,
[9258bef]67 <xref linkend="libxml2"/>, and
[cd0cae38]68 <xref linkend="perl-xml-parser"/></para>
[4e82a189]69
[feb2027]70 <bridgehead renderas="sect4">Optional</bridgehead>
[9258bef]71 <para role="optional"><xref linkend="GConf"/> (required to build the
72 <command>gsf-office-thumbnailer</command> program),
73 <xref linkend="gnome-vfs"/> (required for GNOME-2 support),
74 and <xref linkend="gtk-doc"/></para>
[feb2027]75
76 </sect2>
[4e82a189]77
[feb2027]78 <sect2 role="installation">
[9258bef]79 <title>Installation of libgsf</title>
[feb2027]80
[4e82a189]81 <para>Install <application>libgsf</application> by running the following
[feb2027]82 commands:</para>
83
[9258bef]84<screen><userinput>./configure --prefix=/usr &amp;&amp;
[feb2027]85make</userinput></screen>
[4e82a189]86
[cd0cae38]87 <para>Running <command>make check</command> will build a battery of test
88 programs which are built using the just-created
89 <filename class='libraryfile'>libgsf-1</filename> library. All the programs
90 should build successfully with no errors displayed.</para>
[fb0c78e]91
[feb2027]92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[4e82a189]93
[feb2027]94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
[4e82a189]97
[cd0cae38]98 <sect2 role="commands">
99 <title>Command Explanations</title>
[bccbdaea]100
[cd0cae38]101 <para><option>--sysconfdir=/etc/gnome</option>: Pass this parameter to the
102 <command>configure</command> command if you have
103 <application>GNOME</application>-2 installed so that the
104 <application>GConf</application> schema files are installed
105 correctly.</para>
106
107 </sect2>
108
[4e82a189]109 <sect2 role="content">
[feb2027]110 <title>Contents</title>
[4e82a189]111
[feb2027]112 <segmentedlist>
[cd0cae38]113 <segtitle>Installed Program</segtitle>
[feb2027]114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
[4e82a189]116
[feb2027]117 <seglistitem>
[9258bef]118 <seg>gsf-office-thumbnailer (optional)</seg>
[feb2027]119 <seg>libgsf-1.[so,a] and optionally, libgsf-gnome-1.[so,a]</seg>
120 <seg>/usr/include/libgsf-1 and /usr/share/gtk-doc/html/gsf</seg>
121 </seglistitem>
122 </segmentedlist>
[4e82a189]123
[feb2027]124 </sect2>
[c9f69f81]125
126</sect1>
Note: See TracBrowser for help on using the repository browser.