source: general/genlib/gobject-introspection.xml@ 7ded7e3

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 7ded7e3 was 7ded7e3, checked in by Krejzi <krejzi@…>, 12 years ago

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10209 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 gobject-introspection-download-http
8 "&gnome-download-http;/gobject-introspection/1.32/gobject-introspection-&gobject-introspection-version;.tar.xz">
9 <!ENTITY gobject-introspection-download-ftp
10 "&gnome-download-ftp;/gobject-introspection/1.32/gobject-introspection-&gobject-introspection-version;.tar.xz">
11 <!ENTITY gobject-introspection-md5sum "7bbdb696c37bb98aef5af02c4b8975e3">
12 <!ENTITY gobject-introspection-size "1.1 MB">
13 <!ENTITY gobject-introspection-buildsize "40 MB">
14 <!ENTITY gobject-introspection-time "0.6 SBU">
15]>
16
17<sect1 id="gobject-introspection" xreflabel="gobject-introspection-&gobject-introspection-version;">
18 <?dbhtml filename="gobject-introspection.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gobject-introspection-&gobject-introspection-version;</title>
26
27 <indexterm zone="gobject-introspection">
28 <primary sortas="a-gobject-introspection">gobject-introspection</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GObject Introspection</title>
33
34 <para>
35 The <application>GObject Introspection</application> is used
36 to describe the program APIs and collect them in a uniform,
37 machine readable format.
38 </para>
39
40 &lfs70_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gobject-introspection-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gobject-introspection-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gobject-introspection-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gobject-introspection-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gobject-introspection-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gobject-introspection-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="pkgconfig"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="cairo"/> (required for the tests) and
84 <xref linkend="gtk-doc"/>
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/gobject-introspection"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of GObject Introspection</title>
94
95 <para>
96 Install <application>GObject Introspection</application> by running
97 the following commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr \
101 --disable-tests \
102 --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make check</command>.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para>
121 <parameter>--disable-tests</parameter>: This parameter disable test
122 libraries. Remove the parameter if you have <application>Cairo</application>
123 installed and would like the tests to be performed.
124 </para>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/static-libraries.xml"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/gtk-doc-rebuild.xml"/>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Program</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 g-ir-annotation-tool, g-ir-compiler, g-ir-generate and
145 g-ir-scanner
146 </seg>
147 <seg>
148 libgirepository-1.0.so
149 </seg>
150 <seg>
151 /usr/include/gobject-introspection-1.0,
152 /usr/lib/{girepository-1.0,gobject-introspection},
153 /usr/share/{gir-1.0,gobject-introspection-1.0} and
154 /usr/share/gtk-doc/html/gi
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="g-ir-compiler">
165 <term><command>g-ir-compiler</command></term>
166 <listitem>
167 <para>
168 converts one or more GIR files into one or more typelib.
169 </para>
170 <indexterm zone="gobject-introspection g-ir-compiler">
171 <primary sortas="b-g-ir-compiler">g-ir-compiler</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="g-ir-scanner">
177 <term><command>g-ir-scanner</command></term>
178 <listitem>
179 <para>
180 is a tool which generates GIR XML files by parsing headers and
181 introspecting GObject based libraries.
182 </para>
183 <indexterm zone="gobject-introspection g-ir-scanner">
184 <primary sortas="b-g-ir-scanner">g-ir-scanner</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="g-ir-generate">
190 <term><command>g-ir-generate</command></term>
191 <listitem>
192 <para>
193 is a GIR generator using the repository API.
194 </para>
195 <indexterm zone="gobject-introspection g-ir-generate">
196 <primary sortas="b-g-ir-generate">g-ir-generate</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="libgirepository-1.0">
202 <term><filename class='libraryfile'>libgirepository-1.0.so</filename></term>
203 <listitem>
204 <para>
205 provides an API to access to the typelib metadata.
206 </para>
207 <indexterm zone="gobject-introspection libgirepository-1.0">
208 <primary sortas="c-libgirepository-1.0">libgirepository-1.0.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.