Author: manuel Date: 2005-05-08 02:57:14 -0600 (Sun, 08 May 2005) New Revision: 4048
Modified: trunk/BOOK/kde/core/arts.xml Log: Tagged arts.xml Modified: trunk/BOOK/kde/core/arts.xml =================================================================== --- trunk/BOOK/kde/core/arts.xml 2005-05-07 20:08:00 UTC (rev 4047) +++ trunk/BOOK/kde/core/arts.xml 2005-05-08 08:57:14 UTC (rev 4048) @@ -4,247 +4,250 @@ <!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-md5sum "a155bb00f56c71bc475890249e2dcaa9"> -<!ENTITY arts-size "984 KB"> -<!ENTITY arts-buildsize "31.2 MB"> -<!ENTITY arts-time "1.0 SBU"> + <!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-md5sum "a155bb00f56c71bc475890249e2dcaa9"> + <!ENTITY arts-size "984 KB"> + <!ENTITY arts-buildsize "31.2 MB"> + <!ENTITY arts-time "1.0 SBU"> ]> <sect1 id="aRts" xreflabel="aRts-&arts-version;"> -<?dbhtml filename="arts.html"?> -<sect1info> - <othername>$LastChangedBy$</othername> - <date>$Date$</date> -</sect1info> + <?dbhtml filename="arts.html"?> -<title>aRts-&arts-version;</title> + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> -<indexterm zone='aRts'> - <primary sortas='a-ARts'>aRts</primary> -</indexterm> + <title>aRts-&arts-version;</title> -<sect2 role="package"> -<title>Introduction to aRts</title> + <indexterm zone='aRts'> + <primary sortas='a-ARts'>aRts</primary> + </indexterm> -<para>The Analog Real-time Synthesizer (<application>aRts</application>) -provides sound support for KDE and necessary libraries for -<application>kdelibs</application>.</para> + <sect2 role="package"> + <title>Introduction to aRts</title> -<bridgehead renderas="sect3">Package Information</bridgehead> -<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 MD5 sum: &arts-md5sum;</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> + <para>The Analog Real-time Synthesizer (<application>aRts</application>) + provides sound support for <application>KDE</application> and necessary + libraries for <application>kdelibs</application>.</para> -<bridgehead renderas="sect3">aRts Dependencies</bridgehead> + <bridgehead renderas="sect3">Package Information</bridgehead> + <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 MD5 sum: &arts-md5sum;</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> -<bridgehead renderas="sect4">Required</bridgehead> -<para><xref linkend="qt"/> and - <xref linkend="glib2"/> -</para> + <bridgehead renderas="sect3">aRts Dependencies</bridgehead> -<bridgehead renderas="sect4">Recommended</bridgehead> -<para><xref linkend="libjpeg"/></para> + <bridgehead renderas="sect4">Required</bridgehead> + <para><xref linkend="qt"/> and + <xref linkend="glib2"/></para> -<bridgehead renderas="sect4">Optional</bridgehead> -<para><xref linkend="libogg"/>, - <xref linkend="libvorbis"/>, - <xref linkend="alsa"/>, - <xref linkend="audiofile"/>, - <xref linkend="libmad"/>, - <xref linkend="esound"/>, - <ulink url="http://www.mediaapplicationserver.net/">MAS</ulink>, and - <ulink url="http://jackit.sourceforge.net/">JACK</ulink> -</para> + <bridgehead renderas="sect4">Recommended</bridgehead> + <para><xref linkend="libjpeg"/></para> -</sect2> + <bridgehead renderas="sect4">Optional</bridgehead> + <para><xref linkend="libogg"/>, + <xref linkend="libvorbis"/>, + <xref linkend="alsa"/>, + <xref linkend="audiofile"/>, + <xref linkend="libmad"/>, + <xref linkend="esound"/>, + <ulink url="http://www.mediaapplicationserver.net/">MAS</ulink>, and + <ulink url="http://jackit.sourceforge.net/">JACK</ulink></para> -<sect2 role="installation"> -<title>Installation of aRts</title> + </sect2> -<para>Install <application>aRts</application> by running -the following commands:</para> + <sect2 role="installation"> + <title>Installation of aRts</title> + <para>Install <application>aRts</application> by running + the following commands:</para> + <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && make</userinput></screen> -<para>Now, as the <systemitem class="username">root</systemitem> user:</para> + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> <screen role='root'><userinput>make install</userinput></screen> -</sect2> + </sect2> -<sect2 role="commands"> -<title>Command Explanations</title> + <sect2 role="commands"> + <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>. -<application>aRts</application> is installed here as -it's required before installing KDE.</para> + <para><parameter>--prefix=&kde-dir;</parameter>: This option + tells the process to install the package in + <filename class="directory">&kde-dir;</filename>. + <application>aRts</application> is installed here as it's required + before installing <application>KDE</application>.</para> -<para><parameter>--disable-debug</parameter>: This option causes the -package to be compiled without debugging code.</para> + <para><parameter>--disable-debug</parameter>: This option causes the + package to be compiled without debugging code.</para> -<para><parameter>--disable-dependency-tracking</parameter>: This option -speeds up one time builds.</para> + <para><parameter>--disable-dependency-tracking</parameter>: This option + speeds up one time builds.</para> -</sect2> + </sect2> -<sect2 role="content"> -<title>Contents</title> + <sect2 role="content"> + <title>Contents</title> -<segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Libraries</segtitle> + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> - <seglistitem> - <seg>artsd, artswrapper, artsshell, artsplay, artsdsp, artscat, arts-control, - artsc-config, mcopidl</seg> - <seg>aRts libraries</seg> - </seglistitem> -</segmentedlist> + <seglistitem> + <seg>artsd, artswrapper, artsshell, artsplay, artsdsp, artscat, arts-control, + artsc-config, and mcopidl</seg> + <seg>aRts libraries</seg> + <seg>None</seg> + </seglistitem> + </segmentedlist> -<variablelist> - <bridgehead renderas="sect3">Short Descriptions</bridgehead> - <?dbfo list-presentation="list"?> - <?dbhtml list-presentation="table"?> + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> -<varlistentry id="artsd"> - <term><command>artsd</command></term> - <listitem> - <para>is a daemon that provides access to the sound hardware resources.</para> - <indexterm zone="aRts artsd"> - <primary sortas="b-artsd">artsd</primary> - </indexterm> - </listitem> -</varlistentry> + <varlistentry id="artsd"> + <term><command>artsd</command></term> + <listitem> + <para>is a daemon that provides access to the sound hardware resources.</para> + <indexterm zone="aRts artsd"> + <primary sortas="b-artsd">artsd</primary> + </indexterm> + </listitem> + </varlistentry> -<varlistentry id="artswrapper"> - <term><command>artswrapper</command></term> - <listitem> - <para>is a small wrapper program artswrapper which simply sets - real-time priority (running as root) - and then executes artsd as a non-root user.</para> - <indexterm zone="aRts artswrapper"> - <primary sortas="b-artswrapper">artswrapper</primary> - </indexterm> - </listitem> -</varlistentry> + <varlistentry id="artswrapper"> + <term><command>artswrapper</command></term> + <listitem> + <para>is a small wrapper program which simply sets real-time priority + (running as <systemitem class="username">root</systemitem>) + and then executes <command>artsd</command> as a non-root user.</para> + <indexterm zone="aRts artswrapper"> + <primary sortas="b-artswrapper">artswrapper</primary> + </indexterm> + </listitem> + </varlistentry> -<varlistentry id="artsshell"> - <term><command>artsshell</command></term> - <listitem> - <para>is intended as a utility to perform miscellaneous functions - related to the sound server.</para> - <indexterm zone="aRts artsshell"> - <primary sortas="b-artsshell">artsshell</primary> - </indexterm> - </listitem> -</varlistentry> + <varlistentry id="artsshell"> + <term><command>artsshell</command></term> + <listitem> + <para>is intended as a utility to perform miscellaneous functions + related to the sound server.</para> + <indexterm zone="aRts artsshell"> + <primary sortas="b-artsshell">artsshell</primary> + </indexterm> + </listitem> + </varlistentry> -<varlistentry id="artsplay"> - <term><command>artsplay</command></term> - <listitem> - <para>is a simple utility to play a sound file.</para> - <indexterm zone="aRts artsplay"> - <primary sortas="b-artsplay">artsplay</primary> - </indexterm> - </listitem> -</varlistentry> + <varlistentry id="artsplay"> + <term><command>artsplay</command></term> + <listitem> + <para>is a simple utility to play a sound file.</para> + <indexterm zone="aRts artsplay"> + <primary sortas="b-artsplay">artsplay</primary> + </indexterm> + </listitem> + </varlistentry> -<varlistentry id="artsdsp"> - <term><command>artsdsp</command></term> - <listitem> - <para>provides an interim solution that allows most of legacy - sound applications to run unchanged.</para> - <indexterm zone="aRts artsdsp"> - <primary sortas="b-artsdsp">artsdsp</primary> - </indexterm> - </listitem> -</varlistentry> + <varlistentry id="artsdsp"> + <term><command>artsdsp</command></term> + <listitem> + <para>provides an interim solution that allows most of legacy + sound applications to run unchanged.</para> + <indexterm zone="aRts artsdsp"> + <primary sortas="b-artsdsp">artsdsp</primary> + </indexterm> + </listitem> + </varlistentry> -<varlistentry id="artscat"> - <term><command>artscat</command></term> - <listitem> - <para>is a simple utility to send raw audio data to the sound server.</para> - <indexterm zone="aRts artscat"> - <primary sortas="b-artscat">artscat</primary> - </indexterm> - </listitem> -</varlistentry> + <varlistentry id="artscat"> + <term><command>artscat</command></term> + <listitem> + <para>is a simple utility to send raw audio data to the sound server.</para> + <indexterm zone="aRts artscat"> + <primary sortas="b-artscat">artscat</primary> + </indexterm> + </listitem> + </varlistentry> -<varlistentry id="artscontrol"> - <term><command>artscontrol</command></term> - <listitem> - <para>is a graphical utility for performing a number of tasks - related to the sound server.</para> - <indexterm zone="aRts artscontrol"> - <primary sortas="b-artscontrol">artscontrol</primary> - </indexterm> - </listitem> -</varlistentry> + <varlistentry id="artscontrol"> + <term><command>artscontrol</command></term> + <listitem> + <para>is a graphical utility for performing a number of tasks + related to the sound server.</para> + <indexterm zone="aRts artscontrol"> + <primary sortas="b-artscontrol">artscontrol</primary> + </indexterm> + </listitem> + </varlistentry> -<varlistentry id="artsc-config"> - <term><command>artsc-config</command></term> - <listitem> - <para>is a utility to assist developers using the aRts C API.</para> - <indexterm zone="aRts artsc-config"> - <primary sortas="b-artsc-config">artsc-config</primary> - </indexterm> - </listitem> -</varlistentry> + <varlistentry id="artsc-config"> + <term><command>artsc-config</command></term> + <listitem> + <para>is a utility to assist developers using the + <application>aRts</application> C API.</para> + <indexterm zone="aRts artsc-config"> + <primary sortas="b-artsc-config">artsc-config</primary> + </indexterm> + </listitem> + </varlistentry> -<varlistentry id="mcopidl"> - <term><command>mcopidl</command></term> - <listitem> - <para>is the Interface Definition Language (IDL) file compiler for MCOP, - the Multimedia Communication Protocol used by aRts.</para> - <indexterm zone="aRts mcopidl"> - <primary sortas="b-mcopidl">mcopidl</primary> - </indexterm> - </listitem> -</varlistentry> + <varlistentry id="mcopidl"> + <term><command>mcopidl</command></term> + <listitem> + <para>is the Interface Definition Language (IDL) file compiler for MCOP, the + Multimedia Communication Protocol used by <application>aRts</application>.</para> + <indexterm zone="aRts mcopidl"> + <primary sortas="b-mcopidl">mcopidl</primary> + </indexterm> + </listitem> + </varlistentry> -<varlistentry id="libaRts"> - <term><filename class='libraryfile'>aRts Libraries</filename></term> - <listitem> - <para>contains functions that support aRts programs.</para> - <indexterm zone="aRts libaRts"> - <primary sortas="c-libaRts">aRts Libraries</primary> - </indexterm> - </listitem> -</varlistentry> + <varlistentry id="libaRts"> + <term><filename class='libraryfile'>aRts Libraries</filename></term> + <listitem> + <para>contains functions that support <application>aRts</application> + programs.</para> + <indexterm zone="aRts libaRts"> + <primary sortas="c-libaRts">aRts Libraries</primary> + </indexterm> + </listitem> + </varlistentry> -</variablelist> + </variablelist> -<para>To find out information about <application>aRts</application> and the -various programs included in the package, see <ulink -url="http://docs.kde.org/en/3.3/kdemultimedia/artsbuilder/">The -<application>aRts</application> 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>aRts</application> -documentation in your language.</para> + <para>To find out information about <application>aRts</application> and the + various programs included in the package, see <ulink + url="http://docs.kde.org/en/3.3/kdemultimedia/artsbuilder/">The + <application>aRts</application> 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>aRts</application> + documentation in your language.</para> -</sect2> + </sect2> </sect1> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
