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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a47826c was 2da8c108, checked in by Fernando de Oliveira <fernando@…>, 11 years ago

Update to gdk-pixbuf-2.30.1.

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

  • Property mode set to 100644
File size: 8.0 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">
[2da8c108]11 <!ENTITY gdk-pixbuf-md5sum "e5ae32be7927c9bc94d8593a881eeb3f">
[a8e57cb]12 <!ENTITY gdk-pixbuf-size "1.3 MB">
[2da8c108]13 <!ENTITY gdk-pixbuf-buildsize "25 MB">
14 <!ENTITY gdk-pixbuf-time "0.35 SBU (additional 0.4 SBU to run
15 the test suite)">
[ec41aad]16]>
17
18<sect1 id="gdk-pixbuf" xreflabel="gdk-pixbuf-&gdk-pixbuf-version;">
19 <?dbhtml filename="gdk-pixbuf.html"?>
20
21 <sect1info>
[4949485e]22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
[ec41aad]24 </sect1info>
25
26 <title>gdk-pixbuf-&gdk-pixbuf-version;</title>
27
28 <indexterm zone="gdk-pixbuf">
29 <primary sortas="a-gdk-pixbuf">gdk-pixbuf</primary>
30 </indexterm>
31
32 <sect2 role="package">
[a2912ff]33 <title>Introduction to Gdk Pixbuf</title>
[244af838]34
35 <para>
[a2912ff]36 The <application>Gdk Pixbuf</application> is a toolkit for image
[244af838]37 loading and pixel buffer manipulation. It is used by
[a2912ff]38 <application>GTK+ 2</application> and <application>GTK+ 3</application> to
[244af838]39 load and manipulate images. In the past it was distributed as part of
[a2912ff]40 <application>GTK+ 2</application> but it was split off into a separate
41 package in preparation for the change to <application>GTK+ 3</application>.
[244af838]42 </para>
[ec41aad]43
[5f26d66f]44 &lfs74_checked;
[ec41aad]45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
[244af838]49 <para>
50 Download (HTTP): <ulink url="&gdk-pixbuf-download-http;"/>
51 </para>
[ec41aad]52 </listitem>
53 <listitem>
[244af838]54 <para>
55 Download (FTP): <ulink url="&gdk-pixbuf-download-ftp;"/>
56 </para>
[ec41aad]57 </listitem>
58 <listitem>
[244af838]59 <para>
60 Download MD5 sum: &gdk-pixbuf-md5sum;
61 </para>
[ec41aad]62 </listitem>
63 <listitem>
[244af838]64 <para>
65 Download size: &gdk-pixbuf-size;
66 </para>
[ec41aad]67 </listitem>
68 <listitem>
[244af838]69 <para>
70 Estimated disk space required: &gdk-pixbuf-buildsize;
71 </para>
[ec41aad]72 </listitem>
73 <listitem>
[244af838]74 <para>
75 Estimated build time: &gdk-pixbuf-time;
76 </para>
[ec41aad]77 </listitem>
78 </itemizedlist>
79
[d356833]80 <bridgehead renderas="sect3">Gdk Pixbuf Dependencies</bridgehead>
[ec41aad]81
82 <bridgehead renderas="sect4">Required</bridgehead>
[b8a081c]83 <para role="required">
[b0ae5b7]84 <xref linkend="glib2"/>,
[b8a081c]85 <xref linkend="libjpeg"/>,
[b0ae5b7]86 <xref linkend="libpng"/> and
87 <xref linkend="libtiff"/>
[244af838]88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
[a2912ff]92 <xref linkend="xorg7-lib"/>
[440d664]93 (<emphasis>Many</emphasis> <application>GTK+</application>
94 applications <emphasis>require</emphasis> gdk-pixbuf-xlib).
[b8a081c]95 </para>
[ec41aad]96
[4c2be438]97 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
98 <para role="optional">
99 <xref linkend="gobject-introspection"/>
100 </para>
101
[ec41aad]102 <bridgehead renderas="sect4">Optional</bridgehead>
[b7a80c66]103 <para role="optional">
[0d7900a]104 <xref linkend="jasper"/> and
[b7a80c66]105 <xref linkend="gtk-doc"/>
106 </para>
[ec41aad]107
[244af838]108 <para condition="html" role="usernotes">
109 User Notes: <ulink url="&blfs-wiki;/gdk-pixbuf"/>
110 </para>
[ec41aad]111 </sect2>
112
113 <sect2 role="installation">
[a2912ff]114 <title>Installation of Gdk Pixbuf</title>
[ec41aad]115
[244af838]116 <para>
[a2912ff]117 Install <application>Gdk Pixbuf</application> by running the following
[244af838]118 commands:
119 </para>
[ec41aad]120
[d74ef68]121<screen><userinput>./configure --prefix=/usr --with-x11 &amp;&amp;
[ec41aad]122make</userinput></screen>
123
[244af838]124 <para>
125 To test the results, issue: <command>make check</command>.
126 </para>
[ec41aad]127
[244af838]128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
[ec41aad]131
132<screen role="root"><userinput>make install</userinput></screen>
[2ffe965]133
134 <note>
135 <para>
[865c844]136 If you installed the package on to your system using a
137 <quote>DESTDIR</quote> method, an important file was not installed and
138 should be copied and/or generated. Generate it using the following
139 command as the <systemitem class="username">root</systemitem> user:
[2ffe965]140 </para>
141
[865c844]142<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
[2ffe965]143 </note>
[ec41aad]144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
[244af838]149 <para>
150 <option>--with-x11</option>: This switch enables building of the
[a2912ff]151 <application>Gdk Pixbuf</application> <application>X11</application>
[244af838]152 library which is needed for <emphasis>many</emphasis> packages.
153 </para>
[0913f48]154
[244af838]155 <para>
156 <option>--with-libjasper</option>: If you've installed
157 <xref linkend="jasper"/> and you want
[440d664]158 <application>Gdk Pixbuf</application> to use it to compile a
[865c844]159 JPEG2000 image loader, pass this switch to configure.
[244af838]160 </para>
[05ae379]161
[0913f48]162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a2912ff]163 href="../../xincludes/gtk-doc-rebuild.xml"/>
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>
[77b4f398]177 gdk-pixbuf-csource,
178 gdk-pixbuf-pixdata, and
179 gdk-pixbuf-query-loaders
[b8a081c]180 </seg>
181 <seg>
[77b4f398]182 libgdk_pixbuf-2.0.so and
183 libgdk_pixbuf_xlib-2.0.so
[b8a081c]184 </seg>
185 <seg>
[244af838]186 /usr/include/gdk-pixbuf-2.0,
[77b4f398]187 /usr/lib/gdk-pixbuf-2.0, and
[a2912ff]188 /usr/share/gtk-doc/html/gdk-pixbuf
[b8a081c]189 </seg>
[ec41aad]190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
[bcef05b]198 <varlistentry id="gdk-pixbuf-csource">
[ec41aad]199 <term><command>gdk-pixbuf-csource</command></term>
200 <listitem>
[244af838]201 <para>
202 is a small utility that generates C code containing images, used
203 for compiling images directly into programs.
204 </para>
[ec41aad]205 <indexterm zone="gdk-pixbuf gdk-pixbuf-csource">
206 <primary sortas="b-gdk-pixbuf-csource">gdk-pixbuf-csource</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
[bcef05b]211 <varlistentry id="gdk-pixbuf-query-loaders">
[ec41aad]212 <term><command>gdk-pixbuf-query-loaders</command></term>
213 <listitem>
[244af838]214 <para>
[0d7900a]215 collects information about loadable modules for
[a2912ff]216 <application>Gdk Pixbuf</application> and writes it
217 to the default cache file location, or to stdout.
[244af838]218 </para>
[ec41aad]219 <indexterm zone="gdk-pixbuf gdk-pixbuf-query-loaders">
220 <primary sortas="b-gdk-pixbuf-query-loaders">gdk-pixbuf-query-loaders</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
[d356833]225 <varlistentry id="libgdk_pixbuf-2">
[440d664]226 <term><filename class="libraryfile">libgdk_pixbuf-2.0.so</filename></term>
[ec41aad]227 <listitem>
[244af838]228 <para>
[440d664]229 contains functions used to load and render images.
[244af838]230 </para>
[d356833]231 <indexterm zone="gdk-pixbuf libgdk_pixbuf-2">
232 <primary sortas="c-libgdk_pixbuf-2">libgdk_pixbuf-2.0.so</primary>
[ec41aad]233 </indexterm>
234 </listitem>
235 </varlistentry>
236
[d356833]237 <varlistentry id="libgdk_pixbuf_xlib-2">
[440d664]238 <term><filename class="libraryfile">libgdk_pixbuf_xlib-2.0.so</filename></term>
[ec41aad]239 <listitem>
[244af838]240 <para>
[440d664]241 contains functions used to manipulate images and interfaces with
[244af838]242 <application>Xlib</application>.
243 </para>
[d356833]244 <indexterm zone="gdk-pixbuf libgdk_pixbuf_xlib-2">
245 <primary sortas="c-libgdk_pixbuf_xlib-2">libgdk_pixbuf_xlib-2.0.so</primary>
[ec41aad]246 </indexterm>
247 </listitem>
248 </varlistentry>
[a2912ff]249
[ec41aad]250 </variablelist>
[a2912ff]251
[ec41aad]252 </sect2>
[a2912ff]253
[ec41aad]254</sect1>
Note: See TracBrowser for help on using the repository browser.