Changeset 7172e4f


Ignore:
Timestamp:
07/27/2004 10:05:11 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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
Children:
4b93ac2
Parents:
7207056
Message:

Added pkgconfig and tcpwrappers as optional dependencies of ORBit

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/otherlibs/orbit.xml

    r7207056 r7172e4f  
    1010<!ENTITY ORBit-buildsize "51.4 MB">
    1111<!ENTITY ORBit-time "0.73 SBU">
    12 
    1312]>
    1413
     
    2019<title>Introduction to <application><acronym>ORB</acronym>it</application></title>
    2120
    22 <para>The <application><acronym>ORB</acronym>it</application> package contains a high-performance
    23 <acronym>CORBA</acronym> Object Request Broker. This allows programs to send requests and receive
    24 replies from other programs.</para>
     21<para>The <application><acronym>ORB</acronym>it</application> package contains
     22a high-performance <acronym>CORBA</acronym> Object Request Broker. This allows
     23programs to send requests and receive replies from other programs.</para>
    2524
    2625<sect3><title>Package information</title>
     
    3635&ORBit-time;</para></listitem></itemizedlist>
    3736</sect3>
    38                                                                                
    39 <sect3><title><application><acronym>ORB</acronym>it</application> dependencies</title>
     37
     38<sect3><title><application><acronym>ORB</acronym>it</application>
     39dependencies</title>
    4040<sect4><title>Required</title>
    4141<para><xref linkend="GLib"/></para></sect4>
     42<sect4><title>Optional</title>
     43<para><xref linkend="pkgconfig"/> and <xref linkend="tcpwrappers"/></para>
     44</sect4>
    4245</sect3>
    4346
     
    4548
    4649<sect2>
    47 <title>Installation of <application><acronym>ORB</acronym>it</application></title>
     50<title>Installation of <application><acronym>ORB</acronym>it</application>
     51</title>
    4852
    49 <para>Install <application><acronym>ORB</acronym>it</application> by running the following
    50 commands:</para>
     53<para>Install <application><acronym>ORB</acronym>it</application> by running
     54the following commands:</para>
    5155
    5256<screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
     
    5963<title>Contents</title>
    6064
    61 <para>The <application><acronym>ORB</acronym>it</application> package contains <filename
    62 class="libraryfile">libIDL</filename>,
    63 <filename class="libraryfile">libIIOP</filename>, <filename
    64 class="libraryfile">libORBit</filename>,
     65<para>The <application><acronym>ORB</acronym>it</application> package contains
     66<filename class="libraryfile">libIDL</filename>,
     67<filename class="libraryfile">libIIOP</filename>,
     68<filename class="libraryfile">libORBit</filename>,
    6569<filename class="libraryfile">libORBitCosNaming</filename> and
    6670<filename class="libraryfile">libORBitutil</filename> libraries.</para>
     
    7175
    7276<sect3><title>libIDL</title>
    73 <para><filename class="libraryfile">libIDL</filename> library is the Interface Definition Language mappings for CORBA.</para></sect3>
     77<para><filename class="libraryfile">libIDL</filename> library is the Interface
     78Definition Language mappings for CORBA.</para></sect3>
    7479
    7580<sect3><title>libIIOP</title>
    76 <para><filename class="libraryfile">libIIOP</filename> library is for low level CORBA communications.</para></sect3>
     81<para><filename class="libraryfile">libIIOP</filename> library is for low level
     82CORBA communications.</para></sect3>
    7783
    7884<sect3><title>libORBit</title>
    79 <para><filename class="libraryfile">libORBit</filename> library is the CORBA API.</para></sect3>
     85<para><filename class="libraryfile">libORBit</filename> library is the CORBA
     86API.</para></sect3>
    8087
    8188<sect3><title>libORBitCosNaming</title>
  • introduction/welcome/changelog.xml

    r7207056 r7172e4f  
    2020
    2121<listitem><para>July 27th, 2004 [randy]: Added pkgconfig as an optional
    22 dependency of GTK-Doc and Glib-1.2.10</para></listitem>
     22dependency of GTK-Doc, Glib-1.2.10 and ORBit; added tcpwrappers as an
     23optional dependency of ORBit.</para></listitem>
    2324
    2425<listitem><para>July 27th, 2004 [randy]: Added 'Contents', 'Description' and
Note: See TracChangeset for help on using the changeset viewer.