source: kde/core/arts.xml@ b8e6a3be

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 b8e6a3be was 583760d, checked in by Randy McMurchy <randy@…>, 20 years ago

Updated to KDE-3.2.3 (not all package download sizes, build sizes, SBUs and ancillary instructions have been updated)

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

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