source: kde/core/arts.xml@ b66ece35

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since b66ece35 was a41f643, checked in by Randy McMurchy <randy@…>, 14 years ago

Globally removed all extraneous spaces

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

  • Property mode set to 100644
File size: 9.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
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 "6da172aab2a4a44929b5fdfc30fa3efc">
10 <!ENTITY arts-size "956 KB">
11 <!ENTITY arts-buildsize "28 MB">
12 <!ENTITY arts-time "1.4 SBU">
13]>
14
15<sect1 id="aRts" xreflabel="aRts-&arts-version;">
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 role="required"><xref linkend="qt"/> and
62 <xref linkend="glib2"/></para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para role="recommended"><xref linkend="libjpeg"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="libvorbis"/>,
69 <xref linkend="alsa"/>,
70 <xref linkend="audiofile"/>,
71 <xref linkend="libmad"/>,
72 <xref linkend="esound"/>,
73 <xref linkend="nas"/>,
74 <ulink url="http://www.mediaapplicationserver.net/">MAS</ulink>, and
75 <ulink url="http://jackit.sourceforge.net/">JACK</ulink></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/arts"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of aRts</title>
84
85 <para>Install <application>aRts</application> by running
86 the following commands:</para>
87
88<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
89 --disable-dependency-tracking --enable-final &amp;&amp;
90make</userinput></screen>
91
92 <para>This package does not come with a test suite that works with
93 <application>GCC</application>-&gcc-version;.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role='root'><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><parameter>--prefix=&kde-dir;</parameter>: This option
105 tells the process to install the package in
106 <filename class="directory">&kde-dir;</filename>.
107 <application>aRts</application> is installed here as it's required
108 before installing <application>KDE</application>.</para>
109
110 <para><parameter>--disable-debug</parameter>: This option causes the
111 package to be compiled without debugging code.</para>
112
113 <para><parameter>--disable-dependency-tracking</parameter>: This option
114 speeds up one time builds.</para>
115
116 <para><parameter>--enable-final</parameter>: This option combines
117 source code during compilation speeding up the build. It also
118 avoids a problem with missing headers in some files.</para>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>artsd, artswrapper, artsshell, artsplay, artsdsp, artscat, artscontrol,
132 artsc-config, and mcopidl</seg>
133 <seg>aRts libraries</seg>
134 <seg>The following subdirectories of &kde-dir;/: bin, include/arts,
135 include/artsc, and lib/mcop</seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="artsd">
145 <term><command>artsd</command></term>
146 <listitem>
147 <para>is a daemon that provides access to the sound hardware resources.</para>
148 <indexterm zone="aRts artsd">
149 <primary sortas="b-artsd">artsd</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="artswrapper">
155 <term><command>artswrapper</command></term>
156 <listitem>
157 <para>is a small wrapper program which simply sets real-time priority
158 (running as <systemitem class="username">root</systemitem>)
159 and then executes <command>artsd</command> as a non-root user.</para>
160 <indexterm zone="aRts artswrapper">
161 <primary sortas="b-artswrapper">artswrapper</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="artsshell">
167 <term><command>artsshell</command></term>
168 <listitem>
169 <para>is intended as a utility to perform miscellaneous functions
170 related to the sound server.</para>
171 <indexterm zone="aRts artsshell">
172 <primary sortas="b-artsshell">artsshell</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="artsplay">
178 <term><command>artsplay</command></term>
179 <listitem>
180 <para>is a simple utility to play a sound file.</para>
181 <indexterm zone="aRts artsplay">
182 <primary sortas="b-artsplay">artsplay</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="artsdsp">
188 <term><command>artsdsp</command></term>
189 <listitem>
190 <para>provides an interim solution that allows most of legacy
191 sound applications to run unchanged.</para>
192 <indexterm zone="aRts artsdsp">
193 <primary sortas="b-artsdsp">artsdsp</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="artscat">
199 <term><command>artscat</command></term>
200 <listitem>
201 <para>is a simple utility to send raw audio data to the sound server.</para>
202 <indexterm zone="aRts artscat">
203 <primary sortas="b-artscat">artscat</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="artscontrol">
209 <term><command>artscontrol</command></term>
210 <listitem>
211 <para>is a graphical utility for performing a number of tasks
212 related to the sound server.</para>
213 <indexterm zone="aRts artscontrol">
214 <primary sortas="b-artscontrol">artscontrol</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="artsc-config">
220 <term><command>artsc-config</command></term>
221 <listitem>
222 <para>is a utility to assist developers using the
223 <application>aRts</application> C API.</para>
224 <indexterm zone="aRts artsc-config">
225 <primary sortas="b-artsc-config">artsc-config</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="mcopidl">
231 <term><command>mcopidl</command></term>
232 <listitem>
233 <para>is the Interface Definition Language (IDL) file compiler for MCOP, the
234 Multimedia Communication Protocol used by <application>aRts</application>.</para>
235 <indexterm zone="aRts mcopidl">
236 <primary sortas="b-mcopidl">mcopidl</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="libaRts">
242 <term><filename class='libraryfile'>aRts Libraries</filename></term>
243 <listitem>
244 <para>contains functions that support <application>aRts</application>
245 programs.</para>
246 <indexterm zone="aRts libaRts">
247 <primary sortas="c-libaRts">aRts Libraries</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 </variablelist>
253
254 <para>To find out information about <application>aRts</application> and the
255 various programs included in the package, see <ulink
256 url="http://docs.kde.org/development/en/kdemultimedia/artsbuilder/">The
257 <application>aRts</application> Handbook</ulink>. For information in languages
258 other then English, see the <ulink url="http://docs.kde.org/">KDE
259 Documentation</ulink> and navigate to the <application>aRts</application>
260 documentation in your language.</para>
261
262 </sect2>
263
264</sect1>
Note: See TracBrowser for help on using the repository browser.