source: kde/core/arts.xml@ 35bf1ea

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 35bf1ea was 7df66ff, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to kdegraphics-3.5.13. (Trinity)
Update to kdeartwork-3.5.13. (Trinity)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9149 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 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing='compact'>
40 <listitem>
41 <para>Download (HTTP): <ulink url="&arts-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&arts-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &arts-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &arts-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &arts-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &arts-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">aRts Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="alsa"/>,
65 <xref linkend="audiofile"/>,
66 <xref linkend="cmake"/>,
67 <xref linkend="glib2"/>
68 <xref linkend="libmad"/>,
69 <xref linkend="libvorbis"/>, and
70 <xref linkend="qt"/>
71 </para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/arts"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of aRts</title>
80
81 <note><para>When extracted, the <application>aRts</application> tar
82 file expands into the directory
83 <filename class='directory'>dependencies/arts</filename>.</para></note>
84
85 <para>Install <application>aRts</application> by running
86 the following commands:</para>
87
88<screen><userinput>BUILD=/tmp/buildarts &amp;&amp;
89ARTS=`pwd` &amp;&amp;
90rm -rf $BUILD &amp;&amp;
91mkdir -p $BUILD &amp;&amp;
92cd $BUILD &amp;&amp;
93
94cmake $ARTS \
95 -DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX \
96 -DCMAKE_VERBOSE_MAKEFILE=ON &amp;&amp;
97
98unset ARTS BUILD &amp;&amp;
99make</userinput></screen>
100
101 <para>This package does not come with a test suite.</para>
102
103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role='root'><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para><userinput>ARTS=`pwd`</userinput>: This command saves the
113 location of the <application>aRts</application> source code.</para>
114
115 <para><userinput>rm -rf /tmp/buildarts; mkdir -p /tmp/buildarts; cd
116 /tmp/buildarts</userinput>: The developers strongly recommend building
117 Trinity components in a directory separate from the source code. These
118 commands ensure a clean starting location for the build process.</para>
119
120 <para><option>-DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX</option>: This option
121 is the equivalent of the ./configure <option>--prefix</option>
122 option.</para>
123
124 <para><option>-DCMAKE_VERBOSE_MAKEFILE=ON</option>: This option
125 provides verrbose messages when <userinput>make</userinput> is
126 run.</para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>artsc-config, artscat, artsd, artsdsp, artsplay, artsrec,
140 artsshell, artswrapper, and mcopidl </seg>
141
142 <seg>aRts libraries</seg>
143
144 <seg>The following subdirectories of $TRINITY_PREFIX: bin,
145 include/arts, include/artsc, and lib/mcop</seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="artsc-config">
155 <term><command>artsc-config</command></term>
156 <listitem>
157 <para>is a utility to assist developers using the
158 <application>aRts</application> C API.</para>
159 <indexterm zone="aRts artsc-config">
160 <primary sortas="b-artsc-config">artsc-config</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="artscat">
166 <term><command>artscat</command></term>
167 <listitem>
168 <para>is a simple utility to send raw audio data to the sound server.</para>
169 <indexterm zone="aRts artscat">
170 <primary sortas="b-artscat">artscat</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="artsd">
176 <term><command>artsd</command></term>
177 <listitem>
178 <para>is a daemon that provides access to the sound hardware resources.</para>
179 <indexterm zone="aRts artsd">
180 <primary sortas="b-artsd">artsd</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="artsdsp">
186 <term><command>artsdsp</command></term>
187 <listitem>
188 <para>provides an interim solution that allows most of legacy
189 sound applications to run unchanged.</para>
190 <indexterm zone="aRts artsdsp">
191 <primary sortas="b-artsdsp">artsdsp</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="libaRts">
197 <term><filename class='libraryfile'>aRts Libraries</filename></term>
198 <listitem>
199 <para>contains functions that support <application>aRts</application>
200 programs.</para>
201 <indexterm zone="aRts libaRts">
202 <primary sortas="c-libaRts">aRts Libraries</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="artsplay">
208 <term><command>artsplay</command></term>
209 <listitem>
210 <para>is a simple utility to play a sound file.</para>
211 <indexterm zone="aRts artsplay">
212 <primary sortas="b-artsplay">artsplay</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="artsrec">
218 <term><command>artsrec</command></term>
219 <listitem>
220 <para>is a simple utility to record audio input.</para>
221 <indexterm zone="aRts artsrec">
222 <primary sortas="b-artsrec">artsrec</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="artsshell">
228 <term><command>artsshell</command></term>
229 <listitem>
230 <para>is intended as a utility to perform miscellaneous functions
231 related to the sound server.</para>
232 <indexterm zone="aRts artsshell">
233 <primary sortas="b-artsshell">artsshell</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="artswrapper">
239 <term><command>artswrapper</command></term>
240 <listitem>
241 <para>is a small wrapper program which simply sets real-time priority
242 (running as <systemitem class="username">root</systemitem>)
243 and then executes <command>artsd</command> as a non-root user.</para>
244 <indexterm zone="aRts artswrapper">
245 <primary sortas="b-artswrapper">artswrapper</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="mcopidl">
251 <term><command>mcopidl</command></term>
252 <listitem>
253 <para>is the Interface Definition Language (IDL) file compiler for MCOP, the
254 Multimedia Communication Protocol used by <application>aRts</application>.</para>
255 <indexterm zone="aRts mcopidl">
256 <primary sortas="b-mcopidl">mcopidl</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.