source: kde/core/arts.xml@ 45de7f7

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 45de7f7 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

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