source: general/genlib/glib2.xml@ c67fbf64

systemd-11177
Last change on this file since c67fbf64 was c67fbf64, checked in by Krejzi <krejzi@…>, 11 years ago

Remove packages that are now in lfs systemd from blfs.

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

  • Property mode set to 100644
File size: 11.9 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 glib2-download-http "&gnome-download-http;/glib/2.34/glib-&glib2-version;.tar.xz">
8 <!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/2.34/glib-&glib2-version;.tar.xz">
9 <!ENTITY glib2-md5sum "a4ca31e258273c3761e3de2edd607661">
10 <!ENTITY glib2-size "6.1 MB">
11 <!ENTITY glib2-buildsize "225 MB">
12 <!ENTITY glib2-time "1.6 SBU (additional 5.0 SBU to run the test suite)">
13]>
14
15<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
16 <?dbhtml filename="glib2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GLib-&glib2-version;</title>
24
25 <indexterm zone="glib2">
26 <primary sortas="a-GLib2">GLib2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GLib</title>
31
32 <para>
33 The <application>GLib</application> package contains a low-level
34 libraries useful for providing data structure handling for C, portability
35 wrappers and interfaces for such runtime functionality as an
36 event loop, threads, dynamic loading and an object system.
37 </para>
38
39 &lfs73_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&glib2-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&glib2-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &glib2-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &glib2-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &glib2-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &glib2-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GLib Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libffi"/> and
80 <xref linkend="python2"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="pcre"/> (built with Unicode properties)
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="gtk-doc"/>
91 </para>
92
93 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
94 <para role="optional">
95 Quoted directly from the <filename>INSTALL</filename> file;
96 <quote>Some of the mimetype-related functionality in GIO requires the
97 <command>update-mime-database</command> and
98 <command>update-desktop-database</command> utilities</quote>,
99 which are part of
100 <xref linkend="shared-mime-info"/> and
101 <xref linkend="desktop-file-utils"/>, respectively.
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/glib2"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of GLib</title>
111
112 <para>
113 Install <application>GLib</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr --with-pcre=system &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 The <application>GLib</application> test suite requires
122 <application>desktop-file-utils</application> in order to run. However,
123 <application>desktop-file-utils</application> requires
124 <application>GLib</application> in order to compile; therefore, you must
125 first install <application>GLib</application> and then run the test
126 suite.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134
135 <para>
136 You should now install <xref linkend="desktop-file-utils"/> and proceed to
137 run the test suite.
138 </para>
139
140 <para>
141 To test the results, issue: <command>make check</command>.
142 </para>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <para>
150 <parameter>--with-pcre=system</parameter>: This switch causes the
151 build to use a system-provided version of the
152 <application>PCRE</application> library instead of an internal
153 version.
154 </para>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../../xincludes/gtk-doc-rebuild.xml"/>
158
159 </sect2>
160
161 <sect2 role="content">
162 <title>Contents</title>
163
164 <segmentedlist>
165 <segtitle>Installed Programs</segtitle>
166 <segtitle>Installed Libraries</segtitle>
167 <segtitle>Installed Directories</segtitle>
168
169 <seglistitem>
170 <seg>
171 gdbus, gdbus-codegen, gio-querymodules,
172 glib-compile-resources, glib-compile-schemas,
173 glib-genmarshal, glib-gettextize, glib-mkenums,
174 gobject-query, gresource, gsettings, gtester
175 and gtester-report
176 </seg>
177 <seg>
178 libgio-2.0.so, libglib-2.0.so, libgmodule-2.0.so,
179 libgobject-2.0.so and libgthread-2.0.so
180 </seg>
181 <seg>
182 /usr/include/gio-unix-2.0,
183 /usr/include/glib-2.0,
184 /usr/lib/gdbus-2.0,
185 /usr/lib/gio,
186 /usr/lib/glib-2.0,
187 /usr/share/glib-2.0,
188 /usr/share/gtk-doc/html/gio,
189 /usr/share/gtk-doc/html/glib and
190 /usr/share/gtk-doc/html/gobject
191 </seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="gdbus">
201 <term><command>gdbus</command></term>
202 <listitem>
203 <para>
204 is a simple tool used for working with
205 <application>D-Bus</application> objects.
206 </para>
207 <indexterm zone="glib2 gdbus">
208 <primary sortas="b-gdbus">gdbus</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="gdbus-codegen">
214 <term><command>gdbus-codegen</command></term>
215 <listitem>
216 <para>
217 is used to generate code and/or documentation for one or
218 more <application>D-Bus</application> interfaces.
219 </para>
220 <indexterm zone="glib2 gdbus-codegen">
221 <primary sortas="b-gdbus-codegen">gdbus-codegen</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="gio-querymodules">
227 <term><command>gio-querymodules</command></term>
228 <listitem>
229 <para>
230 is used to create a giomodule.cache file in the listed directories.
231 This file lists the implemented extension points for each module
232 that has been found.
233 </para>
234 <indexterm zone="glib2 gio-querymodules">
235 <primary sortas="b-gio-querymodules">gio-querymodules</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="glib-compile-resources">
241 <term><command>glib-compile-resources</command></term>
242 <listitem>
243 <para>
244 is used to read the resource description from file and
245 the files that it references to create a binary resource
246 bundle that is suitable for use with the GResource API.
247 </para>
248 <indexterm zone="glib2 glib-compile-resources">
249 <primary sortas="b-glib-compile-resources">glib-compile-resources</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="glib-compile-schemas">
255 <term><command>glib-compile-schemas</command></term>
256 <listitem>
257 <para>
258 is used to compile all the GSettings XML schema files
259 in directory into a binary file with the name gschemas.compiled
260 that can be used by GSettings.
261 </para>
262 <indexterm zone="glib2 glib-compile-schemas">
263 <primary sortas="b-glib-compile-resources">glib-compile-schemas</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="glib-genmarshal">
269 <term><command>glib-genmarshal</command></term>
270 <listitem>
271 <para>
272 is a C code marshaller generation utility for GLib closures.
273 </para>
274 <indexterm zone="glib2 glib-genmarshal">
275 <primary sortas="b-glib-genmarshal">glib-genmarshal</primary>
276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="glib-gettextize">
281 <term><command>glib-gettextize</command></term>
282 <listitem>
283 <para>
284 is a variant of the <application>gettext</application>
285 internationalization utility.
286 </para>
287 <indexterm zone="glib2 glib-gettextize">
288 <primary sortas="b-glib-gettextize">glib-gettextize</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 <varlistentry id="glib-mkenums">
294 <term><command>glib-mkenums</command></term>
295 <listitem>
296 <para>
297 is a C language enum description generation utility.
298 </para>
299 <indexterm zone="glib2 glib-mkenums">
300 <primary sortas="b-glib-mkenums">glib-mkenums</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="gobject-query">
306 <term><command>gobject-query</command></term>
307 <listitem>
308 <para>
309 is a small utility that draws a tree of types.
310 </para>
311 <indexterm zone="glib2 gobject-query">
312 <primary sortas="b-gobject-query">gobject-query</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 <varlistentry id="gresource">
318 <term><command>gresource</command></term>
319 <listitem>
320 <para>
321 offers a simple commandline interface to GResource.
322 </para>
323 <indexterm zone="glib2 gresource">
324 <primary sortas="b-gresource">gresource</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="gsettings">
330 <term><command>gsettings</command></term>
331 <listitem>
332 <para>
333 offers a simple commandline interface to GSettings.
334 </para>
335 <indexterm zone="glib2 gsettings">
336 <primary sortas="b-gsettings">gsettings</primary>
337 </indexterm>
338 </listitem>
339 </varlistentry>
340
341 <varlistentry id="gtester">
342 <term><command>gtester</command></term>
343 <listitem>
344 <para>
345 is a test running utility.
346 </para>
347 <indexterm zone="glib2 gtester">
348 <primary sortas="b-gtester">gtester</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
352
353 <varlistentry id="gtester-report">
354 <term><command>gtester-report</command></term>
355 <listitem>
356 <para>
357 is a test report formatting utility.
358 </para>
359 <indexterm zone="glib2 gtester-report">
360 <primary sortas="b-gtester-report">gtester-report</primary>
361 </indexterm>
362 </listitem>
363 </varlistentry>
364
365 <varlistentry id="GLib-libraries">
366 <term>GLib libraries</term>
367 <listitem>
368 <para>
369 contain a low-level core libraries for the
370 <application>GIMP</application> Toolkit.
371 </para>
372 <indexterm zone="glib2 GLib-libraries">
373 <primary sortas="c-GLib-libraries">Glib libraries</primary>
374 </indexterm>
375 </listitem>
376 </varlistentry>
377
378 </variablelist>
379
380 </sect2>
381
382</sect1>
Note: See TracBrowser for help on using the repository browser.