source: x/lib/gdk-pixbuf.xml@ b541318

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

Update to pango 1.40.8.
Update to gtk+3 3.22.18.
Update to gdk-pixbuf 2.36.8.
Update to zsh and zsh-doc 5.4.1.

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

  • Property mode set to 100644
File size: 8.9 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 gdk-pixbuf-download-http
8 "&gnome-download-http;/gdk-pixbuf/2.36/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
9 <!ENTITY gdk-pixbuf-download-ftp
10 "&gnome-download-ftp;/gdk-pixbuf/2.36/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
11 <!ENTITY gdk-pixbuf-md5sum "e0aaa0061eb12667b32b27472230b962">
12 <!ENTITY gdk-pixbuf-size "5.5 MB">
13 <!ENTITY gdk-pixbuf-buildsize "42 MB (with tests)">
14 <!ENTITY gdk-pixbuf-time "0.6 SBU (with tests)">
15]>
16
17<sect1 id="gdk-pixbuf" xreflabel="gdk-pixbuf-&gdk-pixbuf-version;">
18 <?dbhtml filename="gdk-pixbuf.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gdk-pixbuf-&gdk-pixbuf-version;</title>
26
27 <indexterm zone="gdk-pixbuf">
28 <primary sortas="a-gdk-pixbuf">gdk-pixbuf</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Gdk Pixbuf</title>
33
34 <para>
35 The <application>Gdk Pixbuf</application> package is a toolkit for image
36 loading and pixel buffer manipulation. It is used by
37 <application>GTK+ 2</application> and <application>GTK+ 3</application> to
38 load and manipulate images. In the past it was distributed as part of
39 <application>GTK+ 2</application> but it was split off into a separate
40 package in preparation for the change to <application>GTK+ 3</application>.
41 </para>
42
43 &lfs80_checked;
44 &gcc7_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&gdk-pixbuf-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&gdk-pixbuf-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &gdk-pixbuf-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &gdk-pixbuf-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &gdk-pixbuf-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &gdk-pixbuf-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">Gdk Pixbuf Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="glib2"/>,
85 <xref linkend="libjpeg"/> and
86 <xref linkend="libpng"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="libtiff"/> and
92 <xref linkend="xorg7-lib"/>
93 (<emphasis>Many</emphasis> <application>GTK+</application>
94 applications <emphasis>require</emphasis> gdk-pixbuf-xlib).
95 </para>
96
97 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
98 <para role="optional">
99 <xref linkend="gobject-introspection"/>
100 </para>
101
102 <bridgehead renderas="sect4">Optional</bridgehead>
103 <para role="optional">
104 <xref linkend="jasper"/> and
105 <xref linkend="gtk-doc"/>
106 </para>
107
108 <para condition="html" role="usernotes">
109 User Notes: <ulink url="&blfs-wiki;/gdk-pixbuf"/>
110 </para>
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of Gdk Pixbuf</title>
115
116 <para>
117 Install <application>Gdk Pixbuf</application> by running the following
118 commands:
119 </para>
120
121<screen><userinput>./configure --prefix=/usr --with-x11 &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 To test the results, issue: <command>make check</command>. The tests
126 make a heavy use of disk.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134
135 <note>
136 <para>
137 If you installed the package on to your system using a
138 <quote>DESTDIR</quote> method, an important file was not installed and
139 should be copied and/or generated. Generate it using the following
140 command as the <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
144 </note>
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <para>
151 <parameter>--with-x11</parameter>: This switch enables building of the
152 <application>Gdk Pixbuf</application> <application>X11</application>
153 library which is needed for <emphasis>many</emphasis> packages.
154 </para>
155
156 <para>
157 <option>--with-libjasper</option>: If you've installed
158 <xref linkend="jasper"/> and you want
159 <application>Gdk Pixbuf</application> to use it to compile a
160 JPEG2000 image loader, pass this switch to configure.
161 </para>
162
163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
164 href="../../xincludes/gtk-doc-rebuild.xml"/>
165
166 </sect2>
167
168 <sect2 role="content">
169 <title>Contents</title>
170
171 <segmentedlist>
172 <segtitle>Installed Programs</segtitle>
173 <segtitle>Installed Libraries</segtitle>
174 <segtitle>Installed Directories</segtitle>
175
176 <seglistitem>
177 <seg>
178 gdk-pixbuf-csource,
179 gdk-pixbuf-pixdata,
180 gdk-pixbuf-query-loaders, and
181 gdk-pixbuf-thumbnailer,
182 </seg>
183 <seg>
184 libgdk_pixbuf-2.0.so and
185 libgdk_pixbuf_xlib-2.0.so
186 </seg>
187 <seg>
188 /usr/{include,lib}/gdk-pixbuf-2.0,
189 /usr/share/gtk-doc/html/gdk-pixbuf, and
190 /usr/share/thumbnailers
191 </seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="gdk-pixbuf-csource">
201 <term><command>gdk-pixbuf-csource</command></term>
202 <listitem>
203 <para>
204 is a small utility that generates C code containing images, used
205 for compiling images directly into programs.
206 </para>
207 <indexterm zone="gdk-pixbuf gdk-pixbuf-csource">
208 <primary sortas="b-gdk-pixbuf-csource">gdk-pixbuf-csource</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="gdk-pixbuf-pixdata">
214 <term><command>gdk-pixbuf-pixdata</command></term>
215 <listitem>
216 <para>
217 is a tool used to convert GdkPixbuf to GdkPixdata.
218 </para>
219 <indexterm zone="gdk-pixbuf gdk-pixbuf-pixdata">
220 <primary sortas="b-gdk-pixbuf-pixdata">gdk-pixbuf-pixdata</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="gdk-pixbuf-query-loaders">
226 <term><command>gdk-pixbuf-query-loaders</command></term>
227 <listitem>
228 <para>
229 collects information about loadable modules for
230 <application>Gdk Pixbuf</application> and writes it
231 to the default cache file location, or to stdout.
232 </para>
233 <indexterm zone="gdk-pixbuf gdk-pixbuf-query-loaders">
234 <primary sortas="b-gdk-pixbuf-query-loaders">gdk-pixbuf-query-loaders</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="gdk-pixbuf-thumbnailer">
240 <term><command>gdk-pixbuf-thumbnailer</command></term>
241 <listitem>
242 <para>
243 creates thumbnails of pictures for use in other applications.
244 </para>
245 <indexterm zone="gdk-pixbuf gdk-pixbuf-thumbnailer">
246 <primary sortas="b-gdk-pixbuf-thumbnailer">gdk-pixbuf-thumbnailer</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="libgdk_pixbuf-2">
252 <term><filename class="libraryfile">libgdk_pixbuf-2.0.so</filename></term>
253 <listitem>
254 <para>
255 contains functions used to load and render images.
256 </para>
257 <indexterm zone="gdk-pixbuf libgdk_pixbuf-2">
258 <primary sortas="c-libgdk_pixbuf-2">libgdk_pixbuf-2.0.so</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 <varlistentry id="libgdk_pixbuf_xlib-2">
264 <term><filename class="libraryfile">libgdk_pixbuf_xlib-2.0.so</filename></term>
265 <listitem>
266 <para>
267 contains functions used to manipulate images and interfaces with
268 <application>Xlib</application>.
269 </para>
270 <indexterm zone="gdk-pixbuf libgdk_pixbuf_xlib-2">
271 <primary sortas="c-libgdk_pixbuf_xlib-2">libgdk_pixbuf_xlib-2.0.so</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 </variablelist>
277
278 </sect2>
279
280</sect1>
Note: See TracBrowser for help on using the repository browser.