source: kde/core/arts.xml@ 1753548

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 1753548 was 1753548, checked in by Randy McMurchy <randy@…>, 20 years ago

Updated to KDE-3.3.0

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

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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 "6a0a03c24a20c43a8e443a5484bb9fef">
10<!ENTITY arts-size "967 KB">
11<!ENTITY arts-buildsize "31 MB">
12<!ENTITY arts-time "1.87 SBU">
13]>
14
15<sect1 id="kde-core-arts" xreflabel="aRts-&arts-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="arts.html"?>
21<title>aRts-&arts-version;</title>
22
23<sect2><title>Introduction to
24<application><acronym>aRts</acronym></application></title>
25
26<para>The Analog Real-time Synthesizer (<acronym>aRts</acronym>)
27provides sound support for <acronym>KDE</acronym> and necessary
28libraries for <application>kdelibs</application>.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink
33url="&arts-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink
35url="&arts-download-ftp;"/></para></listitem>
36<listitem><para>MD5 Sum: &arts-md5sum;</para></listitem>
37<listitem><para>Download size: &arts-size;</para></listitem>
38<listitem><para>Estimated Disk space required:
39&arts-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&arts-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application>aRts</application> dependencies</title>
45
46<sect4><title>Required</title>
47<para><xref linkend="qt"/> and
48<xref linkend="GLib2"/></para>
49</sect4>
50
51<sect4><title>Recommended</title>
52<para><xref linkend="libjpeg"/></para>
53</sect4>
54
55<sect4><title>Optional</title>
56<para><xref linkend="libogg"/>,
57<xref linkend="libvorbis"/>,
58<xref linkend="alsa"/>,
59<xref linkend="audiofile"/>,
60<xref linkend="libmad"/>,
61<xref linkend="esound"/>,
62<ulink url="http://www.mediaapplicationserver.net/">MAS</ulink> and
63<ulink url="http://jackit.sourceforge.net/">JACK</ulink></para>
64</sect4>
65</sect3>
66
67</sect2>
68
69<sect2>
70<title>Installation of <application>aRts</application></title>
71
72<para>Install <application>aRts</application> by running the
73following commands:</para>
74
75<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
76 --disable-dependency-tracking &amp;&amp;
77make &amp;&amp;
78make install</command></userinput></screen>
79
80</sect2>
81
82<sect2><title>Command explanations</title>
83
84<para><parameter>--prefix=&kde-dir;</parameter> : This option tells the
85process to install the package in
86<filename class="directory">&kde-dir;</filename>. aRts is installed here as
87it's required before installing <acronym>KDE</acronym>.</para>
88
89<para><option>--disable-debug</option> : This option causes the
90package to be compiled without debugging code.</para>
91
92<para><option>--disable-dependency-tracking</option> : This option
93speeds up one time builds.</para>
94
95</sect2>
96
97<sect2><title>Contents</title>
98<para><application><acronym>aRts</acronym></application> contains
99<command>artsc-config</command>, <command>artscat</command>,
100<command>artsd</command>, <command>artsdsp</command>,
101<command>artsplay</command>, <command>artsrec</command>,
102<command>artsshell</command>, <command>artswrapper</command>,
103<command>mcopidl</command>,
104<application><acronym>aRts</acronym></application> libraries and
105<acronym>MCOP</acronym> objects.</para>
106
107</sect2>
108
109<sect2><title>Description</title>
110<para>To find out information about
111<application><acronym>aRts</acronym></application> and the various programs
112included in the package, see
113<ulink url="http://docs.kde.org/en/3.2/kdemultimedia/artsbuilder/">The aRts
114Handbook</ulink>. For information in languages other then English, see the
115<ulink url="http://docs.kde.org/">KDE Documentation</ulink> and navigate to
116the <application><acronym>aRts</acronym></application> documentation in your
117language.</para>
118
119</sect2>
120
121</sect1>
Note: See TracBrowser for help on using the repository browser.