From 6275877d0d94354c64e60814e8c052dfd50ba347 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 4 Feb 2005 00:15:46 +0000 Subject: [PATCH] Index aRts git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3384 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 3 + kde/core/arts.xml | 165 ++++++++++++++++++++++++----- kde/core/kdelibs.xml | 2 +- multimedia/libdriv/arts.xml | 2 +- 4 files changed, 144 insertions(+), 28 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3d97030525..6de746b7cf 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -22,6 +22,9 @@ who wrote what. +February 3rd, 2005 [bdubbs]: Added index items to +aRts. + February 3rd, 2005 [dj]: Added index items to Postfix. diff --git a/kde/core/arts.xml b/kde/core/arts.xml index 4f1e0986fc..5ab8e3e636 100644 --- a/kde/core/arts.xml +++ b/kde/core/arts.xml @@ -12,16 +12,18 @@ ]> - + -$LastChangedBy$ -$Date$ + $LastChangedBy$ + $Date$ <application><acronym>aRts</acronym></application>-&arts-version; -Introduction to -<application><acronym>aRts</acronym></application> +Introduction to <application><acronym>aRts</acronym></application> + + aRts + The Analog Real-time Synthesizer (aRts) provides @@ -77,8 +79,11 @@ the following commands: ./configure --prefix=&kde-dir; --disable-debug \ --disable-dependency-tracking && -make && -make install +make + +Now, as the root user: + +make install @@ -99,28 +104,136 @@ speeds up one time builds. Contents -aRts contains -artsc-config, artscat, -artsd, artsdsp, -artsplay, artsrec, -artsshell, artswrapper, -mcopidl, -aRts libraries and -MCOP objects. + + Installed Programs + Installed Libraries + + + artsd, artswrapper, artsshell, artsplay, artsdsp, artscat, arts-control, + artsc-config, mcopidl + aRts libraries + + + + + Short Descriptions + + + + artsd + + is a daemon that provides access to the sound hardware resources. + + artsd + + + + + + artswrapper + + is a small wrapper program artswrapper which simply sets real-time priority (running as root) + and then executes artsd as a non-root user. + + artswrapper + + + + + + artsshell + + is intended as a utility to perform miscellaneous functions related to the sound server. + + artsshell + + + + + + artsplay + + is a simple utility to play a sound file. + + artsplay + + + + + + artsdsp + + provides an interim solution that allows most of legacy sound applications to run unchanged. + + artsdsp + + + + + + artscat + + is a simple utility to send raw audio data to the sound server. + + artscat + + + + + + artscontrol + + s a graphical utility for performing a number of tasks related to the sound server. + + artscontrol + + + + + + artsc-config + + is a utility to assist developers using the aRts C API. + + artsc-config + + + + + + mcopidl + + is the Interface Definition Language (IDL) file compiler for MCOP, + the Multimedia Communication Protocol used by aRts. + + mcopidl + + + + + + aRts Libraries + + contains functions that support aRts programs. + + aRts Libraries + + + + + - - -Description -To find out information about -aRts and the various programs -included in the package, see -The -aRts Handbook. For -information in languages other then English, see the -KDE Documentation and navigate to -the aRts documentation in your +To find out information about +aRts and the various programs +included in the package, see +The +aRts Handbook. For +information in languages other then English, see the +KDE Documentation and navigate to +the aRts documentation in your language. + diff --git a/kde/core/kdelibs.xml b/kde/core/kdelibs.xml index 632dc2dffc..e9d595cc94 100644 --- a/kde/core/kdelibs.xml +++ b/kde/core/kdelibs.xml @@ -60,7 +60,7 @@ url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdelibs-kioslave.patc <application>kdelibs</application> dependencies Required - + Recommended diff --git a/multimedia/libdriv/arts.xml b/multimedia/libdriv/arts.xml index 2e7496d338..e536dfea02 100644 --- a/multimedia/libdriv/arts.xml +++ b/multimedia/libdriv/arts.xml @@ -26,7 +26,7 @@ and output — connected to each other. libraries for KDE, however it can be installed as a standalone package. The installation instructions for aRts can be found in the - portion of the KDE + portion of the KDE installation instructions.