source: kde/core/arts.xml@ 4aea8a0

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 4aea8a0 was a8d5ef7, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Changed KDE3 to Trinity-3.5.13.
The core files are done, but the additional and
development packages have not been updated yet

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9130 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 "&trinity-repo-http;/arts-&trinity-version;.tar.gz">
8 <!ENTITY arts-download-ftp "&trinity-repo-ftp;/arts-&trinity-version;.tar.gz">
9 <!ENTITY arts-md5sum "109124dabb1aaa9d44eb32e43b549142">
10 <!ENTITY arts-size "920 KB">
11 <!ENTITY arts-buildsize "36 MB">
12 <!ENTITY arts-time "0.6 SBU">
13]>
14
15<sect1 id="aRts" xreflabel="aRts-&trinity-version;">
16 <?dbhtml filename="aRts.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>aRts-&trinity-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>Trinity</application> programs
34 and libraries.</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">
62 <xref linkend="alsa"/>,
63 <xref linkend="audiofile"/>,
64 <xref linkend="cmake"/>,
65 <xref linkend="glib2"/>
66 <xref linkend="libmad"/>,
67 <xref linkend="libvorbis"/>, and
68 <xref linkend="qt"/>
69 </para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/arts"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of aRts</title>
78
79 <note><para>When extracted, the <application>aRts</application> tar
80 file expands into the directory
81 <filename class='directory'>dependencies/arts</filename>.</para></note>
82
83 <para>Install <application>aRts</application> by running
84 the following commands:</para>
85
86<screen><userinput>BUILD=/tmp/buildarts &amp;&amp;
87ARTS=`pwd` &amp;&amp;
88rm -rf $BUILD &amp;&amp;
89mkdir -p $BUILD &amp;&amp;
90cd $BUILD &amp;&amp;
91
92cmake $ARTS \
93 -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
94 -DCMAKE_VERBOSE_MAKEFILE=ON &amp;&amp;
95
96unset ARTS BUILD &amp;&amp;
97make</userinput></screen>
98
99 <para>This package does not come with a test suite.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role='root'><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <para><userinput>ARTS=`pwd`</userinput>: This command saves the
111 location of the <application>aRts</application> source code.</para>
112
113 <para><userinput>rm -rf /tmp/buildarts; mkdir -p /tmp/buildarts; cd
114 /tmp/buildarts</userinput>: The developers strongly recommend building
115 Trinity components in a directory separate from the source code. These
116 commands ensure a clean starting location for the build process.</para>
117
118 <para><option>-DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX</option>: This option
119 is the equivalent of the ./configure <option>--prefix</option>
120 option.</para>
121
122 <para><option>-DCMAKE_VERBOSE_MAKEFILE=ON</option>: This option
123 provides verrbose messages when <userinput>make</userinput> is
124 run.</para>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>artsc-config, artscat, artsd, artsdsp, artsplay, artsrec,
138 artsshell, artswrapper, and mcopidl </seg>
139
140 <seg>aRts libraries</seg>
141
142 <seg>The following subdirectories of $TRINITY_PREFIX: bin,
143 include/arts, include/artsc, and lib/mcop</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="artsc-config">
153 <term><command>artsc-config</command></term>
154 <listitem>
155 <para>is a utility to assist developers using the
156 <application>aRts</application> C API.</para>
157 <indexterm zone="aRts artsc-config">
158 <primary sortas="b-artsc-config">artsc-config</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="artscat">
164 <term><command>artscat</command></term>
165 <listitem>
166 <para>is a simple utility to send raw audio data to the sound server.</para>
167 <indexterm zone="aRts artscat">
168 <primary sortas="b-artscat">artscat</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="artsd">
174 <term><command>artsd</command></term>
175 <listitem>
176 <para>is a daemon that provides access to the sound hardware resources.</para>
177 <indexterm zone="aRts artsd">
178 <primary sortas="b-artsd">artsd</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="artsdsp">
184 <term><command>artsdsp</command></term>
185 <listitem>
186 <para>provides an interim solution that allows most of legacy
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>
193
194 <varlistentry id="libaRts">
195 <term><filename class='libraryfile'>aRts Libraries</filename></term>
196 <listitem>
197 <para>contains functions that support <application>aRts</application>
198 programs.</para>
199 <indexterm zone="aRts libaRts">
200 <primary sortas="c-libaRts">aRts Libraries</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="artsplay">
206 <term><command>artsplay</command></term>
207 <listitem>
208 <para>is a simple utility to play a sound file.</para>
209 <indexterm zone="aRts artsplay">
210 <primary sortas="b-artsplay">artsplay</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="artsrec">
216 <term><command>artsrec</command></term>
217 <listitem>
218 <para>is a simple utility to record audio input.</para>
219 <indexterm zone="aRts artsrec">
220 <primary sortas="b-artsrec">artsrec</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="artsshell">
226 <term><command>artsshell</command></term>
227 <listitem>
228 <para>is intended as a utility to perform miscellaneous functions
229 related to the sound server.</para>
230 <indexterm zone="aRts artsshell">
231 <primary sortas="b-artsshell">artsshell</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="artswrapper">
237 <term><command>artswrapper</command></term>
238 <listitem>
239 <para>is a small wrapper program which simply sets real-time priority
240 (running as <systemitem class="username">root</systemitem>)
241 and then executes <command>artsd</command> as a non-root user.</para>
242 <indexterm zone="aRts artswrapper">
243 <primary sortas="b-artswrapper">artswrapper</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 <varlistentry id="mcopidl">
249 <term><command>mcopidl</command></term>
250 <listitem>
251 <para>is the Interface Definition Language (IDL) file compiler for MCOP, the
252 Multimedia Communication Protocol used by <application>aRts</application>.</para>
253 <indexterm zone="aRts mcopidl">
254 <primary sortas="b-mcopidl">mcopidl</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 </variablelist>
260<!--
261 <para>To find out information about <application>aRts</application> and the
262 various programs included in the package, see <ulink
263 url="http://docs.kde.org/development/en/kdemultimedia/artsbuilder/">The
264 <application>aRts</application> Handbook</ulink>. For information in languages
265 other then English, see the <ulink url="http://docs.kde.org/">KDE
266 Documentation</ulink> and navigate to the <application>aRts</application>
267 documentation in your language.</para>
268-->
269 </sect2>
270
271</sect1>
Note: See TracBrowser for help on using the repository browser.