source: general/graphlib/libwebp.xml@ 198f4b92

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 lazarus lxqt 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 198f4b92 was 198f4b92, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to gnumeric-1.12.33.
Update to goffice-0.10.33.
Update to lua-5.3.4.
Update to libwebp-0.6.0.

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

  • Property mode set to 100644
File size: 6.8 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 libwebp-download-http "http://downloads.webmproject.org/releases/webp/libwebp-&libwebp-version;.tar.gz">
8 <!ENTITY libwebp-download-ftp " ">
9 <!ENTITY libwebp-md5sum "19a6e926ab1721268df03161b84bb4a0">
10 <!ENTITY libwebp-size "1.2 MB">
11 <!ENTITY libwebp-buildsize "27 MB">
12 <!ENTITY libwebp-time "0.3 SBU">
13]>
14
15<sect1 id="libwebp" xreflabel="libwebp-&libwebp-version;">
16 <?dbhtml filename="libwebp.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libwebp-&libwebp-version;</title>
24
25 <indexterm zone="libwebp">
26 <primary sortas="a-libwebp">libwebp</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libwebp</title>
31
32 <para>
33 The <application>libwebp</application> package contains a library
34 and support programs to encode and decode images in WebP format.
35 </para>
36
37 &lfs7a_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libwebp-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libwebp-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libwebp-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libwebp-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libwebp-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libwebp-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libwebp Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="libjpeg"/>,
78 <xref linkend="libpng"/> and
79 <xref linkend="libtiff"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="freeglut"/> and
85 <xref linkend="giflib"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/libwebp"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of libwebp</title>
95
96 <para>
97 Install <application>libwebp</application> by running the following
98 commands:
99 </para>
100
101 <note>
102 <para>
103 If you are updating from libwebp-0.4.x or 0.5.x, and wish that installed
104 applications link to the new version 0.6.x, they need to be reinstalled.
105 </para>
106 </note>
107
108<screen><userinput>./configure --prefix=/usr \
109 --enable-libwebpmux \
110 --enable-libwebpdemux \
111 --enable-libwebpdecoder \
112 --enable-libwebpextras \
113 --enable-swap-16bit-csp \
114 --disable-static &amp;&amp;
115
116make</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133
134 <para>
135 <parameter>--enable-swap-16bit-csp</parameter>: This switch enables byte
136 swap for 16 bit colorspaces.
137 </para>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/static-libraries.xml"/>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Programs</segtitle>
149 <segtitle>Installed Library</segtitle>
150 <segtitle>Installed Directory</segtitle>
151
152 <seglistitem>
153 <seg>
154 cwebp, dwebp, gif2webp, vwebp, and webpmux
155 </seg>
156 <seg>
157 libwebpdecoder.so, libwebpdemux.so, libwebpextras.so,
158 libwebpmux.so, and libwebp.so
159 </seg>
160 <seg>
161 /usr/include/webp
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="cwebp">
172 <term><command>cwebp</command></term>
173 <listitem>
174 <para>
175 compresses an image using the WebP format.
176 </para>
177 <indexterm zone="libwebp cwebp">
178 <primary sortas="b-cwebp">cwebp</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="dwebp">
184 <term><command>dwebp</command></term>
185 <listitem>
186 <para>
187 decompresses WebP files into PNG, PAM, PPM or PGM images.
188 </para>
189 <indexterm zone="libwebp dwebp">
190 <primary sortas="b-dwebp">dwebp</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="gif2webp">
196 <term><command>gif2webp</command></term>
197 <listitem>
198 <para>
199 converts a GIF image to a WebP image.
200 </para>
201 <indexterm zone="libwebp gif2webp">
202 <primary sortas="b-gif2webp">gif2webp</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="vwebp">
208 <term><command>vwebp</command></term>
209 <listitem>
210 <para>
211 decompress a WebP file and display it in a window.
212 </para>
213 <indexterm zone="libwebp vwebp">
214 <primary sortas="b-vwebp">vwebp</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="webpmux">
220 <term><command>webpmux</command></term>
221 <listitem>
222 <para>
223 creates animated WebP files from non-animated WebP images, extracts
224 frames from animated WebP images, and manages XMP/EXIF metadata and
225 ICC profile.
226 </para>
227 <indexterm zone="libwebp webpmux">
228 <primary sortas="b-webpmux">webpmux</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="libwebp-lib">
234 <term><filename class="libraryfile">libwebp.so</filename></term>
235 <listitem>
236 <para>
237 contains the API functions for WebP encoding and decoding.
238 </para>
239 <indexterm zone="libwebp libwebp-lib">
240 <primary sortas="c-libwebp">libwebp.so</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 </variablelist>
246
247 </sect2>
248
249</sect1>
Note: See TracBrowser for help on using the repository browser.