mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Index aRts
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3384 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
af702c1abf
commit
6275877d0d
@ -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>
|
||||
|
||||
|
@ -12,16 +12,18 @@
|
||||
<!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>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?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 &&
|
||||
make &&
|
||||
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,28 +104,136 @@ 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>
|
||||
|
||||
<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>
|
||||
|
||||
<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.3/kdemultimedia/artsbuilder/">The
|
||||
<application><acronym>aRts</acronym></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><acronym>aRts</acronym></application> documentation in your
|
||||
<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.3/kdemultimedia/artsbuilder/">The
|
||||
<application><acronym>aRts</acronym></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><acronym>aRts</acronym></application> documentation in your
|
||||
language.</para>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
@ -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>
|
||||
|
@ -26,7 +26,7 @@ and output — 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>
|
||||
|
Loading…
Reference in New Issue
Block a user