source: general/graphlib/giflib.xml@ f83a445

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 f83a445 was f83a445, checked in by Pierre Labastie <pieere@…>, 10 years ago

Giflib md5sum

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

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