source: general/graphlib/giflib.xml@ 17414e5f

12.1 ken/TL2024 lazarus rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 17414e5f was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 4 months ago

Change all xml decl to encoding=utf-8

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