glfs/kde/core/arts.xml
Randy McMurchy 583760d033 Updated to KDE-3.2.3 (not all package download sizes, build sizes, SBUs and ancillary instructions have been updated)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2605 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-12 05:26:30 +00:00

117 lines
3.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2">
<!ENTITY arts-download-ftp "&kde-download-ftp;/arts-&arts-version;.tar.bz2">
<!ENTITY arts-size "965 KB">
<!ENTITY arts-buildsize "31 MB">
<!ENTITY arts-time "1.73 SBU">
]>
<sect1 id="kde-core-arts" xreflabel="aRts-&arts-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="arts.html"?>
<title>aRts-&arts-version;</title>
<sect2><title>Introduction to
<application><acronym>aRts</acronym></application></title>
<para>The Analog Real-time Synthesizer (<acronym>aRts</acronym>)
provides sound support for <acronym>KDE</acronym> and necessary
libraries for <application>kdelibs</application>.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&arts-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&arts-download-ftp;"/></para></listitem>
<listitem><para>Download size: &arts-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&arts-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&arts-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>aRts</application> dependencies</title>
<sect4><title>Required</title>
<para>
<xref linkend="qt"/> and
<xref linkend="GLib2"/>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="libjpeg"/>,
<xref linkend="libogg"/>,
<xref linkend="libvorbis"/>,
<xref linkend="alsa"/>,
<xref linkend="audiofile"/>,
<xref linkend="pkgconfig"/>,
<xref linkend="libmad"/>,
<xref linkend="esound"/> and
<ulink url="http://www.mediaapplicationserver.net/">MAS</ulink>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>aRts</application></title>
<para>Install <application>aRts</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2><title>Command explanations</title>
<para><parameter>--prefix=&kde-dir;</parameter> : This option tells the
process to install the package in
<filename class="directory">&kde-dir;</filename>. aRts is installed here as
it's required before installing <acronym>KDE</acronym>.</para>
<para><option>--disable-debug</option> : This option causes the
package to be compiled without debugging code.</para>
<para><option>--disable-dependency-tracking</option> : This option
speeds up one time builds.</para>
</sect2>
<sect2><title>Contents</title>
<para><application><acronym>aRts</acronym></application> contains
<command>artsc-config</command>, <command>artscat</command>,
<command>artsd</command>, <command>artsdsp</command>,
<command>artsplay</command>, <command>artsrec</command>,
<command>artsshell</command>, <command>artswrapper</command>,
<command>mcopidl</command>,
<application><acronym>aRts</acronym></application> libraries and
<acronym>MCOP</acronym> objects.</para>
</sect2>
<sect2><title>Description</title>
<para>To find out information about
<application><acronym>aRts</acronym></application> and the various programs
included in the package, see
<ulink url="http://docs.kde.org/en/3.2/kdemultimedia/artsbuilder/">The aRts
Handbook</ulink>. For information in languages other then English, see the
<ulink url="http://docs.kde.org/">KDE Documentation</ulink> and navigate to
the <application><acronym>aRts</acronym></application> documentation in your
language.</para>
</sect2>
</sect1>