source: general/graphlib/giflib.xml@ a1f2d184

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a1f2d184 was 36008b97, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Revert revision 13795, except for small typo.

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

  • Property mode set to 100644
File size: 7.4 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 "&sourceforge-repo;/giflib/giflib-&giflib-version;.tar.bz2">
8 <!ENTITY giflib-download-ftp " ">
9 <!ENTITY giflib-http-md5sum "c7e9f1c10b755ab955156d4c1ac7fc5d">
10 <!ENTITY giflib-http-size "607 KB">
11 <!ENTITY giflib-buildsize "6.5 MB (with generated html documentation; additional 0.7 MB for the tests)">
12 <!ENTITY giflib-time "0.2 SBU (with generated html 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>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.</para>
35
36 &lfs75_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&giflib-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (HTTP) MD5 sum: &giflib-http-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download (HTTP) size: &giflib-http-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &giflib-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &giflib-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">giflib Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Optional</bridgehead>
60 <para role="optional">
61 <xref linkend="xmlto"/> (for html documentation)
62 </para>
63
64 <para condition="html" role="usernotes">User Notes:
65 <ulink url="&blfs-wiki;/giflib"/>
66 </para>
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of giflib</title>
71
72 <para>Install <application>giflib</application> by running the following
73 commands:</para>
74
75<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
76make</userinput></screen>
77
78 <para>To test the results, issue: <command>make check</command>. The
79 test results are in <filename>test.sh.log</filename>.</para>
80
81 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
82
83<screen role="root"><userinput>make install</userinput></screen>
84
85 <para>If you generated html documentation, install it as the
86 <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>install -v -dm755 /usr/share/doc/giflib-&giflib-version;/html &amp;&amp;
89install -v -m644 doc/*.html /usr/share/doc/giflib-&giflib-version;/html</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="commands">
94 <title>Command Explanations</title>
95
96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
97 href="../../xincludes/static-libraries.xml"/>
98
99 </sect2>
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Library</segtitle>
107 <segtitle>Installed Directory</segtitle>
108
109 <seglistitem>
110 <seg>gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto,
111 giftext and giftool</seg>
112 <seg>libgif.so</seg>
113 <seg>/usr/share/doc/giflib-&giflib-version;</seg>
114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122<!-- Seems to be removed in 5.1.0
123 <varlistentry id="gif2raw">
124 <term><command>gif2raw</command></term>
125 <listitem>
126 <para>converts images saved as GIF to raw pixel data.</para>
127 <indexterm zone="giflib gif2raw">
128 <primary sortas="b-gif2raw">gif2raw</primary>
129 </indexterm>
130 </listitem>
131 </varlistentry>
132-->
133 <varlistentry id="gif2rgb">
134 <term><command>gif2rgb</command></term>
135 <listitem>
136 <para>converts images saved as GIF to 24-bit RGB images.</para>
137 <indexterm zone="giflib gif2rgb">
138 <primary sortas="b-gif2rgb">gif2rgb</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="gifbuild">
144 <term><command>gifbuild</command></term>
145 <listitem>
146 <para>dumps GIF data in a textual format, or undumps it to a GIF.</para>
147 <indexterm zone="giflib gifbuild">
148 <primary sortas="b-gifbuild">gifbuild</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="gifclrmp">
154 <term><command>gifclrmp</command></term>
155 <listitem>
156 <para>modifies GIF image colormaps.</para>
157 <indexterm zone="giflib gifclrmp">
158 <primary sortas="b-gifclrmp">gifclrmp</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="gifecho">
164 <term><command>gifecho</command></term>
165 <listitem>
166 <para>generates a GIF from ASCII text.</para>
167 <indexterm zone="giflib gifecho">
168 <primary sortas="b-gifecho">gifecho</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="giffix">
174 <term><command>giffix</command></term>
175 <listitem>
176 <para>clumsily attempts to fix truncated GIF images.</para>
177 <indexterm zone="giflib giffix">
178 <primary sortas="b-giffix">giffix</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="gifinto">
184 <term><command>gifinto</command></term>
185 <listitem>
186 <para>is an end-of-pipe fitting for GIF-processing pipelines.</para>
187 <indexterm zone="giflib gifinto">
188 <primary sortas="b-gifinto">gifinto</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="giftext">
194 <term><command>giftext</command></term>
195 <listitem>
196 <para>prints (text only) general information about a GIF file.</para>
197 <indexterm zone="giflib giftext">
198 <primary sortas="b-giftext">giftext</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="giftool">
204 <term><command>giftool</command></term>
205 <listitem>
206 <para>is a GIF transformation tool.</para>
207 <indexterm zone="giflib giftool">
208 <primary sortas="b-giftool">giftool</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="libgif">
214 <term><filename class="libraryfile">libgif.so</filename></term>
215 <listitem>
216 <para>contains API functions required by the
217 <application>giflib</application> programs and any other programs needing
218 library functionality to read, write and manipulate GIF images.</para>
219 <indexterm zone="giflib libgif">
220 <primary sortas="c-libgif">libgif.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.