source: x/lib/gdk-pixbuf.xml@ 006220b3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 006220b3 was 1ac8b4c6, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to wayland-protocols-1.7
Update to sawfish-1.12.0
Update to libevdev-1.5.4
Update to dbus-1.10.10
Fix a URL in the systemd page
Tags

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

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