source: general/genlib/libgsf.xml@ 84da85a

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 84da85a was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY libgsf-download-http "&gnome-download-http;/libgsf/1.14/libgsf-&libgsf-version;.tar.bz2">
20 <!ENTITY libgsf-download-ftp "&gnome-download-ftp;/libgsf/1.14/libgsf-&libgsf-version;.tar.bz2">
21 <!ENTITY libgsf-md5sum "2d3b112a2c6e7e1740306c32b1ebf6ea">
22 <!ENTITY libgsf-size "525 KB">
23 <!ENTITY libgsf-buildsize "13.4 MB">
24 <!ENTITY libgsf-time "0.3 SBU">
25]>
26
27<sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;">
28 <?dbhtml filename="libgsf.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 <keywordset>
34 <keyword role="package">libgsf-&libgsf-version;.tar</keyword>
35 <keyword role="ftpdir">libgsf</keyword>
36 </keywordset>
37 </sect1info>
38
39 <title>libgsf-&libgsf-version;</title>
40
41 <indexterm zone="libgsf">
42 <primary sortas="a-Libgsf">Libgsf</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to libgsf</title>
47
48 <para>The <application>libgsf</application> package contains
49 <filename class="libraryfile">libgsf-1</filename> libraries. These are
50 useful for providing an extensible input/output abstraction layer for
51 structured file formats.</para>
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <listitem>
56 <para>Download (HTTP): <ulink url="&libgsf-download-http;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download (FTP): <ulink url="&libgsf-download-ftp;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download MD5 sum: &libgsf-md5sum;</para>
63 </listitem>
64 <listitem>
65 <para>Download size: &libgsf-size;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated disk space required: &libgsf-buildsize;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated build time: &libgsf-time;</para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libgsf Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required"><xref linkend="glib2"/>,
79 <xref linkend="libxml2"/>, and
80 <xref linkend="perl-xml-parser"/></para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional"><xref linkend="GConf"/> (required to build the
84 <command>gsf-office-thumbnailer</command> program),
85 <xref linkend="gnome-vfs"/> (required to build the
86 <filename class='libraryfile'>libgsf-gnome-1.so</filename>
87 library which provides GNOME-2 support), and
88 <xref linkend="gtk-doc"/></para>
89
90 <para>Note: you need to build the
91 <filename class='libraryfile'>libgsf-gnome-1.so</filename> library if you
92 plan on building <xref linkend="gnumeric"/> with GNOME support.</para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/libgsf"/></para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of libgsf</title>
101
102 <para>Install <application>libgsf</application> by running the following
103 commands:</para>
104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>Running <command>make check</command> will build a battery of test
109 programs which are built using the just-created
110 <filename class='libraryfile'>libgsf-1</filename> library. All the programs
111 should build successfully with no errors displayed.</para>
112
113 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para><option>--sysconfdir=&gnome-etc-dir;</option>: Pass this parameter to
123 the <command>configure</command> script if you have
124 <application>GNOME</application>-2 installed so that the
125 <application>GConf</application> schema files are installed in the
126 correct location.</para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>gsf-office-thumbnailer (optional)</seg>
140 <seg>libgsf-1.{so,a} and optionally, libgsf-gnome-1.{so,a}</seg>
141 <seg>/usr/include/libgsf-1 and /usr/share/gtk-doc/html/gsf</seg>
142 </seglistitem>
143 </segmentedlist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.