source: kde/core/arts.xml@ 1986ade

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 1986ade was 1986ade, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to KDE-3.3.2 and Samba-3.0.9, added configuration section to desktop-file-utils; added instruction to GNOME core configuration to run update-desktop-database

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

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