source: kde/core/arts.xml@ 51ee35b

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 51ee35b was 51ee35b, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Update to kde-3.5.2

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

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