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

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 0f69039 was 0f69039, checked in by Ken Moffat <ken@…>, 12 years ago

Add gobject-introspection to atk, and note it is required for gnome, similar note in pango and gdk-pixbuf.

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

  • Property mode set to 100644
File size: 7.0 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.24/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
8 <!ENTITY gdk-pixbuf-download-ftp "&gnome-download-ftp;/gdk-pixbuf/2.24/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
9 <!ENTITY gdk-pixbuf-md5sum "bd7c2a9d23b573db467e39833f12103d">
10 <!ENTITY gdk-pixbuf-size "1.1 MB">
11 <!ENTITY gdk-pixbuf-buildsize "22 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 &lfs70_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 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="pkgconfig"/></para>
66
67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended"><xref linkend="libtiff"/>,
69 <xref linkend="libjpeg"/> and <xref linkend="libpng"/></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="gobject-introspection"/>
73 (required if you want to build <xref linkend="gnome"/>),
74 <xref linkend="jasper"/> and <xref linkend="gtk-doc"/> (to rebuild the
75 documentation)</para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/gdk-pixbuf"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of gdk-pixbuf</title>
84
85 <para>Install <application>gdk-pixbuf</application> by running the
86 following commands:</para>
87
88<screen><userinput>./configure --prefix=/usr &amp;&amp;
89make</userinput></screen>
90
91 <para>To test the results, issue: <command>make check</command>.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem>
94 user:</para>
95
96<screen role="root"><userinput>make install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <para><option>--with-libjasper</option>: If you've installed
104 <xref linkend="jasper"/> and you want gdk-pixbuf to use it to compile a
105 JPEG2000 image loader, pass this option to configure.</para>
106
107 <para><option>--without-libjpeg</option>: If you've not installed
108 <xref linkend="libjpeg"/> and you want to install gdk-pixbuf without jpeg
109 support, pass this option to configure.</para>
110
111 <para><option>--without-libpng</option>: If you've not installed
112 <xref linkend="libpng"/> and you want to install gdk-pixbuf without png
113 support, pass this option to configure.</para>
114
115 <para><option>--without-libtiff</option>: If you've not installed
116 <xref linkend="libtiff"/> and you want to install gdk-pixbuf without tiff
117 support, pass this option to configure.</para>
118
119 <para><option>--enable-gtk-doc</option>: Use this option if you want to
120 force it to rebuild the documentation.</para>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>gdk-pixbuf-csource and gdk-pixbuf-query-loaders</seg>
134 <seg>libgdk_pixbuf-2.0.so and libgdk_pixbuf_xlib-2.0.so</seg>
135 <seg>/usr/include/gdk-pixbuf-2.0, /usr/lib/gdk-pixbuf-2.0 and
136 /usr/share/gtk-doc/html/gdk-pixbuf</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="gdk-pixbuf-csource">
146 <term><command>gdk-pixbuf-csource</command></term>
147 <listitem>
148 <para>is a small utility that generates C code containing images,
149 used for compiling images directly into programs.</para>
150 <indexterm zone="gdk-pixbuf gdk-pixbuf-csource">
151 <primary sortas="b-gdk-pixbuf-csource">gdk-pixbuf-csource</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="gdk-pixbuf-query-loaders">
157 <term><command>gdk-pixbuf-query-loaders</command></term>
158 <listitem>
159 <para>collects information about loadable modules for gdk-pixbuf and
160 writes it to the default cache file location, or to stdout.</para>
161 <indexterm zone="gdk-pixbuf gdk-pixbuf-query-loaders">
162 <primary sortas="b-gdk-pixbuf-query-loaders">gdk-pixbuf-query-loaders</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="libgdk_pixbuf-2.0">
168 <term><filename class='libraryfile'>libgdk_pixbuf-2.0.so</filename></term>
169 <listitem>
170 <para>contains functions that load and render images.</para>
171 <indexterm zone="gdk-pixbuf libgdk_pixbuf-2.0">
172 <primary sortas="c-libgdk_pixbuf-2.0">libgdk_pixbuf-2.0.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="libgdk_pixbuf_xlib-2.0">
178 <term><filename class='libraryfile'>libgdk_pixbuf_xlib-2.0.so</filename></term>
179 <listitem>
180 <para>contains functions that manipulate images and interfaces with
181 xlib.</para>
182 <indexterm zone="gdk-pixbuf libgdk_pixbuf_xlib-2.0">
183 <primary sortas="c-libgdk_pixbuf_xlib-2.0">libgdk_pixbuf_xlib-2.0.so</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.