source: x/lib/gdk-pixbuf.xml@ 03c5583c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 03c5583c was 03c5583c, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to gtkmm-3.22.2
Update to gtk+-3.22.21
Update to glibmm-2.54.0
Update to gdk-pixbuf-2.36.10
Update to adwaita-icon-theme-3.26.0

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

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