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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 b8a081c was b8a081c, checked in by Krejzi <krejzi@…>, 12 years ago

glib 2.32.1, gdk-pixbuf 2.26.1, gsettings-desktop-schemas 3.4.1, glibmm 2.32.0, cairomm 1.10.0, gtkmm 3.4.0 and some xml fixes

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

  • Property mode set to 100644
File size: 6.7 KB
Line 
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
7 <!ENTITY gdk-pixbuf-download-http "&gnome-download-http;/gdk-pixbuf/2.26/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
8 <!ENTITY gdk-pixbuf-download-ftp "&gnome-download-ftp;/gdk-pixbuf/2.26/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
9 <!ENTITY gdk-pixbuf-md5sum "82197921c651a81ae28178aa9adfc0e6">
10 <!ENTITY gdk-pixbuf-size "1.2 MB">
11 <!ENTITY gdk-pixbuf-buildsize "25 MB">
12 <!ENTITY gdk-pixbuf-time "0.2 SBU">
13]>
14
15<sect1 id="gdk-pixbuf" xreflabel="gdk-pixbuf-&gdk-pixbuf-version;">
16 <?dbhtml filename="gdk-pixbuf.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gdk-pixbuf-&gdk-pixbuf-version;</title>
24
25 <indexterm zone="gdk-pixbuf">
26 <primary sortas="a-gdk-pixbuf">gdk-pixbuf</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gdk-pixbuf</title>
31
32 <para>The <application>gdk-pixbuf</application> library is a toolkit for
33 image loading and pixel buffer manipulation. It is used by gtk+-2 and
34 gtk+-3 to load and manipulate images. In the past it was distributed as
35 part of gtk+-2 but it was split off into a separate package in preparation
36 for the change to gtk+-3.</para>
37
38 &lfs71_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gdk-pixbuf-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gdk-pixbuf-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gdk-pixbuf-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gdk-pixbuf-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gdk-pixbuf-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gdk-pixbuf-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">gdk-pixbuf Dependencies</bridgehead>
63
64 <!-- Whole package is useless without jpeg, png and tiff loaders. -->
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="libjpeg"/>,
68 <xref linkend="libpng"/>,
69 <xref linkend="libtiff"/>,
70 <xref linkend="pkgconfig"/> and
71 <xref linkend="xorg7-lib"/>
72 </para>
73
74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended"><xref linkend="gobject-introspection"/>
76 (Required if building GNOME)</para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional"><xref linkend="jasper"/> and
80 <xref linkend="gtk-doc"/></para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/gdk-pixbuf"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of gdk-pixbuf</title>
89
90 <para>Install <application>gdk-pixbuf</application> by running the
91 following commands:</para>
92
93<screen><userinput>./configure --prefix=/usr --with-x11 &amp;&amp;
94make</userinput></screen>
95
96 <para>To test the results, issue: <command>make check</command>.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem>
99 user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><option>--with-x11</option>: This switch enables building of
109 gdk-pixbuf x11 library which is needed for some packages.</para>
110
111 <para><option>--with-libjasper</option>: If you've installed
112 <xref linkend="jasper"/> and you want gdk-pixbuf to use it to compile a
113 JPEG2000 image loader, pass this option to configure.</para>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/gtk-doc-rebuild.xml"/>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 gdk-pixbuf-csource, gdk-pixbuf-pixdata and gdk-pixbuf-query-loaders
131 </seg>
132 <seg>
133 libgdk_pixbuf-2.0.so and libgdk_pixbuf_xlib-2.0.so
134 </seg>
135 <seg>
136 /usr/include/gdk-pixbuf-2.0, /usr/lib/gdk-pixbuf-2.0 and
137 /usr/share/gtk-doc/html/gdk-pixbuf
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="gdk-pixbuf-csource">
148 <term><command>gdk-pixbuf-csource</command></term>
149 <listitem>
150 <para>is a small utility that generates C code containing images,
151 used for compiling images directly into programs.</para>
152 <indexterm zone="gdk-pixbuf gdk-pixbuf-csource">
153 <primary sortas="b-gdk-pixbuf-csource">gdk-pixbuf-csource</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="gdk-pixbuf-query-loaders">
159 <term><command>gdk-pixbuf-query-loaders</command></term>
160 <listitem>
161 <para>collects information about loadable modules for gdk-pixbuf and
162 writes it to the default cache file location, or to stdout.</para>
163 <indexterm zone="gdk-pixbuf gdk-pixbuf-query-loaders">
164 <primary sortas="b-gdk-pixbuf-query-loaders">gdk-pixbuf-query-loaders</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="libgdk_pixbuf-2.0">
170 <term><filename class='libraryfile'>libgdk_pixbuf-2.0.so</filename></term>
171 <listitem>
172 <para>contains functions that load and render images.</para>
173 <indexterm zone="gdk-pixbuf libgdk_pixbuf-2.0">
174 <primary sortas="c-libgdk_pixbuf-2.0">libgdk_pixbuf-2.0.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="libgdk_pixbuf_xlib-2.0">
180 <term><filename class='libraryfile'>libgdk_pixbuf_xlib-2.0.so</filename></term>
181 <listitem>
182 <para>contains functions that manipulate images and interfaces with
183 xlib.</para>
184 <indexterm zone="gdk-pixbuf libgdk_pixbuf_xlib-2.0">
185 <primary sortas="c-libgdk_pixbuf_xlib-2.0">libgdk_pixbuf_xlib-2.0.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.