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

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

Update to ssh-askpass-8.2p1.
Update to bluez-5.53.
Update to IO-Socket-SSL-2.067 (Perl module).
Update to Net-DNS-1.22 (Perl module).
Tag python modules and other misc files.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22706 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.40/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
9 <!ENTITY gdk-pixbuf-download-ftp
10 "&gnome-download-ftp;/gdk-pixbuf/2.40/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
11 <!ENTITY gdk-pixbuf-md5sum "05eb1ebc258ba905f1c8644ef49de064">
12 <!ENTITY gdk-pixbuf-size "5.3 MB">
13 <!ENTITY gdk-pixbuf-buildsize "64 MB (with tests)">
14 <!ENTITY gdk-pixbuf-time "0.3 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 &lfs91_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 role="runtime" linkend="librsvg"/> (runtime dependency, needed for
92 loading symbolic icons),
93 <xref linkend="libtiff"/>, and
94 <xref linkend="xorg7-lib"/>
95 (<emphasis>Many</emphasis> <application>GTK+</application>
96 applications <emphasis>require</emphasis> gdk-pixbuf-xlib).
97 </para>
98
99 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
100 <para role="optional">
101 <xref linkend="gobject-introspection"/>
102 </para>
103
104 <bridgehead renderas="sect4">Optional</bridgehead>
105 <para role="optional">
106 <xref linkend="jasper"/>,
107 <xref linkend="gtk-doc"/>, and
108 <ulink url="https://github.com/mak/mlib">MLib</ulink>
109 </para>
110
111 <para condition="html" role="usernotes">
112 User Notes: <ulink url="&blfs-wiki;/gdk-pixbuf"/>
113 </para>
114 </sect2>
115
116 <sect2 role="installation">
117 <title>Installation of Gdk Pixbuf</title>
118
119 <para>
120 Install <application>Gdk Pixbuf</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>mkdir build &amp;&amp;
125cd build &amp;&amp;
126
127meson --prefix=/usr .. &amp;&amp;
128ninja</userinput></screen>
129
130 <para>
131 To test the results, issue: <command>ninja test</command>. The tests
132 make a heavy use of disk.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>ninja install</userinput></screen>
140
141 <note>
142 <para>
143 If you installed the package on to your system using a
144 <quote>DESTDIR</quote> method, an important file was not installed and
145 should be copied and/or generated. Generate it using the following
146 command as the <systemitem class="username">root</systemitem> user:
147 </para>
148
149<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
150 </note>
151 </sect2>
152
153 <sect2 role="commands">
154 <title>Command Explanations</title>
155
156 <para>
157 <option>-Ddocs=true</option>: Use this parameter if
158 <application>GTK-Doc</application> is installed and you wish to rebuild
159 and install the API documentation.
160 </para>
161
162 <para>
163 <option>-Djasper=true</option>: If you've installed
164 <xref linkend="jasper"/> and you want
165 <application>Gdk Pixbuf</application> to use it to compile a
166 JPEG2000 image loader, pass this switch to meson.
167 </para>
168
169 </sect2>
170
171 <sect2 role="content">
172 <title>Contents</title>
173
174 <segmentedlist>
175 <segtitle>Installed Programs</segtitle>
176 <segtitle>Installed Libraries</segtitle>
177 <segtitle>Installed Directories</segtitle>
178
179 <seglistitem>
180 <seg>
181 gdk-pixbuf-csource,
182 gdk-pixbuf-pixdata,
183 gdk-pixbuf-query-loaders, and
184 gdk-pixbuf-thumbnailer,
185 </seg>
186 <seg>
187 libgdk_pixbuf-2.0.so and
188 libgdk_pixbuf_xlib-2.0.so
189 </seg>
190 <seg>
191 /usr/{include,lib}/gdk-pixbuf-2.0,
192 /usr/share/installed-tests/gdk-pixbuf,
193 /usr/share/gtk-doc/html/gdk-pixbuf, and
194 /usr/share/thumbnailers
195 </seg>
196 </seglistitem>
197 </segmentedlist>
198
199 <variablelist>
200 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
201 <?dbfo list-presentation="list"?>
202 <?dbhtml list-presentation="table"?>
203
204 <varlistentry id="gdk-pixbuf-csource">
205 <term><command>gdk-pixbuf-csource</command></term>
206 <listitem>
207 <para>
208 is a small utility that generates C code containing images, used
209 for compiling images directly into programs.
210 </para>
211 <indexterm zone="gdk-pixbuf gdk-pixbuf-csource">
212 <primary sortas="b-gdk-pixbuf-csource">gdk-pixbuf-csource</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="gdk-pixbuf-pixdata">
218 <term><command>gdk-pixbuf-pixdata</command></term>
219 <listitem>
220 <para>
221 is a tool used to convert GdkPixbuf to GdkPixdata.
222 </para>
223 <indexterm zone="gdk-pixbuf gdk-pixbuf-pixdata">
224 <primary sortas="b-gdk-pixbuf-pixdata">gdk-pixbuf-pixdata</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="gdk-pixbuf-query-loaders">
230 <term><command>gdk-pixbuf-query-loaders</command></term>
231 <listitem>
232 <para>
233 collects information about loadable modules for
234 <application>Gdk Pixbuf</application> and writes it
235 to the default cache file location, or to stdout.
236 </para>
237 <indexterm zone="gdk-pixbuf gdk-pixbuf-query-loaders">
238 <primary sortas="b-gdk-pixbuf-query-loaders">gdk-pixbuf-query-loaders</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="gdk-pixbuf-thumbnailer">
244 <term><command>gdk-pixbuf-thumbnailer</command></term>
245 <listitem>
246 <para>
247 creates thumbnails of pictures for use in other applications.
248 </para>
249 <indexterm zone="gdk-pixbuf gdk-pixbuf-thumbnailer">
250 <primary sortas="b-gdk-pixbuf-thumbnailer">gdk-pixbuf-thumbnailer</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="libgdk_pixbuf-2">
256 <term><filename class="libraryfile">libgdk_pixbuf-2.0.so</filename></term>
257 <listitem>
258 <para>
259 contains functions used to load and render images.
260 </para>
261 <indexterm zone="gdk-pixbuf libgdk_pixbuf-2">
262 <primary sortas="c-libgdk_pixbuf-2">libgdk_pixbuf-2.0.so</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 <varlistentry id="libgdk_pixbuf_xlib-2">
268 <term><filename class="libraryfile">libgdk_pixbuf_xlib-2.0.so</filename></term>
269 <listitem>
270 <para>
271 contains functions used to manipulate images and interfaces with
272 <application>Xlib</application>.
273 </para>
274 <indexterm zone="gdk-pixbuf libgdk_pixbuf_xlib-2">
275 <primary sortas="c-libgdk_pixbuf_xlib-2">libgdk_pixbuf_xlib-2.0.so</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 </variablelist>
281
282 </sect2>
283
284</sect1>
Note: See TracBrowser for help on using the repository browser.