Changeset b705924
- Timestamp:
- 05/08/2005 08:57:14 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- cd3c303d
- Parents:
- 95dcc83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/core/arts.xml
r95dcc83 rb705924 5 5 %general-entities; 6 6 7 <!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2">8 <!ENTITY arts-download-ftp "&kde-download-ftp;/arts-&arts-version;.tar.bz2">9 <!ENTITY arts-md5sum "a155bb00f56c71bc475890249e2dcaa9">10 <!ENTITY arts-size "984 KB">11 <!ENTITY arts-buildsize "31.2 MB">12 <!ENTITY arts-time "1.0 SBU">7 <!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2"> 8 <!ENTITY arts-download-ftp "&kde-download-ftp;/arts-&arts-version;.tar.bz2"> 9 <!ENTITY arts-md5sum "a155bb00f56c71bc475890249e2dcaa9"> 10 <!ENTITY arts-size "984 KB"> 11 <!ENTITY arts-buildsize "31.2 MB"> 12 <!ENTITY arts-time "1.0 SBU"> 13 13 ]> 14 14 15 15 <sect1 id="aRts" xreflabel="aRts-&arts-version;"> 16 <?dbhtml filename="arts.html"?> 17 <sect1info> 18 <othername>$LastChangedBy$</othername> 19 <date>$Date$</date> 20 </sect1info> 21 22 <title>aRts-&arts-version;</title> 23 24 <indexterm zone='aRts'> 25 <primary sortas='a-ARts'>aRts</primary> 26 </indexterm> 27 28 <sect2 role="package"> 29 <title>Introduction to aRts</title> 30 31 <para>The Analog Real-time Synthesizer (<application>aRts</application>) 32 provides sound support for KDE and necessary libraries for 33 <application>kdelibs</application>.</para> 34 35 <bridgehead renderas="sect3">Package Information</bridgehead> 36 <itemizedlist spacing='compact'> 37 <listitem> 38 <para>Download (HTTP): <ulink url="&arts-download-http;"/></para> 39 </listitem> 40 <listitem> 41 <para>Download (FTP): <ulink url="&arts-download-ftp;"/></para> 42 </listitem> 43 <listitem> 44 <para>Download MD5 sum: &arts-md5sum;</para> 45 </listitem> 46 <listitem> 47 <para>Download size: &arts-size;</para> 48 </listitem> 49 <listitem> 50 <para>Estimated disk space required: &arts-buildsize;</para> 51 </listitem> 52 <listitem> 53 <para>Estimated build time: &arts-time;</para> 54 </listitem> 55 </itemizedlist> 56 57 <bridgehead renderas="sect3">aRts Dependencies</bridgehead> 58 59 <bridgehead renderas="sect4">Required</bridgehead> 60 <para><xref linkend="qt"/> and 61 <xref linkend="glib2"/> 62 </para> 63 64 <bridgehead renderas="sect4">Recommended</bridgehead> 65 <para><xref linkend="libjpeg"/></para> 66 67 <bridgehead renderas="sect4">Optional</bridgehead> 68 <para><xref linkend="libogg"/>, 69 <xref linkend="libvorbis"/>, 70 <xref linkend="alsa"/>, 71 <xref linkend="audiofile"/>, 72 <xref linkend="libmad"/>, 73 <xref linkend="esound"/>, 74 <ulink url="http://www.mediaapplicationserver.net/">MAS</ulink>, and 75 <ulink url="http://jackit.sourceforge.net/">JACK</ulink> 76 </para> 77 78 </sect2> 79 80 <sect2 role="installation"> 81 <title>Installation of aRts</title> 82 83 <para>Install <application>aRts</application> by running 84 the following commands:</para> 16 <?dbhtml filename="arts.html"?> 17 18 <sect1info> 19 <othername>$LastChangedBy$</othername> 20 <date>$Date$</date> 21 </sect1info> 22 23 <title>aRts-&arts-version;</title> 24 25 <indexterm zone='aRts'> 26 <primary sortas='a-ARts'>aRts</primary> 27 </indexterm> 28 29 <sect2 role="package"> 30 <title>Introduction to aRts</title> 31 32 <para>The Analog Real-time Synthesizer (<application>aRts</application>) 33 provides sound support for <application>KDE</application> and necessary 34 libraries for <application>kdelibs</application>.</para> 35 36 <bridgehead renderas="sect3">Package Information</bridgehead> 37 <itemizedlist spacing='compact'> 38 <listitem> 39 <para>Download (HTTP): <ulink url="&arts-download-http;"/></para> 40 </listitem> 41 <listitem> 42 <para>Download (FTP): <ulink url="&arts-download-ftp;"/></para> 43 </listitem> 44 <listitem> 45 <para>Download MD5 sum: &arts-md5sum;</para> 46 </listitem> 47 <listitem> 48 <para>Download size: &arts-size;</para> 49 </listitem> 50 <listitem> 51 <para>Estimated disk space required: &arts-buildsize;</para> 52 </listitem> 53 <listitem> 54 <para>Estimated build time: &arts-time;</para> 55 </listitem> 56 </itemizedlist> 57 58 <bridgehead renderas="sect3">aRts Dependencies</bridgehead> 59 60 <bridgehead renderas="sect4">Required</bridgehead> 61 <para><xref linkend="qt"/> and 62 <xref linkend="glib2"/></para> 63 64 <bridgehead renderas="sect4">Recommended</bridgehead> 65 <para><xref linkend="libjpeg"/></para> 66 67 <bridgehead renderas="sect4">Optional</bridgehead> 68 <para><xref linkend="libogg"/>, 69 <xref linkend="libvorbis"/>, 70 <xref linkend="alsa"/>, 71 <xref linkend="audiofile"/>, 72 <xref linkend="libmad"/>, 73 <xref linkend="esound"/>, 74 <ulink url="http://www.mediaapplicationserver.net/">MAS</ulink>, and 75 <ulink url="http://jackit.sourceforge.net/">JACK</ulink></para> 76 77 </sect2> 78 79 <sect2 role="installation"> 80 <title>Installation of aRts</title> 81 82 <para>Install <application>aRts</application> by running 83 the following commands:</para> 85 84 86 85 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ … … 88 87 make</userinput></screen> 89 88 90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 91 90 92 91 <screen role='root'><userinput>make install</userinput></screen> 93 92 94 </sect2> 95 96 <sect2 role="commands"> 97 <title>Command Explanations</title> 98 99 <para><parameter>--prefix=&kde-dir;</parameter>: This option tells the 100 process to install the package in 101 <filename class="directory">&kde-dir;</filename>. 102 <application>aRts</application> is installed here as 103 it's required before installing KDE.</para> 104 105 <para><parameter>--disable-debug</parameter>: This option causes the 106 package to be compiled without debugging code.</para> 107 108 <para><parameter>--disable-dependency-tracking</parameter>: This option 109 speeds up one time builds.</para> 110 111 </sect2> 112 113 <sect2 role="content"> 114 <title>Contents</title> 115 116 <segmentedlist> 117 <segtitle>Installed Programs</segtitle> 118 <segtitle>Installed Libraries</segtitle> 119 120 <seglistitem> 121 <seg>artsd, artswrapper, artsshell, artsplay, artsdsp, artscat, arts-control, 122 artsc-config, mcopidl</seg> 123 <seg>aRts libraries</seg> 124 </seglistitem> 125 </segmentedlist> 126 127 <variablelist> 128 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 129 <?dbfo list-presentation="list"?> 130 <?dbhtml list-presentation="table"?> 131 132 <varlistentry id="artsd"> 133 <term><command>artsd</command></term> 134 <listitem> 135 <para>is a daemon that provides access to the sound hardware resources.</para> 136 <indexterm zone="aRts artsd"> 137 <primary sortas="b-artsd">artsd</primary> 138 </indexterm> 139 </listitem> 140 </varlistentry> 141 142 <varlistentry id="artswrapper"> 143 <term><command>artswrapper</command></term> 144 <listitem> 145 <para>is a small wrapper program artswrapper which simply sets 146 real-time priority (running as root) 147 and then executes artsd as a non-root user.</para> 148 <indexterm zone="aRts artswrapper"> 149 <primary sortas="b-artswrapper">artswrapper</primary> 150 </indexterm> 151 </listitem> 152 </varlistentry> 153 154 <varlistentry id="artsshell"> 155 <term><command>artsshell</command></term> 156 <listitem> 157 <para>is intended as a utility to perform miscellaneous functions 158 related to the sound server.</para> 159 <indexterm zone="aRts artsshell"> 160 <primary sortas="b-artsshell">artsshell</primary> 161 </indexterm> 162 </listitem> 163 </varlistentry> 164 165 <varlistentry id="artsplay"> 166 <term><command>artsplay</command></term> 167 <listitem> 168 <para>is a simple utility to play a sound file.</para> 169 <indexterm zone="aRts artsplay"> 170 <primary sortas="b-artsplay">artsplay</primary> 171 </indexterm> 172 </listitem> 173 </varlistentry> 174 175 <varlistentry id="artsdsp"> 176 <term><command>artsdsp</command></term> 177 <listitem> 178 <para>provides an interim solution that allows most of legacy 179 sound applications to run unchanged.</para> 180 <indexterm zone="aRts artsdsp"> 181 <primary sortas="b-artsdsp">artsdsp</primary> 182 </indexterm> 183 </listitem> 184 </varlistentry> 185 186 <varlistentry id="artscat"> 187 <term><command>artscat</command></term> 188 <listitem> 189 <para>is a simple utility to send raw audio data to the sound server.</para> 190 <indexterm zone="aRts artscat"> 191 <primary sortas="b-artscat">artscat</primary> 192 </indexterm> 193 </listitem> 194 </varlistentry> 195 196 <varlistentry id="artscontrol"> 197 <term><command>artscontrol</command></term> 198 <listitem> 199 <para>is a graphical utility for performing a number of tasks 200 related to the sound server.</para> 201 <indexterm zone="aRts artscontrol"> 202 <primary sortas="b-artscontrol">artscontrol</primary> 203 </indexterm> 204 </listitem> 205 </varlistentry> 206 207 <varlistentry id="artsc-config"> 208 <term><command>artsc-config</command></term> 209 <listitem> 210 <para>is a utility to assist developers using the aRts C API.</para> 211 <indexterm zone="aRts artsc-config"> 212 <primary sortas="b-artsc-config">artsc-config</primary> 213 </indexterm> 214 </listitem> 215 </varlistentry> 216 217 <varlistentry id="mcopidl"> 218 <term><command>mcopidl</command></term> 219 <listitem> 220 <para>is the Interface Definition Language (IDL) file compiler for MCOP, 221 the Multimedia Communication Protocol used by aRts.</para> 222 <indexterm zone="aRts mcopidl"> 223 <primary sortas="b-mcopidl">mcopidl</primary> 224 </indexterm> 225 </listitem> 226 </varlistentry> 227 228 <varlistentry id="libaRts"> 229 <term><filename class='libraryfile'>aRts Libraries</filename></term> 230 <listitem> 231 <para>contains functions that support aRts programs.</para> 232 <indexterm zone="aRts libaRts"> 233 <primary sortas="c-libaRts">aRts Libraries</primary> 234 </indexterm> 235 </listitem> 236 </varlistentry> 237 238 </variablelist> 239 240 <para>To find out information about <application>aRts</application> and the 241 various programs included in the package, see <ulink 242 url="http://docs.kde.org/en/3.3/kdemultimedia/artsbuilder/">The 243 <application>aRts</application> Handbook</ulink>. For information in languages 244 other then English, see the <ulink url="http://docs.kde.org/">KDE 245 Documentation</ulink> and navigate to the <application>aRts</application> 246 documentation in your language.</para> 247 248 </sect2> 93 </sect2> 94 95 <sect2 role="commands"> 96 <title>Command Explanations</title> 97 98 <para><parameter>--prefix=&kde-dir;</parameter>: This option 99 tells the process to install the package in 100 <filename class="directory">&kde-dir;</filename>. 101 <application>aRts</application> is installed here as it's required 102 before installing <application>KDE</application>.</para> 103 104 <para><parameter>--disable-debug</parameter>: This option causes the 105 package to be compiled without debugging code.</para> 106 107 <para><parameter>--disable-dependency-tracking</parameter>: This option 108 speeds up one time builds.</para> 109 110 </sect2> 111 112 <sect2 role="content"> 113 <title>Contents</title> 114 115 <segmentedlist> 116 <segtitle>Installed Programs</segtitle> 117 <segtitle>Installed Libraries</segtitle> 118 <segtitle>Installed Directories</segtitle> 119 120 <seglistitem> 121 <seg>artsd, artswrapper, artsshell, artsplay, artsdsp, artscat, arts-control, 122 artsc-config, and mcopidl</seg> 123 <seg>aRts libraries</seg> 124 <seg>None</seg> 125 </seglistitem> 126 </segmentedlist> 127 128 <variablelist> 129 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 130 <?dbfo list-presentation="list"?> 131 <?dbhtml list-presentation="table"?> 132 133 <varlistentry id="artsd"> 134 <term><command>artsd</command></term> 135 <listitem> 136 <para>is a daemon that provides access to the sound hardware resources.</para> 137 <indexterm zone="aRts artsd"> 138 <primary sortas="b-artsd">artsd</primary> 139 </indexterm> 140 </listitem> 141 </varlistentry> 142 143 <varlistentry id="artswrapper"> 144 <term><command>artswrapper</command></term> 145 <listitem> 146 <para>is a small wrapper program which simply sets real-time priority 147 (running as <systemitem class="username">root</systemitem>) 148 and then executes <command>artsd</command> as a non-root user.</para> 149 <indexterm zone="aRts artswrapper"> 150 <primary sortas="b-artswrapper">artswrapper</primary> 151 </indexterm> 152 </listitem> 153 </varlistentry> 154 155 <varlistentry id="artsshell"> 156 <term><command>artsshell</command></term> 157 <listitem> 158 <para>is intended as a utility to perform miscellaneous functions 159 related to the sound server.</para> 160 <indexterm zone="aRts artsshell"> 161 <primary sortas="b-artsshell">artsshell</primary> 162 </indexterm> 163 </listitem> 164 </varlistentry> 165 166 <varlistentry id="artsplay"> 167 <term><command>artsplay</command></term> 168 <listitem> 169 <para>is a simple utility to play a sound file.</para> 170 <indexterm zone="aRts artsplay"> 171 <primary sortas="b-artsplay">artsplay</primary> 172 </indexterm> 173 </listitem> 174 </varlistentry> 175 176 <varlistentry id="artsdsp"> 177 <term><command>artsdsp</command></term> 178 <listitem> 179 <para>provides an interim solution that allows most of legacy 180 sound applications to run unchanged.</para> 181 <indexterm zone="aRts artsdsp"> 182 <primary sortas="b-artsdsp">artsdsp</primary> 183 </indexterm> 184 </listitem> 185 </varlistentry> 186 187 <varlistentry id="artscat"> 188 <term><command>artscat</command></term> 189 <listitem> 190 <para>is a simple utility to send raw audio data to the sound server.</para> 191 <indexterm zone="aRts artscat"> 192 <primary sortas="b-artscat">artscat</primary> 193 </indexterm> 194 </listitem> 195 </varlistentry> 196 197 <varlistentry id="artscontrol"> 198 <term><command>artscontrol</command></term> 199 <listitem> 200 <para>is a graphical utility for performing a number of tasks 201 related to the sound server.</para> 202 <indexterm zone="aRts artscontrol"> 203 <primary sortas="b-artscontrol">artscontrol</primary> 204 </indexterm> 205 </listitem> 206 </varlistentry> 207 208 <varlistentry id="artsc-config"> 209 <term><command>artsc-config</command></term> 210 <listitem> 211 <para>is a utility to assist developers using the 212 <application>aRts</application> C API.</para> 213 <indexterm zone="aRts artsc-config"> 214 <primary sortas="b-artsc-config">artsc-config</primary> 215 </indexterm> 216 </listitem> 217 </varlistentry> 218 219 <varlistentry id="mcopidl"> 220 <term><command>mcopidl</command></term> 221 <listitem> 222 <para>is the Interface Definition Language (IDL) file compiler for MCOP, the 223 Multimedia Communication Protocol used by <application>aRts</application>.</para> 224 <indexterm zone="aRts mcopidl"> 225 <primary sortas="b-mcopidl">mcopidl</primary> 226 </indexterm> 227 </listitem> 228 </varlistentry> 229 230 <varlistentry id="libaRts"> 231 <term><filename class='libraryfile'>aRts Libraries</filename></term> 232 <listitem> 233 <para>contains functions that support <application>aRts</application> 234 programs.</para> 235 <indexterm zone="aRts libaRts"> 236 <primary sortas="c-libaRts">aRts Libraries</primary> 237 </indexterm> 238 </listitem> 239 </varlistentry> 240 241 </variablelist> 242 243 <para>To find out information about <application>aRts</application> and the 244 various programs included in the package, see <ulink 245 url="http://docs.kde.org/en/3.3/kdemultimedia/artsbuilder/">The 246 <application>aRts</application> Handbook</ulink>. For information in languages 247 other then English, see the <ulink url="http://docs.kde.org/">KDE 248 Documentation</ulink> and navigate to the <application>aRts</application> 249 documentation in your language.</para> 250 251 </sect2> 249 252 250 253 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.