source: general/genlib/glib2.xml@ 130e7e1

systemd-13485
Last change on this file since 130e7e1 was 4df7c20, checked in by Douglas R. Reno <renodr@…>, 8 years ago

(systemd) Update to ImageMagick-7.0.3. Merged from trunk r17351. NOT TESTED.
(systemd) LFS79 Tags
(both) Lots of GCC6 Tags

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

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