source: gnome/core/libbonobo.xml@ 5899e13

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 5899e13 was 5899e13, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to GNOME Speech-0.4.25.

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

  • Property mode set to 100644
File size: 5.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 libbonobo-download-http "&gnome-download-http;/libbonobo/2.24/libbonobo-&libbonobo-version;.tar.bz2">
8 <!ENTITY libbonobo-download-ftp "&gnome-download-ftp;/libbonobo/2.24/libbonobo-&libbonobo-version;.tar.bz2">
9 <!ENTITY libbonobo-md5sum "5c7c5ea9c2f78a3c1e9ff2f1e27ad751">
10 <!ENTITY libbonobo-size "1.4 MB">
11 <!ENTITY libbonobo-buildsize "36 MB">
12 <!ENTITY libbonobo-time "0.5 SBU">
13]>
14
15<sect1 id="libbonobo" xreflabel="libbonobo-&libbonobo-version;">
16 <?dbhtml filename="libbonobo.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libbonobo-&libbonobo-version;</title>
24
25 <indexterm zone="libbonobo">
26 <primary sortas="a-Libbonobo">Libbonobo</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libbonobo</title>
31
32 <para>The <application>libbonobo</application> package contains
33 <filename class="libraryfile">libbonobo</filename> libraries.
34 This is a component and compound document system for
35 <application>GNOME-2</application>.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libbonobo-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libbonobo-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libbonobo-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libbonobo-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libbonobo-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libbonobo-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">libbonobo Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="dbus-glib"/>,
63 <xref linkend="intltool"/>,
64 <xref linkend="libxml2"/>,
65 <xref linkend="ORBit2"/>,
66 <xref linkend="popt"/>,
67 <xref linkend="perl-xml-parser"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="x-window-system"/> and
71 <xref linkend="gtk-doc"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/libbonobo"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of libbonobo</title>
80
81 <para>Install <application>libbonobo</application> by running the following
82 commands:</para>
83
84<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
85 --sysconfdir=&gnome-etc-dir; \
86 --libexecdir=$(pkg-config \
87 --variable=prefix ORBit-2.0)/lib/bonobo \
88 --mandir=$(pkg-config \
89 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
90make</userinput></screen>
91
92 <para>To test the results, issue: <command>make check</command>.</para>
93
94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
95
96<screen role="root"><userinput>make install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="../../xincludes/gnome-prefix.xml"/>
105
106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/gnome-sysconfdir.xml"/>
108
109 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
110 ORBit-2.0)/lib/bonobo</parameter>: This parameter causes the libexec
111 files to be installed in the preferred location of
112 <filename class="directory">$GNOME_PREFIX/lib/bonobo</filename> instead of
113 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/gnome-mandir.xml"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/gtk-doc-rebuild.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>activation-client, bonobo-slay, echo-client-2,
133 bonobo-activation-run-query, bonobo-activation-server, and
134 bonobo-activation-sysconf</seg>
135 <seg>libbonobo-2.{so,a}, libbonobo-activation.{so,a},
136 <application>ORBit-2</application> bonobo module, bonobo
137 servers, and libmoniker_std_2.{so,a} bonobo library</seg>
138 <seg>&gnome-etc-dir;/bonobo-activation and the following subdirectories
139 of <envar>$GNOME_PREFIX</envar>/:
140 include/{bonobo-activation-2.0,libbonobo-2.0},
141 lib/{bonobo{,-2.0},libbonobo}, and
142 share/{gtk-doc/html/{bonobo-activation,libbonobo},
143 idl/bonobo-{,activation-}2.0}</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libbonobo-2">
153 <term><filename class='libraryfile'>libbonobo-2.{so,a}</filename></term>
154 <listitem>
155 <para>are a set of language and system independent CORBA interfaces
156 for creating reusable components and compound documents.</para>
157 <indexterm zone="libbonobo libbonobo-2">
158 <primary sortas="c-libbonobo-2">libbonobo-2.{so,a}</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.