2003-09-17 12:30:29 +08:00
|
|
|
<sect1 id="kde-core-arts" xreflabel="aRts-&arts-version;">
|
2002-07-08 04:33:24 +08:00
|
|
|
<?dbhtml filename="arts.html" dir="kde"?>
|
2002-09-15 05:47:22 +08:00
|
|
|
<title>aRts-&arts-version;</title>
|
2002-07-08 04:33:24 +08:00
|
|
|
|
2003-10-20 23:43:01 +08:00
|
|
|
<sect2><title>Introduction to <application><acronym>aRts</acronym></application></title>
|
2002-07-08 04:33:24 +08:00
|
|
|
|
2003-10-20 23:43:01 +08:00
|
|
|
<para>The Analog Real-time Synthesizer (<acronym>aRts</acronym>)
|
|
|
|
provides sound support for <acronym>KDE</acronym>. It provides necessary
|
|
|
|
libraries for kdelibs.</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>
|
2004-02-27 02:16:46 +08:00
|
|
|
<para>
|
|
|
|
<xref linkend="qt"/> and
|
|
|
|
<xref linkend="GLib2"/>
|
|
|
|
</para></sect4>
|
2003-10-20 23:43:01 +08:00
|
|
|
<sect4><title>Optional</title>
|
2004-02-15 16:24:56 +08:00
|
|
|
<para>
|
|
|
|
<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>
|
2003-10-20 23:43:01 +08:00
|
|
|
</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 \
|
2004-01-25 08:56:23 +08:00
|
|
|
--disable-dependency-tracking &&
|
2003-10-20 23:43:01 +08:00
|
|
|
make &&
|
|
|
|
make install &&
|
2004-04-17 18:10:56 +08:00
|
|
|
ln -sfn kde-&kde-version; /opt/kde</command></userinput></screen>
|
2003-10-20 23:43:01 +08:00
|
|
|
|
2004-01-25 08:56:23 +08:00
|
|
|
<note><para>Another configure option is <parameter>--enable-final</parameter>.
|
2003-10-20 23:43:01 +08:00
|
|
|
This option can speed up the build process, but requires a lot of memory. If
|
|
|
|
you have less than 256MB of RAM, this option may cause swapping and
|
|
|
|
significantly slow compilation.</para></note>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Command explanations</title>
|
2004-01-25 08:56:23 +08:00
|
|
|
<para><parameter>--prefix=&kde-dir;</parameter> : This option tells the
|
2003-10-20 23:43:01 +08:00
|
|
|
process to install the package in <filename
|
|
|
|
class="directory">&kde-dir;</filename>. We put aRts here because this
|
|
|
|
package is required before installing <acronym>KDE</acronym>.</para>
|
|
|
|
|
2004-01-25 08:56:23 +08:00
|
|
|
<para><parameter>--disable-debug</parameter> : This option causes the
|
2003-10-20 23:43:01 +08:00
|
|
|
system to be compiled without debugging code.
|
|
|
|
</para>
|
|
|
|
|
2004-01-25 08:56:23 +08:00
|
|
|
<para><parameter>--disable-dependency-tracking</parameter> : This option speeds
|
2003-10-20 23:43:01 +08:00
|
|
|
up one time builds.</para>
|
|
|
|
|
2004-04-17 18:10:56 +08:00
|
|
|
<para><command>ln -sfn kde-&kde-version; /opt/kde</command> : This parameter creates
|
2003-10-20 23:43:01 +08:00
|
|
|
a link for access to <acronym>KDE</acronym>. If a newer version of
|
|
|
|
<acronym>KDE</acronym> is released, the new
|
2004-01-25 08:56:23 +08:00
|
|
|
system can be built by changing the <parameter>--prefix</parameter> location
|
|
|
|
and then set up by changing the link as this parameter does.
|
2003-10-20 23:43:01 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Configuring aRts</title>
|
|
|
|
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
|
|
|
|
<para>The library directory <filename class="directory">/opt/kde/lib</filename>
|
|
|
|
should appear in <filename>/etc/ld.so.conf</filename>
|
|
|
|
so that ldd can find the shared libraries. The following command will add it
|
|
|
|
if it is missing:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"
|
|
|
|
# Begin kde addition to /etc/ld.so.conf
|
|
|
|
|
|
|
|
/opt/kde/lib
|
|
|
|
|
|
|
|
# End kde addition
|
|
|
|
EOF
|
|
|
|
ldconfig</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2002-07-08 04:33:24 +08:00
|
|
|
</sect1>
|