source: archive/kde/core/arts.xml@ 0d7900a

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 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

  • Property mode set to 100644
File size: 9.2 KB
RevLine 
[60384c68]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[60384c68]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[a8d5ef7]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">
[60384c68]13]>
14
[a8d5ef7]15<sect1 id="aRts" xreflabel="aRts-&trinity-version;">
[8d1fd4e1]16 <?dbhtml filename="aRts.html"?>
[b705924]17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[a8d5ef7]23 <title>aRts-&trinity-version;</title>
[b705924]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>)
[0d7900a]33 provides sound support for <application>Trinity</application> programs
[a8d5ef7]34 and libraries.</para>
[b705924]35
[7df66ff]36 &lfs70_checked;
37
[b705924]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>
[a8d5ef7]63 <para role="required">
64 <xref linkend="alsa"/>,
65 <xref linkend="audiofile"/>,
66 <xref linkend="cmake"/>,
67 <xref linkend="libmad"/>,
[8569196]68 <xref linkend="libvorbis"/>,
69 <xref linkend="pkgconfig"/>, and
[a8d5ef7]70 <xref linkend="qt"/>
71 </para>
[b705924]72
[a3ef34c2]73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/arts"/></para>
75
[b705924]76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of aRts</title>
80
[0d7900a]81 <note><para>When extracted, the <application>aRts</application> tar
82 file expands into the directory
[a8d5ef7]83 <filename class='directory'>dependencies/arts</filename>.</para></note>
84
[00c8453]85 <para>Install <application>aRts</application> by running
[b705924]86 the following commands:</para>
[60384c68]87
[a8d5ef7]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;
[1f30212]99make</userinput></screen>
[6275877]100
[a8d5ef7]101 <para>This package does not come with a test suite.</para>
[1b58647]102
[b705924]103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[9f271dd]104
[1f30212]105<screen role='root'><userinput>make install</userinput></screen>
[60384c68]106
[b705924]107 </sect2>
[60384c68]108
[b705924]109 <sect2 role="commands">
110 <title>Command Explanations</title>
[60384c68]111
[0d7900a]112 <para><userinput>ARTS=`pwd`</userinput>: This command saves the
[a8d5ef7]113 location of the <application>aRts</application> source code.</para>
[583760d]114
[a8d5ef7]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>
[60384c68]119
[a8d5ef7]120 <para><option>-DCMAKE_INSTALL_PREFIX=$TRINITY_PREFIX</option>: This option
121 is the equivalent of the ./configure <option>--prefix</option>
122 option.</para>
[583760d]123
[a8d5ef7]124 <para><option>-DCMAKE_VERBOSE_MAKEFILE=ON</option>: This option
125 provides verrbose messages when <userinput>make</userinput> is
126 run.</para>
[6632677]127
[b705924]128 </sect2>
[583760d]129
[b705924]130 <sect2 role="content">
131 <title>Contents</title>
[1f30212]132
[b705924]133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
[9f271dd]137
[b705924]138 <seglistitem>
[0d7900a]139 <seg>artsc-config, artscat, artsd, artsdsp, artsplay, artsrec,
[a8d5ef7]140 artsshell, artswrapper, and mcopidl </seg>
141
[b705924]142 <seg>aRts libraries</seg>
[0d7900a]143
144 <seg>The following subdirectories of $TRINITY_PREFIX: bin,
[a8d5ef7]145 include/arts, include/artsc, and lib/mcop</seg>
[b705924]146 </seglistitem>
147 </segmentedlist>
[9f271dd]148
[b705924]149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
[9f271dd]153
[a8d5ef7]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
[b705924]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>
[9f271dd]184
[a8d5ef7]185 <varlistentry id="artsdsp">
186 <term><command>artsdsp</command></term>
[b705924]187 <listitem>
[a8d5ef7]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>
[b705924]192 </indexterm>
193 </listitem>
194 </varlistentry>
[9f271dd]195
[a8d5ef7]196 <varlistentry id="libaRts">
197 <term><filename class='libraryfile'>aRts Libraries</filename></term>
[b705924]198 <listitem>
[a8d5ef7]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>
[b705924]203 </indexterm>
204 </listitem>
205 </varlistentry>
[9f271dd]206
[b705924]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>
[9f271dd]216
[a8d5ef7]217 <varlistentry id="artsrec">
218 <term><command>artsrec</command></term>
[b705924]219 <listitem>
[a8d5ef7]220 <para>is a simple utility to record audio input.</para>
221 <indexterm zone="aRts artsrec">
222 <primary sortas="b-artsrec">artsrec</primary>
[b705924]223 </indexterm>
224 </listitem>
225 </varlistentry>
[9f271dd]226
[a8d5ef7]227 <varlistentry id="artsshell">
228 <term><command>artsshell</command></term>
[b705924]229 <listitem>
[a8d5ef7]230 <para>is intended as a utility to perform miscellaneous functions
[b705924]231 related to the sound server.</para>
[a8d5ef7]232 <indexterm zone="aRts artsshell">
233 <primary sortas="b-artsshell">artsshell</primary>
[b705924]234 </indexterm>
235 </listitem>
236 </varlistentry>
[9f271dd]237
[a8d5ef7]238 <varlistentry id="artswrapper">
239 <term><command>artswrapper</command></term>
[b705924]240 <listitem>
[a8d5ef7]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>
[b705924]246 </indexterm>
247 </listitem>
248 </varlistentry>
[9f271dd]249
[b705924]250 <varlistentry id="mcopidl">
251 <term><command>mcopidl</command></term>
252 <listitem>
[00c8453]253 <para>is the Interface Definition Language (IDL) file compiler for MCOP, the
[b705924]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>
[9f271dd]260
[b705924]261 </variablelist>
[a8d5ef7]262<!--
[b705924]263 <para>To find out information about <application>aRts</application> and the
264 various programs included in the package, see <ulink
[c2a259b6]265 url="http://docs.kde.org/development/en/kdemultimedia/artsbuilder/">The
[b705924]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>
[a8d5ef7]270-->
[b705924]271 </sect2>
[816fc57]272
273</sect1>
Note: See TracBrowser for help on using the repository browser.