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

perl-modules
Last change on this file since 9fb63b5 was 316d2235, checked in by Douglas R. Reno <renodr@…>, 6 years ago

Update to gtk+-3.24.0
Update to gdk-pixbuf-2.38.0

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

  • Property mode set to 100644
File size: 9.2 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
[316d2235]8 "&gnome-download-http;/gdk-pixbuf/2.38/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
[0d7900a]9 <!ENTITY gdk-pixbuf-download-ftp
[316d2235]10 "&gnome-download-ftp;/gdk-pixbuf/2.38/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
11 <!ENTITY gdk-pixbuf-md5sum "77765f24496dc8c90c6e0cbe10fd8f0e">
12 <!ENTITY gdk-pixbuf-size "4.9 MB">
13 <!ENTITY gdk-pixbuf-buildsize "60 MB (with tests)">
14 <!ENTITY gdk-pixbuf-time "0.4 SBU (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
[272f28b]43 &lfs83_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
92 loading symbolic icons),
93 <xref linkend="libtiff"/>, and
[a2912ff]94 <xref linkend="xorg7-lib"/>
[440d664]95 (<emphasis>Many</emphasis> <application>GTK+</application>
96 applications <emphasis>require</emphasis> gdk-pixbuf-xlib).
[b8a081c]97 </para>
[ec41aad]98
[4c2be438]99 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
100 <para role="optional">
101 <xref linkend="gobject-introspection"/>
102 </para>
103
[ec41aad]104 <bridgehead renderas="sect4">Optional</bridgehead>
[b7a80c66]105 <para role="optional">
[7655fafd]106 <xref linkend="jasper"/>,
107 <xref linkend="gtk-doc"/>, and
[cf00add]108 <xref linkend="six"/>(required for tests)
[b7a80c66]109 </para>
[ec41aad]110
[244af838]111 <para condition="html" role="usernotes">
112 User Notes: <ulink url="&blfs-wiki;/gdk-pixbuf"/>
113 </para>
[ec41aad]114 </sect2>
115
116 <sect2 role="installation">
[a2912ff]117 <title>Installation of Gdk Pixbuf</title>
[ec41aad]118
[244af838]119 <para>
[a2912ff]120 Install <application>Gdk Pixbuf</application> by running the following
[244af838]121 commands:
122 </para>
[ec41aad]123
[316d2235]124<screen><userinput>mkdir build &amp;&amp;
125cd build &amp;&amp;
126
127meson --prefix=/usr .. &amp;&amp;
128ninja</userinput></screen>
[ec41aad]129
[244af838]130 <para>
[316d2235]131 To test the results, issue: <command>ninja test</command>. The tests
[b541318]132 make a heavy use of disk.
[244af838]133 </para>
[ec41aad]134
[74d00b79]135 <para>
[e1617c94]136 Now, as the <systemitem class="username">root</systemitem> user:
[74d00b79]137 </para>
138
[316d2235]139<screen role="root"><userinput>ninja install</userinput></screen>
[e1617c94]140
[2ffe965]141 <note>
142 <para>
[865c844]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:
[2ffe965]147 </para>
148
[865c844]149<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
[2ffe965]150 </note>
[ec41aad]151 </sect2>
152
153 <sect2 role="commands">
154 <title>Command Explanations</title>
[316d2235]155<!--
[244af838]156 <para>
[316d2235]157 <parameter>- -with-x11</parameter>: This switch enables building of the
[a2912ff]158 <application>Gdk Pixbuf</application> <application>X11</application>
[244af838]159 library which is needed for <emphasis>many</emphasis> packages.
160 </para>
[316d2235]161-->
[244af838]162 <para>
[316d2235]163 <option>-Djasper=true</option>: If you've installed
[244af838]164 <xref linkend="jasper"/> and you want
[440d664]165 <application>Gdk Pixbuf</application> to use it to compile a
[865c844]166 JPEG2000 image loader, pass this switch to configure.
[244af838]167 </para>
[316d2235]168<!--
[0913f48]169 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a2912ff]170 href="../../xincludes/gtk-doc-rebuild.xml"/>
[316d2235]171-->
[a2912ff]172
[ec41aad]173 </sect2>
174
175 <sect2 role="content">
176 <title>Contents</title>
177
178 <segmentedlist>
179 <segtitle>Installed Programs</segtitle>
180 <segtitle>Installed Libraries</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
[b8a081c]184 <seg>
[58b7101]185 gdk-pixbuf-csource,
[0df923f]186 gdk-pixbuf-pixdata,
[45bdabd]187 gdk-pixbuf-query-loaders, and
188 gdk-pixbuf-thumbnailer,
[b8a081c]189 </seg>
190 <seg>
[e1617c94]191 libgdk_pixbuf-2.0.so and
192 libgdk_pixbuf_xlib-2.0.so
[b8a081c]193 </seg>
194 <seg>
[0df923f]195 /usr/{include,lib}/gdk-pixbuf-2.0,
[316d2235]196 /usr/share/installed-tests/gdk-pixbuf,
[0df923f]197 /usr/share/gtk-doc/html/gdk-pixbuf, and
198 /usr/share/thumbnailers
[b8a081c]199 </seg>
[ec41aad]200 </seglistitem>
201 </segmentedlist>
202
203 <variablelist>
204 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
205 <?dbfo list-presentation="list"?>
206 <?dbhtml list-presentation="table"?>
207
[bcef05b]208 <varlistentry id="gdk-pixbuf-csource">
[ec41aad]209 <term><command>gdk-pixbuf-csource</command></term>
210 <listitem>
[244af838]211 <para>
212 is a small utility that generates C code containing images, used
213 for compiling images directly into programs.
214 </para>
[ec41aad]215 <indexterm zone="gdk-pixbuf gdk-pixbuf-csource">
216 <primary sortas="b-gdk-pixbuf-csource">gdk-pixbuf-csource</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
[8b9ad6e]221 <varlistentry id="gdk-pixbuf-pixdata">
222 <term><command>gdk-pixbuf-pixdata</command></term>
223 <listitem>
224 <para>
225 is a tool used to convert GdkPixbuf to GdkPixdata.
226 </para>
227 <indexterm zone="gdk-pixbuf gdk-pixbuf-pixdata">
228 <primary sortas="b-gdk-pixbuf-pixdata">gdk-pixbuf-pixdata</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
[bcef05b]233 <varlistentry id="gdk-pixbuf-query-loaders">
[ec41aad]234 <term><command>gdk-pixbuf-query-loaders</command></term>
235 <listitem>
[244af838]236 <para>
[0d7900a]237 collects information about loadable modules for
[a2912ff]238 <application>Gdk Pixbuf</application> and writes it
239 to the default cache file location, or to stdout.
[244af838]240 </para>
[ec41aad]241 <indexterm zone="gdk-pixbuf gdk-pixbuf-query-loaders">
242 <primary sortas="b-gdk-pixbuf-query-loaders">gdk-pixbuf-query-loaders</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
[0df923f]246
247 <varlistentry id="gdk-pixbuf-thumbnailer">
248 <term><command>gdk-pixbuf-thumbnailer</command></term>
249 <listitem>
250 <para>
251 creates thumbnails of pictures for use in other applications.
252 </para>
253 <indexterm zone="gdk-pixbuf gdk-pixbuf-thumbnailer">
254 <primary sortas="b-gdk-pixbuf-thumbnailer">gdk-pixbuf-thumbnailer</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
[ec41aad]258
[d356833]259 <varlistentry id="libgdk_pixbuf-2">
[440d664]260 <term><filename class="libraryfile">libgdk_pixbuf-2.0.so</filename></term>
[ec41aad]261 <listitem>
[244af838]262 <para>
[440d664]263 contains functions used to load and render images.
[244af838]264 </para>
[d356833]265 <indexterm zone="gdk-pixbuf libgdk_pixbuf-2">
266 <primary sortas="c-libgdk_pixbuf-2">libgdk_pixbuf-2.0.so</primary>
[ec41aad]267 </indexterm>
268 </listitem>
269 </varlistentry>
270
[d356833]271 <varlistentry id="libgdk_pixbuf_xlib-2">
[440d664]272 <term><filename class="libraryfile">libgdk_pixbuf_xlib-2.0.so</filename></term>
[ec41aad]273 <listitem>
[244af838]274 <para>
[440d664]275 contains functions used to manipulate images and interfaces with
[244af838]276 <application>Xlib</application>.
277 </para>
[d356833]278 <indexterm zone="gdk-pixbuf libgdk_pixbuf_xlib-2">
279 <primary sortas="c-libgdk_pixbuf_xlib-2">libgdk_pixbuf_xlib-2.0.so</primary>
[ec41aad]280 </indexterm>
281 </listitem>
282 </varlistentry>
[a2912ff]283
[ec41aad]284 </variablelist>
[a2912ff]285
[ec41aad]286 </sect2>
[a2912ff]287
[ec41aad]288</sect1>
Note: See TracBrowser for help on using the repository browser.