source: x/lib/gdk-pixbuf.xml@ 9d31900

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 9d31900 was 9d31900, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to glib-2.68.0
Update to vala-0.52.0
Update to gobject-introspection-1.68.0
Update to pygobject-3.40.1
Update to glib-networking-2.68.0
Update to at-spi2-core-2.40.0
Update to gdk-pixbuf-2.42.4
Update to gtk+-3.24.28
Update to libdazzle-3.40.0
Update to sysprof-3.40.1
Update to tepl-6.00.0
Added gtk-4.2.0
Added gtksourceview-5.0.0

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

  • Property mode set to 100644
File size: 8.9 KB
RevLine 
[ec41aad]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
[0d7900a]7 <!ENTITY gdk-pixbuf-download-http
[f176628]8 "&gnome-download-http;/gdk-pixbuf/2.42/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
[0d7900a]9 <!ENTITY gdk-pixbuf-download-ftp
[f176628]10 "&gnome-download-ftp;/gdk-pixbuf/2.42/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
[9d31900]11 <!ENTITY gdk-pixbuf-md5sum "628e4767d1636a06dea5b0fa4838f723">
12 <!ENTITY gdk-pixbuf-size "7.2 MB">
13 <!ENTITY gdk-pixbuf-buildsize "70 MB (with tests)">
14 <!ENTITY gdk-pixbuf-time "0.2 SBU (Using parallelism=4; with tests)">
[ec41aad]15]>
16
17<sect1 id="gdk-pixbuf" xreflabel="gdk-pixbuf-&gdk-pixbuf-version;">
18 <?dbhtml filename="gdk-pixbuf.html"?>
19
20 <sect1info>
[4949485e]21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
[ec41aad]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">
[a2912ff]32 <title>Introduction to Gdk Pixbuf</title>
[244af838]33
34 <para>
[93883ec]35 The <application>Gdk Pixbuf</application> package is a toolkit for image
[244af838]36 loading and pixel buffer manipulation. It is used by
[a2912ff]37 <application>GTK+ 2</application> and <application>GTK+ 3</application> to
[244af838]38 load and manipulate images. In the past it was distributed as part of
[a2912ff]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>.
[244af838]41 </para>
[ec41aad]42
[3df8ea47]43 &lfs101_checked;
[ec41aad]44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
[244af838]48 <para>
49 Download (HTTP): <ulink url="&gdk-pixbuf-download-http;"/>
50 </para>
[ec41aad]51 </listitem>
52 <listitem>
[244af838]53 <para>
54 Download (FTP): <ulink url="&gdk-pixbuf-download-ftp;"/>
55 </para>
[ec41aad]56 </listitem>
57 <listitem>
[244af838]58 <para>
59 Download MD5 sum: &gdk-pixbuf-md5sum;
60 </para>
[ec41aad]61 </listitem>
62 <listitem>
[244af838]63 <para>
64 Download size: &gdk-pixbuf-size;
65 </para>
[ec41aad]66 </listitem>
67 <listitem>
[244af838]68 <para>
69 Estimated disk space required: &gdk-pixbuf-buildsize;
70 </para>
[ec41aad]71 </listitem>
72 <listitem>
[244af838]73 <para>
74 Estimated build time: &gdk-pixbuf-time;
75 </para>
[ec41aad]76 </listitem>
77 </itemizedlist>
78
[d356833]79 <bridgehead renderas="sect3">Gdk Pixbuf Dependencies</bridgehead>
[ec41aad]80
81 <bridgehead renderas="sect4">Required</bridgehead>
[b8a081c]82 <para role="required">
[b0ae5b7]83 <xref linkend="glib2"/>,
[7655fafd]84 <xref linkend="libjpeg"/>,
85 <xref linkend="libpng"/>, and
86 <xref linkend="shared-mime-info"/>
[244af838]87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
[2fb1e2b]91 <xref role="runtime" linkend="librsvg"/> (runtime dependency, needed for
[f176628]92 loading symbolic icons) and
93 <xref linkend="libtiff"/>
[b8a081c]94 </para>
[ec41aad]95
[4c2be438]96 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
97 <para role="optional">
98 <xref linkend="gobject-introspection"/>
99 </para>
100
[ec41aad]101 <bridgehead renderas="sect4">Optional</bridgehead>
[b7a80c66]102 <para role="optional">
[f176628]103 <!--<xref linkend="jasper"/> and-->
[337d9a0]104 <xref linkend="gtk-doc"/>
[b7a80c66]105 </para>
[ec41aad]106
[244af838]107 <para condition="html" role="usernotes">
108 User Notes: <ulink url="&blfs-wiki;/gdk-pixbuf"/>
109 </para>
[ec41aad]110 </sect2>
111
112 <sect2 role="installation">
[a2912ff]113 <title>Installation of Gdk Pixbuf</title>
[ec41aad]114
[244af838]115 <para>
[a2912ff]116 Install <application>Gdk Pixbuf</application> by running the following
[244af838]117 commands:
118 </para>
[ec41aad]119
[316d2235]120<screen><userinput>mkdir build &amp;&amp;
121cd build &amp;&amp;
122
123meson --prefix=/usr .. &amp;&amp;
124ninja</userinput></screen>
[ec41aad]125
[244af838]126 <para>
[316d2235]127 To test the results, issue: <command>ninja test</command>. The tests
[b541318]128 make a heavy use of disk.
[244af838]129 </para>
[ec41aad]130
[74d00b79]131 <para>
[e1617c94]132 Now, as the <systemitem class="username">root</systemitem> user:
[74d00b79]133 </para>
134
[316d2235]135<screen role="root"><userinput>ninja install</userinput></screen>
[e1617c94]136
[2ffe965]137 <note>
138 <para>
[865c844]139 If you installed the package on to your system using a
140 <quote>DESTDIR</quote> method, an important file was not installed and
141 should be copied and/or generated. Generate it using the following
142 command as the <systemitem class="username">root</systemitem> user:
[2ffe965]143 </para>
144
[865c844]145<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
[2ffe965]146 </note>
[ec41aad]147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
[5da4c02]151
[244af838]152 <para>
[f176628]153 <option>-Dgtk_doc=true</option>: Use this parameter if
[5da4c02]154 <application>GTK-Doc</application> is installed and you wish to rebuild
155 and install the API documentation.
[244af838]156 </para>
[f176628]157<!-- Removed in 2.42.0
[244af838]158 <para>
[316d2235]159 <option>-Djasper=true</option>: If you've installed
[244af838]160 <xref linkend="jasper"/> and you want
[440d664]161 <application>Gdk Pixbuf</application> to use it to compile a
[341deb7]162 JPEG2000 image loader, pass this switch to meson.
[244af838]163 </para>
[f176628]164-->
[ec41aad]165 </sect2>
166
167 <sect2 role="content">
168 <title>Contents</title>
169
170 <segmentedlist>
171 <segtitle>Installed Programs</segtitle>
172 <segtitle>Installed Libraries</segtitle>
173 <segtitle>Installed Directories</segtitle>
174
175 <seglistitem>
[b8a081c]176 <seg>
[58b7101]177 gdk-pixbuf-csource,
[0df923f]178 gdk-pixbuf-pixdata,
[45bdabd]179 gdk-pixbuf-query-loaders, and
[f176628]180 gdk-pixbuf-thumbnailer
[b8a081c]181 </seg>
182 <seg>
[f176628]183 libgdk_pixbuf-2.0.so
[b8a081c]184 </seg>
185 <seg>
[0df923f]186 /usr/{include,lib}/gdk-pixbuf-2.0,
[9d31900]187 /usr/libexec/installed-tests/gdk-pixbuf,
[316d2235]188 /usr/share/installed-tests/gdk-pixbuf,
[0df923f]189 /usr/share/gtk-doc/html/gdk-pixbuf, and
190 /usr/share/thumbnailers
[b8a081c]191 </seg>
[ec41aad]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
[bcef05b]200 <varlistentry id="gdk-pixbuf-csource">
[ec41aad]201 <term><command>gdk-pixbuf-csource</command></term>
202 <listitem>
[244af838]203 <para>
204 is a small utility that generates C code containing images, used
[4c24eb0a]205 for compiling images directly into programs
[244af838]206 </para>
[ec41aad]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
[8b9ad6e]213 <varlistentry id="gdk-pixbuf-pixdata">
214 <term><command>gdk-pixbuf-pixdata</command></term>
215 <listitem>
216 <para>
[4c24eb0a]217 is a tool used to convert GdkPixbuf to GdkPixdata
[8b9ad6e]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
[bcef05b]225 <varlistentry id="gdk-pixbuf-query-loaders">
[ec41aad]226 <term><command>gdk-pixbuf-query-loaders</command></term>
227 <listitem>
[244af838]228 <para>
[0d7900a]229 collects information about loadable modules for
[a2912ff]230 <application>Gdk Pixbuf</application> and writes it
[4c24eb0a]231 to the default cache file location, or to stdout
[244af838]232 </para>
[ec41aad]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>
[0df923f]238
239 <varlistentry id="gdk-pixbuf-thumbnailer">
240 <term><command>gdk-pixbuf-thumbnailer</command></term>
241 <listitem>
242 <para>
[4c24eb0a]243 creates thumbnails of pictures for use in other applications
[0df923f]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>
[ec41aad]250
[d356833]251 <varlistentry id="libgdk_pixbuf-2">
[440d664]252 <term><filename class="libraryfile">libgdk_pixbuf-2.0.so</filename></term>
[ec41aad]253 <listitem>
[244af838]254 <para>
[4c24eb0a]255 contains functions used to load and render images
[244af838]256 </para>
[d356833]257 <indexterm zone="gdk-pixbuf libgdk_pixbuf-2">
258 <primary sortas="c-libgdk_pixbuf-2">libgdk_pixbuf-2.0.so</primary>
[ec41aad]259 </indexterm>
260 </listitem>
261 </varlistentry>
262
[9d31900]263 <!-- Split off into gdk-pixbuf-xlib
[d356833]264 <varlistentry id="libgdk_pixbuf_xlib-2">
[440d664]265 <term><filename class="libraryfile">libgdk_pixbuf_xlib-2.0.so</filename></term>
[ec41aad]266 <listitem>
[244af838]267 <para>
[440d664]268 contains functions used to manipulate images and interfaces with
[4c24eb0a]269 <application>Xlib</application>
[244af838]270 </para>
[d356833]271 <indexterm zone="gdk-pixbuf libgdk_pixbuf_xlib-2">
272 <primary sortas="c-libgdk_pixbuf_xlib-2">libgdk_pixbuf_xlib-2.0.so</primary>
[ec41aad]273 </indexterm>
274 </listitem>
275 </varlistentry>
[9d31900]276 -->
[ec41aad]277 </variablelist>
[a2912ff]278
[ec41aad]279 </sect2>
[a2912ff]280
[ec41aad]281</sect1>
Note: See TracBrowser for help on using the repository browser.