source: general/genlib/libgsf.xml@ 9fcf4a21

12.1 gimp3 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 9fcf4a21 was c3d8e34, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

Fix libgsf for libxml-2.12+

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[9bbd056]7 <!ENTITY libgsf-download-http "&gnome-download-http;/libgsf/1.14/libgsf-&libgsf-version;.tar.xz">
[e1e58be]8 <!ENTITY libgsf-download-ftp " ">
[5e5346c]9 <!ENTITY libgsf-md5sum "55301f17247932325c6ff572e1d70f35">
10 <!ENTITY libgsf-size "692 KB">
11 <!ENTITY libgsf-buildsize "16 MB (with tests)">
12 <!ENTITY libgsf-time "0.3 SBU (with tests)">
[fdca4266]13]>
14
[c9f69f81]15<sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;">
[feb2027]16 <?dbhtml filename="libgsf.html"?>
[4e82a189]17
18
[9258bef]19 <title>libgsf-&libgsf-version;</title>
[4e82a189]20
[feb2027]21 <indexterm zone="libgsf">
[7ded7e3]22 <primary sortas="a-libgsf">libgsf</primary>
[feb2027]23 </indexterm>
24
25 <sect2 role="package">
[9258bef]26 <title>Introduction to libgsf</title>
[4e82a189]27
[9bbd056]28 <para>
[a6b91ea6]29 The <application>libgsf</application> package contains a library
[9bbd056]30 used for providing an extensible input/output abstraction layer for
31 structured file formats.
32 </para>
[4e82a189]33
[6aa631b]34 &lfs120_checked;
[04fa30a]35
[feb2027]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[9bbd056]39 <para>
40 Download (HTTP): <ulink url="&libgsf-download-http;"/>
41 </para>
[feb2027]42 </listitem>
43 <listitem>
[9bbd056]44 <para>
45 Download (FTP): <ulink url="&libgsf-download-ftp;"/>
46 </para>
[feb2027]47 </listitem>
48 <listitem>
[9bbd056]49 <para>
50 Download MD5 sum: &libgsf-md5sum;
51 </para>
[feb2027]52 </listitem>
53 <listitem>
[9bbd056]54 <para>
55 Download size: &libgsf-size;
56 </para>
[feb2027]57 </listitem>
58 <listitem>
[9bbd056]59 <para>
60 Estimated disk space required: &libgsf-buildsize;
61 </para>
[feb2027]62 </listitem>
63 <listitem>
[9bbd056]64 <para>
65 Estimated build time: &libgsf-time;
66 </para>
[feb2027]67 </listitem>
68 </itemizedlist>
[4e82a189]69
[9258bef]70 <bridgehead renderas="sect3">libgsf Dependencies</bridgehead>
[4e82a189]71
[feb2027]72 <bridgehead renderas="sect4">Required</bridgehead>
[9bbd056]73 <para role="required">
[56605b9]74 <xref linkend="glib2"/> and
[aa4778c4]75 <xref linkend="libxml2"/>
[9bbd056]76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
[0d7900a]80 <xref linkend="gdk-pixbuf"/>
[02a729a]81 (To build <command>gsf-office-thumbnailer</command>)
[9bbd056]82 </para>
83
[feb2027]84 <bridgehead renderas="sect4">Optional</bridgehead>
[9bbd056]85 <para role="optional">
[ff3db85]86 <xref linkend="gobject-introspection"/> and
87 <xref linkend="gtk-doc"/>
[9bbd056]88 </para>
[feb2027]89
90 </sect2>
[4e82a189]91
[feb2027]92 <sect2 role="installation">
[9258bef]93 <title>Installation of libgsf</title>
[feb2027]94
[c3d8e34]95 <para>
96 Fix building <application>libgsf</application> against
97 <application>libxml-2.12.x</application>:
98 </para>
99
100<screen><userinput>sed -e '/tree\.h/i #include &lt;libxml/parser.h&gt;' \
101 -i gsf/gsf-libxml.h</userinput></screen>
102
[9bbd056]103 <para>
104 Install <application>libgsf</application> by running the following
105 commands:
106 </para>
[feb2027]107
[9bbd056]108<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[feb2027]109make</userinput></screen>
[4e82a189]110
[9bbd056]111 <para>
[4dda1ec]112 To test the results, issue: <command>make check</command>. Two
[7a9a7b26]113 tests, t1004-zip-zip64.pl and t1005-zip-nonseekable.pl are
[4dda1ec]114 known to fail.
[9bbd056]115 </para>
[fb0c78e]116
[9bbd056]117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
[4e82a189]120
[feb2027]121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
[4e82a189]124
[cd0cae38]125 <sect2 role="commands">
126 <title>Command Explanations</title>
[bccbdaea]127
[9bbd056]128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/static-libraries.xml"/>
[be7d50e]130
[e05cd03f]131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9bbd056]132 href="../../xincludes/gtk-doc-rebuild.xml"/>
[56ce09e]133
[cd0cae38]134 </sect2>
135
[4e82a189]136 <sect2 role="content">
[feb2027]137 <title>Contents</title>
[4e82a189]138
[feb2027]139 <segmentedlist>
[9bbd056]140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Library</segtitle>
[feb2027]142 <segtitle>Installed Directories</segtitle>
[4e82a189]143
[feb2027]144 <seglistitem>
[9bbd056]145 <seg>
[fc2d473]146 gsf, gsf-office-thumbnailer, and gsf-vba-dump
[9bbd056]147 </seg>
148 <seg>
149 libgsf-1.so
150 </seg>
151 <seg>
[1c69133]152 /usr/include/libgsf-1,
153 /usr/share/gtk-doc/html/gsf and
154 /usr/share/thumbnailers
[9bbd056]155 </seg>
[feb2027]156 </seglistitem>
157 </segmentedlist>
[4e82a189]158
[9bbd056]159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="gsf">
165 <term><command>gsf</command></term>
166 <listitem>
167 <para>
[4c24eb0a]168 is a simple archive utility, somewhat similar to tar(1)
[9bbd056]169 </para>
170 <indexterm zone="libgsf gsf">
171 <primary sortas="b-gsf">gsf</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="gsf-office-thumbnailer">
177 <term><command>gsf-office-thumbnailer</command></term>
178 <listitem>
179 <para>
[7ded7e3]180 is used internally by <application>GNOME</application> applications
[0d7900a]181 such as <application>Nautilus</application> to generate
[4c24eb0a]182 thumbnails of several types of office application files
[9bbd056]183 </para>
184 <indexterm zone="libgsf gsf-office-thumbnailer">
185 <primary sortas="b-gsf-office-thumbnailer">gsf-office-thumbnailer</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="gsf-vba-dump">
191 <term><command>gsf-vba-dump</command></term>
192 <listitem>
193 <para>
[4c24eb0a]194 is used to extract Visual Basic for Applications macros from files
[9bbd056]195 </para>
196 <indexterm zone="libgsf gsf-vba-dump">
197 <primary sortas="b-gsf-vba-dump">gsf-vba-dump</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="libgsf-1">
203 <term><filename class="libraryfile">libgsf-1.so</filename></term>
204 <listitem>
205 <para>
[4c24eb0a]206 contains the <application>libgsf</application> API functions
[9bbd056]207 </para>
208 <indexterm zone="libgsf libgsf-1">
209 <primary sortas="c-libgsf-1">libgsf-1.so</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 </variablelist>
215
[feb2027]216 </sect2>
[c9f69f81]217
218</sect1>
Note: See TracBrowser for help on using the repository browser.