Changeset 4ee53fa2 for kde/core/arts.xml


Ignore:
Timestamp:
09/17/2003 04:30:29 AM (21 years ago)
Author:
Igor Živković <igor@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
64941d1a
Parents:
146073c
Message:

update to KDE-3.1.4 (incomplete - left for Bruce to review and finish)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/arts.xml

    r146073c r4ee53fa2  
    1 <sect1 id="kde-core-arts" xreflabel="arts-&arts-version;">
     1<sect1 id="kde-core-arts" xreflabel="aRts-&arts-version;">
    22<?dbhtml filename="arts.html" dir="kde"?>
    33<title>aRts-&arts-version;</title>
    44
    5 <para><screen>Download location (FTP):    <ulink url="&arts-download-ftp;"/>
    6 Version used:               &arts-version;
    7 Package size:               &arts-download-size;
    8 Estimated build disk space: &arts-build-size;
    9 Estimated installed space:  &arts-install-size;
    10 Estimated build time:       &arts-build-time;</screen></para>
     5<sect2><title>Introduction to <application><acronym>aRts</acronym></application></title>
    116
    12 <para>The Analog Real-time Synthesizer (aRts) provides sound support for KDE. 
    13 It provides necessary libraries for kdelibs.  The following package is required to install aRts:
    14 <screen><xref linkend="qt"/></screen></para>
     7<para>The Analog Real-time Synthesizer (<acronym>aRts</acronym>)
     8provides sound support for <acronym>KDE</acronym>. It provides necessary
     9libraries for kdelibs.</para>
    1510
    16 <para>It will use the following recommended packages, if installed:
    17 <screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/></screen></para>
     11<sect3><title>Package information</title>
     12<itemizedlist spacing='compact'>
     13<listitem><para>Download (HTTP): <ulink url="&arts-download-http;"/></para></listitem>
     14<listitem><para>Download (FTP): <ulink url="&arts-download-ftp;"/></para></listitem>
     15<listitem><para>Download size: &arts-size;</para></listitem>
     16<listitem><para>Estimated Disk space required: &arts-buildsize;</para></listitem>
     17<listitem><para>Estimated build time: &arts-time;</para></listitem></itemizedlist>
     18</sect3>
    1819
    19 <para>Before starting the build, ensure you have the
    20 <envar>QTDIR</envar> environment variable set
    21 <screen><userinput>export QTDIR=/opt/qt</userinput></screen></para>
     20<sect3><title><application>aRts</application> dependencies</title>
     21<sect4><title>Required</title>
     22<para><xref linkend="qt"/></para></sect4>
     23<sect4><title>Recommended</title>
     24<para><xref linkend="alsa"/>, <xref linkend="audiofile"/> and <xref
     25linkend="libvorbis"/></para></sect4>
     26<sect4><title>Optional</title>
     27<para><xref linkend="pkgconfig"/>, <xref
     28linkend="GLib2"/> and <xref linkend="libmad"/></para></sect4>
     29</sect3>
    2230
     31</sect2>
    2332
    24 <para><screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     33<sect2>
     34<title>Installation of <application>aRts</application></title>
     35
     36<para>Before starting the build, ensure you have the
     37<envar>QTDIR</envar> environment variable set:
     38<screen><userinput><command>export QTDIR=/opt/qt</command></userinput></screen></para>
     39
     40<para>Install <application>aRts</application> by running the
     41following commands:</para>
     42
     43<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    2544     --disable-dependency-tracking &amp;&amp;
    2645make &amp;&amp;
    2746make install &amp;&amp;
    28 ln -sfn &kde-dir; /opt/kde</userinput></screen></para>
     47ln -sfn &kde-dir; /opt/kde</command></userinput></screen>
    2948
    30 <note><para>Another configure option is <userinput>--enable-final</userinput>.
     49<note><para>Another configure option is <command>--enable-final</command>.
    3150This option can speed up the build process, but requires a lot of memory.  If
    3251you have less than 256MB of RAM, this option may cause swapping and
    3352significantly slow compilation.</para></note>
    3453
    35 <sect2><title>aRts Installation Command explanations</title>
    36 <para><userinput>--prefix=&kde-dir;</userinput> : This option tells the
     54</sect2>
     55
     56<sect2><title>Command explanations</title>
     57<para><command>--prefix=&kde-dir;</command> : This option tells the
    3758process to install the package in <filename
    38 class="directory">&kde-dir;</filename>.  We put aRts here because this
    39 package is required before installing KDE.</para>
     59class="directory">&kde-dir;</filename>. We put aRts here because this
     60package is required before installing <acronym>KDE</acronym>.</para>
    4061
    41 <para><userinput>--disable-debug</userinput> : This option causes the
     62<para><command>--disable-debug</command> : This option causes the
    4263system to be compiled without debugging code.
    4364</para>
    4465
    45 <para><userinput>--disable-dependency-tracking</userinput> : This option speeds
     66<para><command>--disable-dependency-tracking</command> : This option speeds
    4667up one time builds.</para>
    4768
    48 <para><userinput>ln -sfn &kde-dir; /opt/kde</userinput> : This command creates
    49 a link for access to KDE.  If a newer version of KDE is released, the new
    50 system can be built by changing the <userinput>--prefix</userinput> location
     69<para><command>ln -sfn &kde-dir; /opt/kde</command> : This command creates
     70a link for access to <acronym>KDE</acronym>. If a newer version of
     71<acronym>KDE</acronym> is released, the new
     72system can be built by changing the <command>--prefix</command> location
    5173and then set up by changing the link as this command does.
    5274</para>
     
    5577
    5678<sect2><title>Configuring aRts</title>
     79
     80<sect3><title>Configuration Information</title>
     81
    5782<para>The library directory <filename class="directory">/opt/kde/lib</filename>
    5883should appear in <filename>/etc/ld.so.conf</filename>
    5984so that ldd can find the shared libraries. The following command will add it
    6085if it is missing:
    61 <screen><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</userinput>
     86
     87<screen><userinput><command>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
    6288# Begin kde addition to /etc/ld.so.conf
    6389
     
    6591
    6692# End kde addition
    67 <userinput>EOF
    68 ldconfig</userinput></screen></para>
     93EOF
     94ldconfig</command></userinput></screen></para>
     95
     96</sect3>
     97
    6998</sect2>
    7099</sect1>
Note: See TracChangeset for help on using the changeset viewer.