source: general/genlib/dbus-bindings.xml@ 1970f00

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 1970f00 was 1970f00, checked in by Randy McMurchy <randy@…>, 16 years ago

Updated to Python-2.5.2

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

  • Property mode set to 100644
File size: 12.2 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 dbus-glib-download-http "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz">
8 <!ENTITY dbus-glib-download-ftp " ">
9 <!ENTITY dbus-glib-md5sum "0923d825a0aff2e4eb23338b630286fb">
10 <!ENTITY dbus-glib-size "654 KB">
11 <!ENTITY dbus-glib-buildsize "9 MB">
12 <!ENTITY dbus-glib-time "0.2 SBU">
13
14 <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
15 <!ENTITY dbus-python-download-ftp " ">
16 <!ENTITY dbus-python-md5sum "024522ffba612f0d41b64269e925835c">
17 <!ENTITY dbus-python-size "482 KB">
18 <!ENTITY dbus-python-buildsize "6 MB">
19 <!ENTITY dbus-python-time "0.1 SBU">
20
21 <!ENTITY dbus-qt3-download-http "&files-anduin;/sources/dbus-qt3-&dbus-qt3-version;.tar.bz2">
22 <!ENTITY dbus-qt3-download-ftp " ">
23 <!ENTITY dbus-qt3-md5sum "307e119f501c207a437d1dd087c9af80">
24 <!ENTITY dbus-qt3-size "390 KB">
25 <!ENTITY dbus-qt3-buildsize "4 MB">
26 <!ENTITY dbus-qt3-time "0.1 SBU">
27
28 <!-- All the other bindings info should be here as well -->
29]>
30
31<sect1 id="dbus-bindings" xreflabel="D-Bus Bindings">
32 <?dbhtml filename="dbus-bindings.html"?>
33
34 <sect1info>
35 <othername>$LastChangedBy$</othername>
36 <date>$Date$</date>
37 </sect1info>
38
39 <title>D-Bus Bindings</title>
40
41 <indexterm zone="dbus-bindings">
42 <primary sortas="a-dbus-bindings">D-Bus Bindings</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to D-Bus Bindings</title>
47
48 <para>The <application>D-Bus Bindings</application> are a group of packages
49 that contain programming language and platform interfaces to the D-Bus API.
50 This is useful for programmers to easily interface D-Bus with their
51 supported platform or language of choice. Some non-D-Bus packages will
52 require one or more of the Bindings packages in order to build
53 successfully.</para>
54
55 <para>The <application>GLib</application>,
56 <application>Python</application> and <application>Qt3</application>
57 Bindings are included on this page. Other language bindings will be added
58 soon. Until then, see the <ulink
59 url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus
60 Bindings</ulink> page for information.</para>
61
62 <itemizedlist spacing="compact">
63 <listitem>
64 <para><xref linkend="dbus-glib"/></para>
65 </listitem>
66 <listitem>
67 <para><xref linkend="dbus-python"/></para>
68 </listitem>
69 <listitem>
70 <para><xref linkend="dbus-qt3"/></para>
71 </listitem>
72 </itemizedlist>
73
74 </sect2>
75
76 <!-- Below is 111 lines to cut and paste to create a new binding -->
77 <!-- Begin D-Bus GLib Bindings -->
78 <sect2 id="dbus-glib" xreflabel="D-Bus GLib Bindings-&dbus-glib-version;">
79 <title>D-Bus GLib Bindings</title>
80
81 <indexterm zone="dbus-glib">
82 <primary sortas="a-dbus-glib">D-Bus GLib Bindings</primary>
83 </indexterm>
84
85 <bridgehead renderas="sect3">Package Information</bridgehead>
86 <itemizedlist spacing="compact">
87 <listitem>
88 <para>Download (HTTP): <ulink url="&dbus-glib-download-http;"/></para>
89 </listitem>
90 <listitem>
91 <para>Download (FTP): <ulink url="&dbus-glib-download-ftp;"/></para>
92 </listitem>
93 <listitem>
94 <para>Download MD5 sum: &dbus-glib-md5sum;</para>
95 </listitem>
96 <listitem>
97 <para>Download size: &dbus-glib-size;</para>
98 </listitem>
99 <listitem>
100 <para>Estimated disk space required: &dbus-glib-buildsize;</para>
101 </listitem>
102 <listitem>
103 <para>Estimated build time: &dbus-glib-time;</para>
104 </listitem>
105 </itemizedlist>
106
107 <bridgehead renderas="sect3">D-Bus GLib Dependencies</bridgehead>
108
109 <bridgehead renderas="sect4">Required</bridgehead>
110 <para role="required"><xref linkend="dbus"/>,
111 <xref linkend="glib2"/>, and
112 <xref linkend="expat"/></para>
113
114 <para condition="html" role="usernotes">User Notes:
115 <ulink url="&blfs-wiki;/dbus-glib"/></para>
116
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of D-Bus GLib Bindings</title>
121
122 <para>Install <application>D-Bus GLib Bindings</application> by
123 running the following commands:</para>
124
125<screen><userinput>./configure --prefix=/usr &amp;&amp;
126make</userinput></screen>
127
128 <para>This package does not come with a test suite.</para>
129
130 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
140 href="../../xincludes/gtk-doc-rebuild.xml"/>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Program</segtitle>
149 <segtitle>Installed Library</segtitle>
150 <segtitle>Installed Directory</segtitle>
151
152 <seglistitem>
153 <seg>dbus-binding-tool</seg>
154 <seg>libdbus-glib-1.{so,a}</seg>
155 <seg>/usr/share/gtk-doc/html/dbus-glib</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="glib-dbus-binding-tool">
165 <term><command>dbus-binding-tool</command></term>
166 <listitem>
167 <para>is a tool used to interface with the D-Bus API.</para>
168 <indexterm zone="dbus-glib glib-dbus-binding-tool">
169 <primary sortas="b-dbus-binding-tool">dbus-binding-tool</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="libdbus-glib-1">
175 <term><filename class='libraryfile'>libdbus-glib-1.{so,a}</filename></term>
176 <listitem>
177 <para>contains <application>GLib</application> interface functions
178 to the D-Bus API.</para>
179 <indexterm zone="dbus-glib libdbus-glib-1">
180 <primary sortas="c-libdbus-glib-1">libdbus-glib-1.{so,a}</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189 <!-- Begin D-Bus Python Bindings -->
190 <sect2 id="dbus-python" xreflabel="D-Bus Python Bindings-&dbus-python-version;">
191 <title>D-Bus Python Bindings</title>
192
193 <indexterm zone="dbus-python">
194 <primary sortas="a-dbus-python">D-Bus Python Bindings</primary>
195 </indexterm>
196
197 <bridgehead renderas="sect3">Package Information</bridgehead>
198 <itemizedlist spacing="compact">
199 <listitem>
200 <para>Download (HTTP): <ulink url="&dbus-python-download-http;"/></para>
201 </listitem>
202 <listitem>
203 <para>Download (FTP): <ulink url="&dbus-python-download-ftp;"/></para>
204 </listitem>
205 <listitem>
206 <para>Download MD5 sum: &dbus-python-md5sum;</para>
207 </listitem>
208 <listitem>
209 <para>Download size: &dbus-python-size;</para>
210 </listitem>
211 <listitem>
212 <para>Estimated disk space required: &dbus-python-buildsize;</para>
213 </listitem>
214 <listitem>
215 <para>Estimated build time: &dbus-python-time;</para>
216 </listitem>
217 </itemizedlist>
218
219 <bridgehead renderas="sect3">D-Bus Python Dependencies</bridgehead>
220
221 <bridgehead renderas="sect4">Required</bridgehead>
222 <para role="required"><xref linkend="python"/> and
223 <xref linkend="dbus-glib"/></para>
224
225 <bridgehead renderas="sect4">Recommended</bridgehead>
226 <para role="required"><xref linkend="pkgconfig"/></para>
227
228 <bridgehead renderas="sect4">Optional</bridgehead>
229 <para role="optional"><ulink
230 url="&gnome-download-http;/pygobject"> PyGObject</ulink> (required to run
231 the test suite)</para>
232
233 <bridgehead renderas="sect4">Optional
234 (Required to build the API Documentation)</bridgehead>
235 <para role="optional"><ulink
236 url="http://epydoc.sourceforge.net/">Epydoc</ulink>
237 and <ulink url="http://docutils.sourceforge.net/">Docutils</ulink></para>
238
239 <para condition="html" role="usernotes">User Notes:
240 <ulink url="&blfs-wiki;/dbus-python"/></para>
241
242 </sect2>
243
244 <sect2 role="installation">
245 <title>Installation of D-Bus Python Bindings</title>
246
247 <para>Install <application>D-Bus Python Bindings</application> by
248 running the following commands:</para>
249
250<screen><userinput>./configure --prefix=/usr &amp;&amp;
251make</userinput></screen>
252
253 <para>To test the results, issue: <command>make check</command>. Note you
254 must have <application>PyGObject</application> installed.</para>
255
256 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
257
258<screen role="root"><userinput>make install</userinput></screen>
259
260 </sect2>
261
262 <sect2 role="content">
263 <title>Contents</title>
264
265 <segmentedlist>
266 <segtitle>Installed Programs</segtitle>
267 <segtitle>Installed Libraries</segtitle>
268 <segtitle>Installed Directory</segtitle>
269
270 <seglistitem>
271 <seg>None</seg>
272 <seg><application>Python</application>
273 <application>D-Bus</application> modules</seg>
274 <seg>/usr/lib/python&python-majorver;/site-packages/dbus and
275 /usr/share/doc/dbus-python</seg>
276 </seglistitem>
277 </segmentedlist>
278
279 </sect2>
280
281 <!-- Begin D-Bus Qt3 Bindings -->
282 <sect2 id="dbus-qt3" xreflabel="D-Bus Qt3 Bindings-&dbus-qt3-version;">
283 <title>D-Bus Qt3 Bindings</title>
284
285 <indexterm zone="dbus-qt3">
286 <primary sortas="a-dbus-qt3">D-Bus Qt3 Bindings</primary>
287 </indexterm>
288
289 <bridgehead renderas="sect3">Package Information</bridgehead>
290 <itemizedlist spacing="compact">
291 <listitem>
292 <para>Download (HTTP): <ulink url="&dbus-qt3-download-http;"/></para>
293 </listitem>
294 <listitem>
295 <para>Download (FTP): <ulink url="&dbus-qt3-download-ftp;"/></para>
296 </listitem>
297 <listitem>
298 <para>Download MD5 sum: &dbus-qt3-md5sum;</para>
299 </listitem>
300 <listitem>
301 <para>Download size: &dbus-qt3-size;</para>
302 </listitem>
303 <listitem>
304 <para>Estimated disk space required: &dbus-qt3-buildsize;</para>
305 </listitem>
306 <listitem>
307 <para>Estimated build time: &dbus-qt3-time;</para>
308 </listitem>
309 </itemizedlist>
310
311 <bridgehead renderas="sect3">D-Bus Qt3 Dependencies</bridgehead>
312
313 <bridgehead renderas="sect4">Required</bridgehead>
314 <para role="required"><xref linkend="dbus"/> and
315 <xref linkend="qt"/></para>
316
317 <bridgehead renderas="sect4">Recommended</bridgehead>
318 <para role="recommended"><xref linkend="pkgconfig"/></para>
319
320 <para condition="html" role="usernotes">User Notes:
321 <ulink url="&blfs-wiki;/dbus-qt3"/></para>
322
323 </sect2>
324
325 <sect2 role="installation">
326 <title>Installation of D-Bus Qt3 Bindings</title>
327
328 <para>Install <application>D-Bus Qt3 Bindings</application> by
329 running the following commands:</para>
330
331<screen><userinput>./configure --prefix=/usr &amp;&amp;
332make</userinput></screen>
333
334 <para>This package does not come with a test suite.</para>
335
336 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
337
338<screen role="root"><userinput>make install</userinput></screen>
339
340 </sect2>
341
342 <sect2 role="content">
343 <title>Contents</title>
344
345 <segmentedlist>
346 <segtitle>Installed Programs</segtitle>
347 <segtitle>Installed Library</segtitle>
348 <segtitle>Installed Directories</segtitle>
349
350 <seglistitem>
351 <seg>None</seg>
352 <seg>libdbus-qt-1.so</seg>
353 <seg>None</seg>
354 </seglistitem>
355 </segmentedlist>
356
357 <variablelist>
358 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
359 <?dbfo list-presentation="list"?>
360 <?dbhtml list-presentation="table"?>
361
362 <varlistentry id="libdbus-qt-1">
363 <term><filename class='libraryfile'>libdbus-qt-1.{so,a}</filename></term>
364 <listitem>
365 <para>contains <application>Qt3</application> interface functions
366 to the D-Bus API.</para>
367 <indexterm zone="dbus-qt3 libdbus-qt-1">
368 <primary sortas="c-libdbus-qt-1">libdbus-qt-1.{so,a}</primary>
369 </indexterm>
370 </listitem>
371 </varlistentry>
372
373 </variablelist>
374
375 </sect2>
376
377</sect1>
Note: See TracBrowser for help on using the repository browser.