source: kde/core/arts.xml@ 24a0ae5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 24a0ae5 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

  • Property mode set to 100644
File size: 9.7 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 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2">
20 <!ENTITY arts-download-ftp "&kde-download-ftp;/arts-&arts-version;.tar.bz2">
21 <!ENTITY arts-md5sum "e1eb7969ea16aab2bdd9d1a9736d6af3">
22 <!ENTITY arts-size "952 KB">
23 <!ENTITY arts-buildsize "29.7 MB">
24 <!ENTITY arts-time "1.2 SBU">
25]>
26
27<sect1 id="aRts" xreflabel="aRts-&arts-version;">
28 <?dbhtml filename="aRts.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 <keywordset>
34 <keyword role="package">arts-&arts-version;.tar</keyword>
35 <keyword role="ftpdir">arts</keyword>
36 </keywordset>
37 </sect1info>
38
39 <title>aRts-&arts-version;</title>
40
41 <indexterm zone='aRts'>
42 <primary sortas='a-ARts'>aRts</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to aRts</title>
47
48 <para>The Analog Real-time Synthesizer (<application>aRts</application>)
49 provides sound support for <application>KDE</application> and necessary
50 libraries for <application>kdelibs</application>.</para>
51
52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing='compact'>
54 <listitem>
55 <para>Download (HTTP): <ulink url="&arts-download-http;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download (FTP): <ulink url="&arts-download-ftp;"/></para>
59 </listitem>
60 <listitem>
61 <para>Download MD5 sum: &arts-md5sum;</para>
62 </listitem>
63 <listitem>
64 <para>Download size: &arts-size;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated disk space required: &arts-buildsize;</para>
68 </listitem>
69 <listitem>
70 <para>Estimated build time: &arts-time;</para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">aRts Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required"><xref linkend="qt"/> and
78 <xref linkend="glib2"/></para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended"><xref linkend="libjpeg"/></para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional"><xref linkend="libvorbis"/>,
85 <xref linkend="alsa"/>,
86 <xref linkend="audiofile"/>,
87 <xref linkend="libmad"/>,
88 <xref linkend="esound"/>,
89 <xref linkend="nas"/>,
90 <ulink url="http://www.mediaapplicationserver.net/">MAS</ulink>, and
91 <ulink url="http://jackit.sourceforge.net/">JACK</ulink></para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/arts"/></para>
95
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of aRts</title>
100
101 <para>Install <application>aRts</application> by running
102 the following commands:</para>
103
104<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
105 --disable-dependency-tracking &amp;&amp;
106make</userinput></screen>
107
108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
109
110<screen role='root'><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para><parameter>--prefix=&kde-dir;</parameter>: This option
118 tells the process to install the package in
119 <filename class="directory">&kde-dir;</filename>.
120 <application>aRts</application> is installed here as it's required
121 before installing <application>KDE</application>.</para>
122
123 <para><parameter>--disable-debug</parameter>: This option causes the
124 package to be compiled without debugging code.</para>
125
126 <para><parameter>--disable-dependency-tracking</parameter>: This option
127 speeds up one time builds.</para>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>artsd, artswrapper, artsshell, artsplay, artsdsp, artscat, arts-control,
141 artsc-config, and mcopidl</seg>
142 <seg>aRts libraries</seg>
143 <seg>The following subdirectories of &kde-dir;/: bin, include/arts,
144 include/artsc, and lib/mcop</seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="artsd">
154 <term><command>artsd</command></term>
155 <listitem>
156 <para>is a daemon that provides access to the sound hardware resources.</para>
157 <indexterm zone="aRts artsd">
158 <primary sortas="b-artsd">artsd</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="artswrapper">
164 <term><command>artswrapper</command></term>
165 <listitem>
166 <para>is a small wrapper program which simply sets real-time priority
167 (running as <systemitem class="username">root</systemitem>)
168 and then executes <command>artsd</command> as a non-root user.</para>
169 <indexterm zone="aRts artswrapper">
170 <primary sortas="b-artswrapper">artswrapper</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="artsshell">
176 <term><command>artsshell</command></term>
177 <listitem>
178 <para>is intended as a utility to perform miscellaneous functions
179 related to the sound server.</para>
180 <indexterm zone="aRts artsshell">
181 <primary sortas="b-artsshell">artsshell</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="artsplay">
187 <term><command>artsplay</command></term>
188 <listitem>
189 <para>is a simple utility to play a sound file.</para>
190 <indexterm zone="aRts artsplay">
191 <primary sortas="b-artsplay">artsplay</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="artsdsp">
197 <term><command>artsdsp</command></term>
198 <listitem>
199 <para>provides an interim solution that allows most of legacy
200 sound applications to run unchanged.</para>
201 <indexterm zone="aRts artsdsp">
202 <primary sortas="b-artsdsp">artsdsp</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="artscat">
208 <term><command>artscat</command></term>
209 <listitem>
210 <para>is a simple utility to send raw audio data to the sound server.</para>
211 <indexterm zone="aRts artscat">
212 <primary sortas="b-artscat">artscat</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="artscontrol">
218 <term><command>artscontrol</command></term>
219 <listitem>
220 <para>is a graphical utility for performing a number of tasks
221 related to the sound server.</para>
222 <indexterm zone="aRts artscontrol">
223 <primary sortas="b-artscontrol">artscontrol</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="artsc-config">
229 <term><command>artsc-config</command></term>
230 <listitem>
231 <para>is a utility to assist developers using the
232 <application>aRts</application> C API.</para>
233 <indexterm zone="aRts artsc-config">
234 <primary sortas="b-artsc-config">artsc-config</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="mcopidl">
240 <term><command>mcopidl</command></term>
241 <listitem>
242 <para>is the Interface Definition Language (IDL) file compiler for MCOP, the
243 Multimedia Communication Protocol used by <application>aRts</application>.</para>
244 <indexterm zone="aRts mcopidl">
245 <primary sortas="b-mcopidl">mcopidl</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="libaRts">
251 <term><filename class='libraryfile'>aRts Libraries</filename></term>
252 <listitem>
253 <para>contains functions that support <application>aRts</application>
254 programs.</para>
255 <indexterm zone="aRts libaRts">
256 <primary sortas="c-libaRts">aRts Libraries</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 </variablelist>
262
263 <para>To find out information about <application>aRts</application> and the
264 various programs included in the package, see <ulink
265 url="http://docs.kde.org/development/en/kdemultimedia/artsbuilder/">The
266 <application>aRts</application> Handbook</ulink>. For information in languages
267 other then English, see the <ulink url="http://docs.kde.org/">KDE
268 Documentation</ulink> and navigate to the <application>aRts</application>
269 documentation in your language.</para>
270
271 </sect2>
272
273</sect1>
Note: See TracBrowser for help on using the repository browser.