source: x/lib/gdk-pixbuf.xml@ 0d4a5124

kde5-14686 systemd-13485
Last change on this file since 0d4a5124 was 9b2ba294, checked in by Christopher Gregory <cjg@…>, 10 years ago

Update to atk-2.14.0, at-spi2-core-2.14.0, at-spi2-atk-2.14.0, gtk+-3.14.0, gobject-introspection-1.42.0, glib-2.42.0, atk-2.14.0, gdk-pixbuf-2.31.1, wayland-1.6.0, gtk-doc-1.21, and yelp-xsl-3.14.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14399 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.1 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
[a8e57cb]8 "&gnome-download-http;/gdk-pixbuf/2.30/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
[0d7900a]9 <!ENTITY gdk-pixbuf-download-ftp
[a8e57cb]10 "&gnome-download-ftp;/gdk-pixbuf/2.30/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
[9b2ba294]11 <!ENTITY gdk-pixbuf-md5sum "74cde211f5b7ac1015d1a7c9feee037c">
[a8e57cb]12 <!ENTITY gdk-pixbuf-size "1.3 MB">
[9b2ba294]13 <!ENTITY gdk-pixbuf-buildsize "22 MB (including the tests and API documentation)">
14 <!ENTITY gdk-pixbuf-time "0.7 SBU (including the tests and rebuilding the API documentation)">
[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>
[a2912ff]35 The <application>Gdk Pixbuf</application> 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
[6721eb1]43 &lfs76_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"/>,
[b8a081c]84 <xref linkend="libjpeg"/>,
[b0ae5b7]85 <xref linkend="libpng"/> and
86 <xref linkend="libtiff"/>
[244af838]87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
[a2912ff]91 <xref linkend="xorg7-lib"/>
[440d664]92 (<emphasis>Many</emphasis> <application>GTK+</application>
93 applications <emphasis>require</emphasis> gdk-pixbuf-xlib).
[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">
[0d7900a]103 <xref linkend="jasper"/> and
[b7a80c66]104 <xref linkend="gtk-doc"/>
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
[d74ef68]120<screen><userinput>./configure --prefix=/usr --with-x11 &amp;&amp;
[ec41aad]121make</userinput></screen>
122
[244af838]123 <para>
[6721eb1]124 To test the results, issue: <command>make check</command>.
[244af838]125 </para>
[ec41aad]126
[74d00b79]127 <para>
[6721eb1]128 Now, as the <systemitem class="username">root</systemitem> user:
[74d00b79]129 </para>
130
[6721eb1]131<screen role="root"><userinput>make install</userinput></screen>
132
[2ffe965]133 <note>
134 <para>
[865c844]135 If you installed the package on to your system using a
136 <quote>DESTDIR</quote> method, an important file was not installed and
137 should be copied and/or generated. Generate it using the following
138 command as the <systemitem class="username">root</systemitem> user:
[2ffe965]139 </para>
140
[865c844]141<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
[2ffe965]142 </note>
[ec41aad]143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
[244af838]148 <para>
149 <option>--with-x11</option>: This switch enables building of the
[a2912ff]150 <application>Gdk Pixbuf</application> <application>X11</application>
[244af838]151 library which is needed for <emphasis>many</emphasis> packages.
152 </para>
[0913f48]153
[244af838]154 <para>
155 <option>--with-libjasper</option>: If you've installed
156 <xref linkend="jasper"/> and you want
[440d664]157 <application>Gdk Pixbuf</application> to use it to compile a
[865c844]158 JPEG2000 image loader, pass this switch to configure.
[244af838]159 </para>
[05ae379]160
[0913f48]161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a2912ff]162 href="../../xincludes/gtk-doc-rebuild.xml"/>
163
[ec41aad]164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Programs</segtitle>
171 <segtitle>Installed Libraries</segtitle>
172 <segtitle>Installed Directories</segtitle>
173
174 <seglistitem>
[b8a081c]175 <seg>
[77b4f398]176 gdk-pixbuf-csource,
177 gdk-pixbuf-pixdata, and
178 gdk-pixbuf-query-loaders
[b8a081c]179 </seg>
180 <seg>
[74d00b79]181 libgdk_pixbuf-2.0.so,
182 libgdk_pixbuf_xlib-2.0.so, and
[e9e0e8a1]183 several loaders for specific image formats under
[a0e3f909]184 /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
[b8a081c]185 </seg>
186 <seg>
[244af838]187 /usr/include/gdk-pixbuf-2.0,
[77b4f398]188 /usr/lib/gdk-pixbuf-2.0, and
[a2912ff]189 /usr/share/gtk-doc/html/gdk-pixbuf
[b8a081c]190 </seg>
[ec41aad]191 </seglistitem>
192 </segmentedlist>
193
194 <variablelist>
195 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
196 <?dbfo list-presentation="list"?>
197 <?dbhtml list-presentation="table"?>
198
[bcef05b]199 <varlistentry id="gdk-pixbuf-csource">
[ec41aad]200 <term><command>gdk-pixbuf-csource</command></term>
201 <listitem>
[244af838]202 <para>
203 is a small utility that generates C code containing images, used
204 for compiling images directly into programs.
205 </para>
[ec41aad]206 <indexterm zone="gdk-pixbuf gdk-pixbuf-csource">
207 <primary sortas="b-gdk-pixbuf-csource">gdk-pixbuf-csource</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
[bcef05b]212 <varlistentry id="gdk-pixbuf-query-loaders">
[ec41aad]213 <term><command>gdk-pixbuf-query-loaders</command></term>
214 <listitem>
[244af838]215 <para>
[0d7900a]216 collects information about loadable modules for
[a2912ff]217 <application>Gdk Pixbuf</application> and writes it
218 to the default cache file location, or to stdout.
[244af838]219 </para>
[ec41aad]220 <indexterm zone="gdk-pixbuf gdk-pixbuf-query-loaders">
221 <primary sortas="b-gdk-pixbuf-query-loaders">gdk-pixbuf-query-loaders</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
[d356833]226 <varlistentry id="libgdk_pixbuf-2">
[440d664]227 <term><filename class="libraryfile">libgdk_pixbuf-2.0.so</filename></term>
[ec41aad]228 <listitem>
[244af838]229 <para>
[440d664]230 contains functions used to load and render images.
[244af838]231 </para>
[d356833]232 <indexterm zone="gdk-pixbuf libgdk_pixbuf-2">
233 <primary sortas="c-libgdk_pixbuf-2">libgdk_pixbuf-2.0.so</primary>
[ec41aad]234 </indexterm>
235 </listitem>
236 </varlistentry>
237
[d356833]238 <varlistentry id="libgdk_pixbuf_xlib-2">
[440d664]239 <term><filename class="libraryfile">libgdk_pixbuf_xlib-2.0.so</filename></term>
[ec41aad]240 <listitem>
[244af838]241 <para>
[440d664]242 contains functions used to manipulate images and interfaces with
[244af838]243 <application>Xlib</application>.
244 </para>
[d356833]245 <indexterm zone="gdk-pixbuf libgdk_pixbuf_xlib-2">
246 <primary sortas="c-libgdk_pixbuf_xlib-2">libgdk_pixbuf_xlib-2.0.so</primary>
[ec41aad]247 </indexterm>
248 </listitem>
249 </varlistentry>
[a2912ff]250
[ec41aad]251 </variablelist>
[a2912ff]252
[ec41aad]253 </sect2>
[a2912ff]254
[ec41aad]255</sect1>
Note: See TracBrowser for help on using the repository browser.