Changeset 6275877 for kde/core/arts.xml


Ignore:
Timestamp:
02/04/2005 12:15:46 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7c27bc8
Parents:
af702c1
Message:

Index aRts

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3384 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/arts.xml

    raf702c1 r6275877  
    1313]>
    1414
    15 <sect1 id="kde-core-arts" xreflabel="aRts-&arts-version;">
     15<sect1 id="aRts" xreflabel="aRts-&arts-version;">
    1616<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1919</sect1info>
    2020<?dbhtml filename="arts.html"?>
    2121<title><application><acronym>aRts</acronym></application>-&arts-version;</title>
    2222
    23 <sect2><title>Introduction to
    24 <application><acronym>aRts</acronym></application></title>
     23<sect2><title>Introduction to <application><acronym>aRts</acronym></application></title>
     24<indexterm zone='aRts'>
     25  <primary sortas='a-ARts'>aRts</primary>
     26</indexterm>
    2527
    2628<para>The Analog Real-time Synthesizer
     
    7880<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    7981    --disable-dependency-tracking &amp;&amp;
    80 make &amp;&amp;
    81 make install</command></userinput></screen>
     82make</command></userinput></screen>
     83
     84<para>Now, as the root user:</para>
     85 
     86<screen><userinput role='root'><command>make install</command></userinput></screen>
    8287
    8388</sect2>
     
    100105
    101106<sect2><title>Contents</title>
    102 <para><application><acronym>aRts</acronym></application> contains
    103 <command>artsc-config</command>, <command>artscat</command>,
    104 <command>artsd</command>, <command>artsdsp</command>,
    105 <command>artsplay</command>, <command>artsrec</command>,
    106 <command>artsshell</command>, <command>artswrapper</command>,
    107 <command>mcopidl</command>,
    108 <application><acronym>aRts</acronym></application> libraries and
    109 <acronym>MCOP</acronym> objects.</para>
    110 
    111 </sect2>
    112 
    113 <sect2><title>Description</title>
    114 <para>To find out information about
    115 <application><acronym>aRts</acronym></application> and the various programs
    116 included in the package, see
    117 <ulink url="http://docs.kde.org/en/3.3/kdemultimedia/artsbuilder/">The
    118 <application><acronym>aRts</acronym></application> Handbook</ulink>. For
    119 information in languages other then English, see the
    120 <ulink url="http://docs.kde.org/">KDE Documentation</ulink> and navigate to
    121 the <application><acronym>aRts</acronym></application> documentation in your
     107<segmentedlist>
     108  <segtitle>Installed Programs</segtitle>
     109  <segtitle>Installed Libraries</segtitle>
     110 
     111  <seglistitem>
     112    <seg>artsd, artswrapper, artsshell, artsplay, artsdsp, artscat, arts-control,
     113        artsc-config, mcopidl</seg>
     114    <seg>aRts libraries</seg>
     115  </seglistitem>
     116</segmentedlist>
     117 
     118<variablelist>
     119  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     120  <?dbfo list-presentation="list"?>
     121 
     122<varlistentry id="artsd">
     123  <term><command>artsd</command></term>
     124  <listitem>
     125    <para>is a daemon that provides access to the sound hardware resources.</para>
     126    <indexterm zone="aRts artsd">
     127      <primary sortas="b-artsd">artsd</primary>
     128    </indexterm>
     129  </listitem>
     130</varlistentry>
     131 
     132<varlistentry id="artswrapper">
     133  <term><command>artswrapper</command></term>
     134  <listitem>
     135    <para>is a small wrapper program artswrapper which simply sets real-time priority (running as root)
     136          and then executes artsd as a non-root user.</para>
     137    <indexterm zone="aRts artswrapper">
     138      <primary sortas="b-artswrapper">artswrapper</primary>
     139    </indexterm>
     140  </listitem>
     141</varlistentry>
     142 
     143<varlistentry id="artsshell">
     144  <term><command>artsshell</command></term>
     145  <listitem>
     146    <para>is intended as a utility to perform miscellaneous functions related to the sound server.</para>
     147    <indexterm zone="aRts artsshell">
     148      <primary sortas="b-artsshell">artsshell</primary>
     149    </indexterm>
     150  </listitem>
     151</varlistentry>
     152 
     153<varlistentry id="artsplay">
     154  <term><command>artsplay</command></term>
     155  <listitem>
     156    <para>is a simple utility to play a sound file.</para>
     157    <indexterm zone="aRts artsplay">
     158      <primary sortas="b-artsplay">artsplay</primary>
     159    </indexterm>
     160  </listitem>
     161</varlistentry>
     162 
     163<varlistentry id="artsdsp">
     164  <term><command>artsdsp</command></term>
     165  <listitem>
     166    <para>provides an interim solution that allows most of legacy sound applications to run unchanged.</para>
     167    <indexterm zone="aRts artsdsp">
     168      <primary sortas="b-artsdsp">artsdsp</primary>
     169    </indexterm>
     170  </listitem>
     171</varlistentry>
     172 
     173<varlistentry id="artscat">
     174  <term><command>artscat</command></term>
     175  <listitem>
     176    <para>is a simple utility to send raw audio data to the sound server.</para>
     177    <indexterm zone="aRts artscat">
     178      <primary sortas="b-artscat">artscat</primary>
     179    </indexterm>
     180  </listitem>
     181</varlistentry>
     182 
     183<varlistentry id="artscontrol">
     184  <term><command>artscontrol</command></term>
     185  <listitem>
     186    <para>s a graphical utility for performing a number of tasks related to the sound server.</para>
     187    <indexterm zone="aRts  artscontrol">
     188      <primary sortas="b-artscontrol">artscontrol</primary>
     189    </indexterm>
     190  </listitem>
     191</varlistentry>
     192 
     193<varlistentry id="artsc-config">
     194  <term><command>artsc-config</command></term>
     195  <listitem>
     196    <para>is a utility to assist developers using the aRts C API.</para>
     197    <indexterm zone="aRts  artsc-config">
     198      <primary sortas="b-artsc-config">artsc-config</primary>
     199    </indexterm>
     200  </listitem>
     201</varlistentry>
     202 
     203<varlistentry id="mcopidl">
     204  <term><command>mcopidl</command></term>
     205  <listitem>
     206    <para>is the Interface Definition Language (IDL) file compiler for MCOP,
     207          the Multimedia Communication Protocol used by aRts.</para>
     208    <indexterm zone="aRts  mcopidl">
     209      <primary sortas="b-mcopidl">mcopidl</primary>
     210    </indexterm>
     211  </listitem>
     212</varlistentry>
     213 
     214<varlistentry id="libaRts">
     215  <term><filename class='libraryfile'>aRts Libraries</filename></term>
     216  <listitem>
     217    <para>contains functions that support aRts programs.</para>
     218    <indexterm zone="aRts libaRts">
     219      <primary sortas="c-libaRts">aRts Libraries</primary>
     220    </indexterm>
     221  </listitem>
     222</varlistentry>
     223 
     224</variablelist>
     225
     226<para>To find out information about
     227<application><acronym>aRts</acronym></application> and the various programs
     228included in the package, see
     229<ulink url="http://docs.kde.org/en/3.3/kdemultimedia/artsbuilder/">The
     230<application><acronym>aRts</acronym></application> Handbook</ulink>. For
     231information in languages other then English, see the
     232<ulink url="http://docs.kde.org/">KDE Documentation</ulink> and navigate to
     233the <application><acronym>aRts</acronym></application> documentation in your
    122234language.</para>
    123235
     236
    124237</sect2>
    125238
Note: See TracChangeset for help on using the changeset viewer.