glfs/gnome/otherlibs/bonobo14.xml
Randy McMurchy 6732c09460 Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6716 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-04-04 19:42:53 +00:00

138 lines
4.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY bonobo14-download-http "&gnome-download-http;/bonobo/1.0/bonobo-&bonobo14-version;.tar.bz2">
<!ENTITY bonobo14-download-ftp "&gnome-download-ftp;/bonobo/1.0/bonobo-&bonobo14-version;.tar.bz2">
<!ENTITY bonobo14-md5sum "7718c374ed82911b24d95fa3ab55dda5">
<!ENTITY bonobo14-size "1.2 MB">
<!ENTITY bonobo14-buildsize "48 MB">
<!ENTITY bonobo14-time "1.5 SBU">
]>
<sect1 id="bonobo14" xreflabel="Bonobo-&bonobo14-version;">
<?dbhtml filename="bonobo14.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Bonobo-&bonobo14-version;</title>
<indexterm zone="bonobo14">
<primary sortas="a-Bonobo">Bonobo</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Bonobo</title>
<para>The <application>Bonobo</application> package contains a set of
language and system independent CORBA interfaces for creating
reusable components, controls and compound documents.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&bonobo14-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&bonobo14-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &bonobo14-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &bonobo14-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &bonobo14-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &bonobo14-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Bonobo Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="oaf"/> and
<xref linkend="gnome-print"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/bonobo14"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Bonobo</title>
<para>Install <application>Bonobo</application> by running the following
commands:</para>
<screen><userinput>sed -i 's/static \(const struct CORBA\)/\1/' tests/test-any.c &amp;&amp;
./configure --prefix=/opt/gnome-1.4 &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>make install &amp;&amp;
install -v -m755 -d /opt/gnome-1.4/share/doc/bonobo-&bonobo14-version; &amp;&amp;
install -v -m644 doc/{FAQ,Monikers,*.txt} \
/opt/gnome-1.4/share/doc/bonobo-&bonobo14-version;</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i '...' tests/test-any.c</command>: This command fixes
a problem if the package is compiled using
<application>GCC</application>-4.0.x.</para>
<para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
<application>Bonobo</application> in the
<application>GNOME</application> 1.4 directory structure.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>bonobo-application-x-mines, bonobo-audio-ulaw, bonobo-echo,
bonobo-moniker-gunzip, bonobo-moniker-http, bonobo-sample-canvas-item,
bonobo-sample-controls, bonobo-sample-hello, bonobo-sample-paint,
bonobo-selector, bonobo-text-plain, echo-client, efstool, gshell,
libefs-config, moniker-test, sample-container and
sample-control-container</seg>
<seg>libbonobo.{so,a}, libbonobobox.{so,a}, libbonobo-print.{so,a},
libefs.{so,a} and <application>Bonobo</application> plugin and
moniker modules</seg>
<seg>/opt/gnome-1.4/include/gnome-1.0/bonobo,
/opt/gnome-1.4/lib/bonobo,
/opt/gnome-1.4/share/bonobo,
/opt/gnome-1.4/share/doc/bonobo-1.0.22,
/opt/gnome-1.4/share/gnome/bonobo,
/opt/gnome-1.4/share/gnome/ui and
/opt/gnome-1.4/share/libefs</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>