source: kde/core/arts.xml@ 0d528bd

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

Removed excess spaces from the ends of lines in the source files

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

  • Property mode set to 100644
File size: 8.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 "a155bb00f56c71bc475890249e2dcaa9">
10 <!ENTITY arts-size "984 KB">
11 <!ENTITY arts-buildsize "31.2 MB">
12 <!ENTITY arts-time "1.0 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><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>
84
85<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
86 --disable-dependency-tracking &amp;&amp;
87make</userinput></screen>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role='root'><userinput>make install</userinput></screen>
92
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>
252
253</sect1>
Note: See TracBrowser for help on using the repository browser.