Changeset 6275877
- Timestamp:
- 02/04/2005 12:15:46 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7c27bc8
- Parents:
- af702c1
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
raf702c1 r6275877 22 22 23 23 <itemizedlist> 24 25 <listitem><para>February 3rd, 2005 [bdubbs]: Added index items to 26 aRts.</para></listitem> 24 27 25 28 <listitem><para>February 3rd, 2005 [dj]: Added index items to -
kde/core/arts.xml
raf702c1 r6275877 13 13 ]> 14 14 15 <sect1 id=" kde-core-arts" xreflabel="aRts-&arts-version;">15 <sect1 id="aRts" xreflabel="aRts-&arts-version;"> 16 16 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 19 </sect1info> 20 20 <?dbhtml filename="arts.html"?> 21 21 <title><application><acronym>aRts</acronym></application>-&arts-version;</title> 22 22 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> 25 27 26 28 <para>The Analog Real-time Synthesizer … … 78 80 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 79 81 --disable-dependency-tracking && 80 make && 81 make install</command></userinput></screen> 82 make</command></userinput></screen> 83 84 <para>Now, as the root user:</para> 85 86 <screen><userinput role='root'><command>make install</command></userinput></screen> 82 87 83 88 </sect2> … … 100 105 101 106 <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 228 included 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 231 information in languages other then English, see the 232 <ulink url="http://docs.kde.org/">KDE Documentation</ulink> and navigate to 233 the <application><acronym>aRts</acronym></application> documentation in your 122 234 language.</para> 123 235 236 124 237 </sect2> 125 238 -
kde/core/kdelibs.xml
raf702c1 r6275877 61 61 62 62 <sect4><title>Required</title> 63 <para><xref linkend=" kde-core-arts"/></para>63 <para><xref linkend="aRts"/></para> 64 64 </sect4> 65 65 -
multimedia/libdriv/arts.xml
raf702c1 r6275877 27 27 standalone package. The installation instructions for 28 28 <application><acronym>aRts</acronym></application> can be found in the 29 <xref linkend=" kde-core-arts"/> portion of the <acronym>KDE</acronym>29 <xref linkend="aRts"/> portion of the <acronym>KDE</acronym> 30 30 installation instructions.</para> 31 31
Note:
See TracChangeset
for help on using the changeset viewer.