source: general/graphlib/giflib.xml@ aed1e212

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 aed1e212 was aed1e212, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Tags

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