source: general/graphlib/giflib.xml@ b01e2d2

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

openssl-1.0.1g, gnutls-3.2.13, cups-filters-1.0.52, util-macros-1.19.0, pcre-8.35 and mc-4.8.12. Move sed for tests in giflib-5.0.6.

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

  • Property mode set to 100644
File size: 7.7 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 "603838feeed62e9eaa90415742adddf9">
10 <!ENTITY giflib-http-size "608 KB">
11 <!ENTITY giflib-buildsize "6.5 MB (with generated html documentation; additional 0.4 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>If you wish to run the tests, first disable one which fails:</para>
79
80<screen><userinput>sed -i '/treescap.map/ s/^/#/' tests/makefile</userinput></screen>
81
82 <para>To test the results, issue: <command>make check</command>.</para>
83
84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>make install</userinput></screen>
87
88 <para>If you generated html documentation, install it as the
89 <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>install -v -dm755 /usr/share/doc/giflib-&giflib-version;/html &amp;&amp;
92install -v -m644 doc/*.html /usr/share/doc/giflib-&giflib-version;/html</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para>
100 <command>sed -i '/treescap.map/ ... </command>: Optional, to disable one
101 test that fails, if you are running the tests.
102 </para>
103
104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../xincludes/static-libraries.xml"/>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Library</segtitle>
115 <segtitle>Installed Directory</segtitle>
116
117 <seglistitem>
118 <seg>gif2raw, gif2rgb, gifbuild, gifclrmp, gifecho, giffix, gifinto,
119 giftext and giftool</seg>
120 <seg>libgif.so</seg>
121 <seg>/usr/share/doc/giflib-&giflib-version;</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="gif2raw">
131 <term><command>gif2raw</command></term>
132 <listitem>
133 <para>converts images saved as GIF to raw pixel data.</para>
134 <indexterm zone="giflib gif2raw">
135 <primary sortas="b-gif2raw">gif2raw</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="gif2rgb">
141 <term><command>gif2rgb</command></term>
142 <listitem>
143 <para>converts images saved as GIF to 24-bit RGB images.</para>
144 <indexterm zone="giflib gif2rgb">
145 <primary sortas="b-gif2rgb">gif2rgb</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="gifbuild">
151 <term><command>gifbuild</command></term>
152 <listitem>
153 <para>dumps GIF data in a textual format, or undumps it to a GIF.</para>
154 <indexterm zone="giflib gifbuild">
155 <primary sortas="b-gifbuild">gifbuild</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="gifclrmp">
161 <term><command>gifclrmp</command></term>
162 <listitem>
163 <para>modifies GIF image colormaps.</para>
164 <indexterm zone="giflib gifclrmp">
165 <primary sortas="b-gifclrmp">gifclrmp</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="gifecho">
171 <term><command>gifecho</command></term>
172 <listitem>
173 <para>generates a GIF from ASCII text.</para>
174 <indexterm zone="giflib gifecho">
175 <primary sortas="b-gifecho">gifecho</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="giffix">
181 <term><command>giffix</command></term>
182 <listitem>
183 <para>clumsily attempts to fix truncated GIF images.</para>
184 <indexterm zone="giflib giffix">
185 <primary sortas="b-giffix">giffix</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="gifinto">
191 <term><command>gifinto</command></term>
192 <listitem>
193 <para>is an end-of-pipe fitting for GIF-processing pipelines.</para>
194 <indexterm zone="giflib gifinto">
195 <primary sortas="b-gifinto">gifinto</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="giftext">
201 <term><command>giftext</command></term>
202 <listitem>
203 <para>prints (text only) general information about a GIF file.</para>
204 <indexterm zone="giflib giftext">
205 <primary sortas="b-giftext">giftext</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="giftool">
211 <term><command>giftool</command></term>
212 <listitem>
213 <para>is a GIF transformation tool.</para>
214 <indexterm zone="giflib giftool">
215 <primary sortas="b-giftool">giftool</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="libgif">
221 <term><filename class="libraryfile">libgif.so</filename></term>
222 <listitem>
223 <para>contains API functions required by the
224 <application>giflib</application> programs and any other programs needing
225 library functionality to read, write and manipulate GIF images.</para>
226 <indexterm zone="giflib libgif">
227 <primary sortas="c-libgif">libgif.so</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 </variablelist>
233
234 </sect2>
235
236</sect1>
Note: See TracBrowser for help on using the repository browser.