source: general/graphlib/giflib.xml@ 0781cb6b

11.0 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 0781cb6b was 0781cb6b, checked in by Xi Ruoyao <xry111@…>, 3 years ago

giflib: remove static lib

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

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