source: general/graphlib/giflib.xml@ 8558044

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8558044 was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

  • Property mode set to 100644
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY giflib-download-http "https://sourceforge.net/projects/giflib/files/giflib-&giflib-version;.tar.gz">
8 <!ENTITY giflib-download-ftp " ">
9 <!ENTITY giflib-http-md5sum "6f03aee4ebe54ac2cc1ab3e4b0a049e5">
10 <!ENTITY giflib-http-size "436 KB">
11 <!ENTITY giflib-buildsize "3.2 MB (with documentation)">
12 <!ENTITY giflib-time "less than 0.1 SBU (with documentation)">
13]>
14
15<sect1 id="giflib" xreflabel="giflib-&giflib-version;">
16 <?dbhtml filename="giflib.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>giflib-&giflib-version;</title>
23
24 <indexterm zone="giflib">
25 <primary sortas="a-giflib">giflib</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to giflib</title>
30
31 <para>
32 The <application>giflib</application> package contains libraries
33 for reading and writing GIFs as well as programs for converting and
34 working with GIF files.
35 </para>
36
37 &lfs110a_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&giflib-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (HTTP) MD5 sum: &giflib-http-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (HTTP) size: &giflib-http-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &giflib-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &giflib-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">giflib Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="xmlto"/>
73 </para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/giflib"/>
77 </para>
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of giflib</title>
82
83 <para>
84 Install <application>giflib</application> by running the following
85 commands:
86 </para>
87
88<screen><userinput>make</userinput></screen>
89
90<!-- <para>
91 To test the results, issue: <command>make check-TESTS</command>. Test
92 suite results are kept in <filename>test.sh.log</filename>.
93 </para>
94 There doesn't seem to be a test suite in 5.1.6 -->
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make PREFIX=/usr install &amp;&amp;
105
106rm -fv /usr/lib/libgif.a &amp;&amp;
107
108find doc \( -name Makefile\* -o -name \*.1 \
109 -o -name \*.xml \) -exec rm -v {} \; &amp;&amp;
110
111install -v -dm755 /usr/share/doc/giflib-&giflib-version; &amp;&amp;
112cp -v -R doc/* /usr/share/doc/giflib-&giflib-version;</userinput></screen>
113<!--
114 <para>
115 If <xref linkend="xmlto"/> is installed, then the API documentation has
116 been built. If you wish to install the distributed and the just built
117 documentations, issue, as the <systemitem
118 class="username">root</systemitem> user:
119 </para>
120-->
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para>
127 <command>rm -fv /usr/lib/libgif.a</command>: This command removes a
128 static library which is not used by any BLFS package.
129 </para>
130
131 <para>
132 <command>find doc ... -exec rm -v {} \;</command>: This command removes
133 <filename>Makefiles</filename>, man and xml files from the documentation
134 directory that would otherwise be installed by the commands that follow.
135 </para>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Library</segtitle>
145 <segtitle>Installed Directory</segtitle>
146
147 <seglistitem>
148 <seg>gif2rgb, gifbuild, gifclrmp, giffix, giftext, and giftool</seg>
149 <seg>libgif.so</seg>
150 <seg>/usr/share/doc/giflib-&giflib-version;</seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="gif2rgb">
160 <term><command>gif2rgb</command></term>
161 <listitem>
162 <para>
163 converts images saved as GIF to 24-bit RGB images
164 </para>
165 <indexterm zone="giflib gif2rgb">
166 <primary sortas="b-gif2rgb">gif2rgb</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="gifbuild">
172 <term><command>gifbuild</command></term>
173 <listitem>
174 <para>
175 dumps GIF data in a textual format, or undumps it to a GIF
176 </para>
177 <indexterm zone="giflib gifbuild">
178 <primary sortas="b-gifbuild">gifbuild</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="gifclrmp">
184 <term><command>gifclrmp</command></term>
185 <listitem>
186 <para>
187 modifies GIF image colormaps
188 </para>
189 <indexterm zone="giflib gifclrmp">
190 <primary sortas="b-gifclrmp">gifclrmp</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="giffix">
196 <term><command>giffix</command></term>
197 <listitem>
198 <para>
199 clumsily attempts to fix truncated GIF images
200 </para>
201 <indexterm zone="giflib giffix">
202 <primary sortas="b-giffix">giffix</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="giftext">
208 <term><command>giftext</command></term>
209 <listitem>
210 <para>
211 prints (text only) general information about a GIF file
212 </para>
213 <indexterm zone="giflib giftext">
214 <primary sortas="b-giftext">giftext</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="giftool">
220 <term><command>giftool</command></term>
221 <listitem>
222 <para>
223 is a GIF transformation tool
224 </para>
225 <indexterm zone="giflib giftool">
226 <primary sortas="b-giftool">giftool</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="libgif">
232 <term><filename class="libraryfile">libgif.so</filename></term>
233 <listitem>
234 <para>
235 contains API functions required by the
236 <application>giflib</application> programs and any other programs
237 needing library functionality to read, write and manipulate GIF
238 images
239 </para>
240 <indexterm zone="giflib libgif">
241 <primary sortas="c-libgif">libgif.so</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 </variablelist>
247
248 </sect2>
249
250</sect1>
Note: See TracBrowser for help on using the repository browser.