source: general/sysutils/dbus-bindings.xml@ f4472d1

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

Merging Wayne's python-modules changes : done by hand, but looks ok to me.

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

  • Property mode set to 100644
File size: 17.8 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 "3f7f117dc7c8d899d9acfdcbf9253fb8">
10 <!ENTITY dbus-glib-size "712 KB">
11 <!ENTITY dbus-glib-buildsize "11 MB">
12 <!ENTITY dbus-glib-time "0.1 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 "fe69a2613e824463e74f10913708c88a">
17 <!ENTITY dbus-python-size "556 KB">
18 <!ENTITY dbus-python-buildsize "5.5 MB">
19 <!ENTITY dbus-python-time "0.2 SBU">
20
21 <!ENTITY dbus-qt3-download-http "&trinity-repo-http;/dbus-tqt-&trinity-version;.tar.gz">
22 <!ENTITY dbus-qt3-download-ftp "&trinity-repo-ftp;/dbus-tqt-&trinity-version;.tar.gz">
23 <!ENTITY dbus-qt3-md5sum "46ae165c068271485c827f6fc6687a9a">
24 <!ENTITY dbus-qt3-size "234 KB">
25 <!ENTITY dbus-qt3-buildsize "4 MB">
26 <!ENTITY dbus-qt3-time "less than 0.1 SBU">
27
28 <!ENTITY eggdbus-download-http "http://hal.freedesktop.org/releases/eggdbus-&eggdbus-version;.tar.gz">
29 <!ENTITY eggdbus-download-ftp " ">
30 <!ENTITY eggdbus-md5sum "b43d2a6c523fcb8b9d0b0300c4222386">
31 <!ENTITY eggdbus-size "801 KB">
32 <!ENTITY eggdbus-buildsize "30 MB (includes installing the documentation and man page)">
33 <!ENTITY eggdbus-time "0.4 SBU">
34
35 <!-- All the other bindings info should be here as well -->
36]>
37
38<sect1 id="dbus-bindings" xreflabel="D-Bus Bindings">
39 <?dbhtml filename="dbus-bindings.html"?>
40
41 <sect1info>
42 <othername>$LastChangedBy$</othername>
43 <date>$Date$</date>
44 </sect1info>
45
46 <title>D-Bus Bindings</title>
47
48 <indexterm zone="dbus-bindings">
49 <primary sortas="a-dbus-bindings">D-Bus Bindings</primary>
50 </indexterm>
51
52 <sect2 role="package">
53 <title>Introduction to D-Bus Bindings</title>
54
55 <para>The <application>D-Bus Bindings</application> are a group of packages
56 that contain programming language and platform interfaces to the D-Bus API.
57 This is useful for programmers to easily interface D-Bus with their
58 supported platform or language of choice. Some non-D-Bus packages will
59 require one or more of the Bindings packages in order to build
60 successfully.</para>
61
62 <para>The <application>GLib</application>,
63 <application>Python</application>, <application>Qt3</application>, and
64 <application>GObject</application> Bindings are included on this page. Other
65 language bindings are available at the <ulink
66 url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus
67 Bindings</ulink> page for information.</para>
68
69 <itemizedlist spacing="compact">
70 <listitem>
71 <para><xref linkend="dbus-glib"/></para>
72 </listitem>
73 <listitem>
74 <para><xref linkend="dbus-python"/></para>
75 </listitem>
76 <listitem>
77 <para><xref linkend="dbus-qt3"/></para>
78 </listitem>
79 <listitem>
80 <para><xref linkend="eggdbus"/></para>
81 </listitem>
82 </itemizedlist>
83
84 </sect2>
85
86 <!-- Begin D-Bus GLib Bindings -->
87 <sect2 id="dbus-glib" xreflabel="D-Bus GLib Bindings-&dbus-glib-version;">
88 <title>D-Bus GLib Bindings</title>
89
90 <indexterm zone="dbus-glib">
91 <primary sortas="a-dbus-glib">D-Bus GLib Bindings</primary>
92 </indexterm>
93
94 <sect3 role="package">
95 <title>Introduction to D-Bus GLib Bindings</title>
96
97 &lfs70_checked;
98
99 <bridgehead renderas="sect4">Package Information</bridgehead>
100 <itemizedlist spacing="compact">
101 <listitem>
102 <para>Download (HTTP): <ulink url="&dbus-glib-download-http;"/></para>
103 </listitem>
104 <listitem>
105 <para>Download (FTP): <ulink url="&dbus-glib-download-ftp;"/></para>
106 </listitem>
107 <listitem>
108 <para>Download MD5 sum: &dbus-glib-md5sum;</para>
109 </listitem>
110 <listitem>
111 <para>Download size: &dbus-glib-size;</para>
112 </listitem>
113 <listitem>
114 <para>Estimated disk space required: &dbus-glib-buildsize;</para>
115 </listitem>
116 <listitem>
117 <para>Estimated build time: &dbus-glib-time;</para>
118 </listitem>
119 </itemizedlist>
120
121 <bridgehead renderas="sect4">D-Bus GLib Dependencies</bridgehead>
122
123 <bridgehead renderas="sect5">Required</bridgehead>
124 <para role="required">
125 <xref linkend="dbus"/>,
126 <xref linkend="glib2"/>, and
127 <xref linkend="expat"/>
128 </para>
129
130 <bridgehead renderas="sect5">Optional to Build the API Documentation</bridgehead>
131 <para role="optional">
132 <xref linkend="doxygen"/>
133 </para>
134
135 <para condition="html" role="usernotes">User Notes:
136 <ulink url="&blfs-wiki;/dbus-glib"/></para>
137
138 </sect3>
139
140 <sect3 role="installation">
141 <title>Installation of D-Bus GLib Bindings</title>
142
143 <para>Install <application>D-Bus GLib Bindings</application> by
144 running the following commands:</para>
145
146<screen><userinput>./configure --prefix=/usr \
147 --sysconfdir=/etc \
148 --libexecdir=/usr/lib/dbus-1.0/dbus-1 &amp;&amp;
149make</userinput></screen>
150
151 <para>To test the results, issue: <command>make check</command>. Note that
152 more comprehensive tests can be run by following the same method used in
153 <application>D-BUS</application> instructions, which requires building the
154 package twice.</para>
155
156 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
157
158<screen role="root"><userinput>make install</userinput></screen>
159
160 </sect3>
161
162 <sect3 role="commands">
163 <title>Command Explanations</title>
164
165 <para><parameter>--libexecdir=/usr/lib/dbus-1.0/dbus-1</parameter>: This
166 moves <command>dbus-bash-completion-helper</command> out of <filename
167 class="directory">/usr/libexec</filename>.</para>
168
169 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
170 href="../../xincludes/gtk-doc-rebuild.xml"/>
171
172 </sect3>
173
174 <sect3 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Program</segtitle>
179 <segtitle>Installed Library</segtitle>
180 <segtitle>Installed Directories</segtitle>
181
182 <seglistitem>
183 <seg>dbus-binding-tool</seg>
184 <seg>libdbus-glib-1.{so,a}</seg>
185 <seg>/etc/bash_completion.d, /usr/share/gtk-doc/html/dbus-glib, and
186 optionally /usr/share/doc/dbus-glib-&dbus-glib-version;/api</seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="glib-dbus-binding-tool">
196 <term><command>dbus-binding-tool</command></term>
197 <listitem>
198 <para>is a tool used to interface with the D-Bus API.</para>
199 <indexterm zone="dbus-glib glib-dbus-binding-tool">
200 <primary sortas="b-dbus-binding-tool">dbus-binding-tool</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="libdbus-glib-1">
206 <term><filename class='libraryfile'>libdbus-glib-1.{so,a}</filename></term>
207 <listitem>
208 <para>contains <application>GLib</application> interface functions
209 to the D-Bus API.</para>
210 <indexterm zone="dbus-glib libdbus-glib-1">
211 <primary sortas="c-libdbus-glib-1">libdbus-glib-1.{so,a}</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect3>
219
220 </sect2>
221
222 <!-- Begin D-Bus Python Bindings -->
223 <sect2 id="dbus-python" xreflabel="D-Bus Python Bindings-&dbus-python-version;">
224 <title>D-Bus Python Bindings</title>
225
226 &lfs70_checked;
227
228 <indexterm zone="dbus-python">
229 <primary sortas="a-dbus-python">D-Bus Python Bindings</primary>
230 </indexterm>
231
232 <sect3 role="package">
233 <title>Introduction to D-Bus Python Bindings</title>
234
235 <bridgehead renderas="sect4">Package Information</bridgehead>
236 <itemizedlist spacing="compact">
237 <listitem>
238 <para>Download (HTTP): <ulink url="&dbus-python-download-http;"/></para>
239 </listitem>
240 <listitem>
241 <para>Download (FTP): <ulink url="&dbus-python-download-ftp;"/></para>
242 </listitem>
243 <listitem>
244 <para>Download MD5 sum: &dbus-python-md5sum;</para>
245 </listitem>
246 <listitem>
247 <para>Download size: &dbus-python-size;</para>
248 </listitem>
249 <listitem>
250 <para>Estimated disk space required: &dbus-python-buildsize;</para>
251 </listitem>
252 <listitem>
253 <para>Estimated build time: &dbus-python-time;</para>
254 </listitem>
255 </itemizedlist>
256
257 <bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead>
258
259 <bridgehead renderas="sect5">Required</bridgehead>
260 <para role="required">
261 <xref linkend="python"/> and
262 <xref linkend="dbus-glib"/>
263 </para>
264
265 <bridgehead renderas="sect5">Optional</bridgehead>
266 <para role="optional">
267 <xref linkend="pygobject2"/> (required to run the test suite)
268 </para>
269
270 <bridgehead renderas="sect5">Optional
271 (Required to build the API and HTML Documentation)</bridgehead>
272 <para role="optional">
273 <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and
274 <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>
275 </para>
276
277 <para condition="html" role="usernotes">User Notes:
278 <ulink url="&blfs-wiki;/dbus-python"/></para>
279
280 </sect3>
281
282 <sect3 role="installation">
283 <title>Installation of D-Bus Python Bindings</title>
284
285 <para>Install <application>D-Bus Python Bindings</application> by
286 running the following commands:</para>
287
288<screen><userinput>./configure --prefix=/usr \
289 --docdir=/usr/share/doc/dbus-python-&dbus-python-version; &amp;&amp;
290make</userinput></screen>
291
292 <para>To test the results, issue: <command>make check</command>. Note you
293 must have <application>PyGObject</application> installed.</para>
294
295 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
296
297<screen role="root"><userinput>make install</userinput></screen>
298
299 <para>If you built the API documentation, install it by issuing the
300 following commands as the <systemitem class="username">root</systemitem>
301 user:</para>
302
303<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-python-&dbus-python-version;/api &amp;&amp;
304install -v -m644 api/* \
305 /usr/share/doc/dbus-python-&dbus-python-version;/api</userinput></screen>
306
307 </sect3>
308
309 <sect3 role="content">
310 <title>Contents</title>
311
312 <segmentedlist>
313 <segtitle>Installed Programs</segtitle>
314 <segtitle>Installed Libraries</segtitle>
315 <segtitle>Installed Directories</segtitle>
316
317 <seglistitem>
318 <seg>None</seg>
319 <seg><application>Python</application>
320 <application>D-Bus</application> modules</seg>
321 <seg>/usr/lib/python&python2-majorver;/site-packages/dbus and
322 /usr/share/doc/dbus-python-&dbus-python-version;</seg>
323 </seglistitem>
324 </segmentedlist>
325
326 </sect3>
327
328 </sect2>
329
330 <!-- Begin D-Bus Qt3 Bindings -->
331 <sect2 id="dbus-qt3" xreflabel="D-Bus Trinity Qt3 Bindings-&dbus-qt3-version;">
332 <title>Trinity D-Bus Qt3 Bindings</title>
333
334 <indexterm zone="dbus-qt3">
335 <primary sortas="a-dbus-qt3">D-Bus Qt3 Bindings</primary>
336 </indexterm>
337
338 <sect3 role="package">
339 <title>Introduction to D-Bus Qt3 Bindings</title>
340
341 <bridgehead renderas="sect4">Package Information</bridgehead>
342 <itemizedlist spacing="compact">
343 <listitem>
344 <para>Download (HTTP): <ulink url="&dbus-qt3-download-http;"/></para>
345 </listitem>
346 <listitem>
347 <para>Download (FTP): <ulink url="&dbus-qt3-download-ftp;"/></para>
348 </listitem>
349 <listitem>
350 <para>Download MD5 sum: &dbus-qt3-md5sum;</para>
351 </listitem>
352 <listitem>
353 <para>Download size: &dbus-qt3-size;</para>
354 </listitem>
355 <listitem>
356 <para>Estimated disk space required: &dbus-qt3-buildsize;</para>
357 </listitem>
358 <listitem>
359 <para>Estimated build time: &dbus-qt3-time;</para>
360 </listitem>
361 </itemizedlist>
362
363 <bridgehead renderas="sect4">D-Bus Qt3 Dependencies</bridgehead>
364
365 <bridgehead renderas="sect5">Required</bridgehead>
366 <para role="required">
367 <xref linkend="dbus"/> and
368 <xref linkend="qt"/>
369 </para>
370
371 <para condition="html" role="usernotes">User Notes:
372 <ulink url="&blfs-wiki;/dbus-qt3"/></para>
373
374 </sect3>
375
376 <sect3 role="installation">
377 <title>Installation of D-Bus Trinity/Qt3 Bindings</title>
378
379 <note><para>Be sure your environment is set up as described in
380 <xref linkend='kde-pre-install-config'/></para></note>
381
382 <para>Install <application>D-Bus Trinity/Qt3 Bindings</application> by
383 running the following commands:</para>
384
385<screen><userinput>
386BUILD=/tmp/build-dbus-tqt &amp;&amp;
387DBUSTQT=`pwd` &amp;&amp;
388rm -rf $BUILD &amp;&amp;
389mkdir -p $BUILD &amp;&amp;
390cd $BUILD &amp;&amp;
391
392cmake -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
393 -DCMAKE_VERBOSE_MAKEFILE=ON \
394 $DBUSTQT &amp;&amp;
395
396unset BUILD DBUSTQT &amp;&amp;
397make</userinput></screen>
398
399 <para>This package does not come with a test suite.</para>
400
401 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
402
403<screen role="root"><userinput>make install</userinput></screen>
404
405 </sect3>
406
407 <sect3 role="content">
408 <title>Contents</title>
409
410 <segmentedlist>
411 <segtitle>Installed Programs</segtitle>
412 <segtitle>Installed Library</segtitle>
413 <segtitle>Installed Directory</segtitle>
414
415 <seglistitem>
416 <seg>None</seg>
417 <seg>libdbus-tqt-1.so</seg>
418 <seg>$TRINITY_PREFIX/include/dbus-1.0</seg>
419 </seglistitem>
420 </segmentedlist>
421
422 <variablelist>
423 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
424 <?dbfo list-presentation="list"?>
425 <?dbhtml list-presentation="table"?>
426
427 <varlistentry id="libdbus-qt-1">
428 <term><filename class='libraryfile'>libdbus-tqt-1.so</filename></term>
429 <listitem>
430 <para>contains <application>Trinity/Qt3</application> interface functions
431 to the D-Bus API.</para>
432 <indexterm zone="dbus-qt3 libdbus-qt-1">
433 <primary sortas="c-libdbus-qt-1">libdbus-tqt-1.so</primary>
434 </indexterm>
435 </listitem>
436 </varlistentry>
437
438 </variablelist>
439
440 </sect3>
441
442 </sect2>
443
444 <!-- Begin D-Bus GObject Bindings (EggDBus) -->
445 <sect2 id="eggdbus" xreflabel="D-Bus GObject Bindings-&eggdbus-version; (EggDBus)">
446 <title>D-Bus GObject Bindings (EggDBus)</title>
447
448 <indexterm zone="eggdbus">
449 <primary sortas="a-eggdbus">D-Bus GObject Bindings</primary>
450 </indexterm>
451
452 <sect3 role="package">
453 <title>Introduction to EggDBus</title>
454
455 &lfs65_checked;
456
457 <bridgehead renderas="sect4">Package Information</bridgehead>
458 <itemizedlist spacing="compact">
459 <listitem>
460 <para>Download (HTTP): <ulink url="&eggdbus-download-http;"/></para>
461 </listitem>
462 <listitem>
463 <para>Download (FTP): <ulink url="&eggdbus-download-ftp;"/></para>
464 </listitem>
465 <listitem>
466 <para>Download MD5 sum: &eggdbus-md5sum;</para>
467 </listitem>
468 <listitem>
469 <para>Download size: &eggdbus-size;</para>
470 </listitem>
471 <listitem>
472 <para>Estimated disk space required: &eggdbus-buildsize;</para>
473 </listitem>
474 <listitem>
475 <para>Estimated build time: &eggdbus-time;</para>
476 </listitem>
477 </itemizedlist>
478
479 <bridgehead renderas="sect4">EggDBus Dependencies</bridgehead>
480
481 <bridgehead renderas="sect5">Required</bridgehead>
482 <para role="required"><xref linkend="dbus-glib"/> and
483 <xref linkend="docbook-xsl"/></para>
484
485 <bridgehead renderas="sect5">Optional</bridgehead>
486 <para role="optional"><xref linkend="gtk-doc"/></para>
487
488 <para condition="html" role="usernotes">User Notes:
489 <ulink url="&blfs-wiki;/eggdbus"/></para>
490
491 </sect3>
492
493 <sect3 role="installation">
494 <title>Installation of EggDBus</title>
495
496
497 <para>Install <application>EggDBus</application> by
498 running the following commands:</para>
499
500<screen><userinput>./configure --prefix=/usr &amp;&amp;
501make</userinput></screen>
502
503 <para>To test the results, issue: <command>make check</command>.</para>
504
505 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
506
507<screen role="root"><userinput>make install</userinput></screen>
508
509 </sect3>
510
511 <sect3 role="commands">
512 <title>Command Explanations</title>
513
514 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
515 href="../../xincludes/gtk-doc-rebuild.xml"/>
516
517 </sect3>
518
519 <sect3 role="content">
520 <title>Contents</title>
521
522 <segmentedlist>
523 <segtitle>Installed Programs</segtitle>
524 <segtitle>Installed Library</segtitle>
525 <segtitle>Installed Directory</segtitle>
526
527 <seglistitem>
528 <seg>eggdbus-binding-tool and eggdbus-glib-genmarshal</seg>
529 <seg>libeggdbus-1.{so,a}</seg>
530 <seg>/usr/include/eggdbus-1/eggdbus</seg>
531 </seglistitem>
532 </segmentedlist>
533
534 </sect3>
535
536 </sect2>
537
538</sect1>
Note: See TracBrowser for help on using the repository browser.