Index aRts

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3384 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2005-02-04 00:15:46 +00:00
parent af702c1abf
commit 6275877d0d
4 changed files with 144 additions and 28 deletions

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>February 3rd, 2005 [bdubbs]: Added index items to
aRts.</para></listitem>
<listitem><para>February 3rd, 2005 [dj]: Added index items to
Postfix.</para></listitem>

View File

@ -12,7 +12,7 @@
<!ENTITY arts-time "2.00 SBU">
]>
<sect1 id="kde-core-arts" xreflabel="aRts-&arts-version;">
<sect1 id="aRts" xreflabel="aRts-&arts-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
@ -20,8 +20,10 @@
<?dbhtml filename="arts.html"?>
<title><application><acronym>aRts</acronym></application>-&arts-version;</title>
<sect2><title>Introduction to
<application><acronym>aRts</acronym></application></title>
<sect2><title>Introduction to <application><acronym>aRts</acronym></application></title>
<indexterm zone='aRts'>
<primary sortas='a-ARts'>aRts</primary>
</indexterm>
<para>The Analog Real-time Synthesizer
(<application><acronym>aRts</acronym></application>) provides
@ -77,8 +79,11 @@ 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>
make</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
@ -99,18 +104,125 @@ 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>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
</sect2>
<seglistitem>
<seg>artsd, artswrapper, artsshell, artsplay, artsdsp, artscat, arts-control,
artsc-config, mcopidl</seg>
<seg>aRts libraries</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<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="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="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="artscontrol">
<term><command>artscontrol</command></term>
<listitem>
<para>s 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="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="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>
</variablelist>
<sect2><title>Description</title>
<para>To find out information about
<application><acronym>aRts</acronym></application> and the various programs
included in the package, see
@ -121,6 +233,7 @@ information in languages other then English, see the
the <application><acronym>aRts</acronym></application> documentation in your
language.</para>
</sect2>
</sect1>

View File

@ -60,7 +60,7 @@ url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdelibs-kioslave.patc
<sect3><title><application>kdelibs</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="kde-core-arts"/></para>
<para><xref linkend="aRts"/></para>
</sect4>
<sect4><title>Recommended</title>

View File

@ -26,7 +26,7 @@ and output &mdash; connected to each other.</para>
libraries for <acronym>KDE</acronym>, however it can be installed as a
standalone package. The installation instructions for
<application><acronym>aRts</acronym></application> can be found in the
<xref linkend="kde-core-arts"/> portion of the <acronym>KDE</acronym>
<xref linkend="aRts"/> portion of the <acronym>KDE</acronym>
installation instructions.</para>
</sect1>