source: kde/core/arts.xml@ 7c461b3

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 7c461b3 was 7c461b3, checked in by Igor Živković <igor@…>, 19 years ago

Updated to GLib-2.6.0.

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

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[60384c68]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">
[1753548]8<!ENTITY arts-download-ftp "&kde-download-ftp;/arts-&arts-version;.tar.bz2">
[1986ade]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">
[60384c68]13]>
14
[4ee53fa2]15<sect1 id="kde-core-arts" xreflabel="aRts-&arts-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[00bb024c]20<?dbhtml filename="arts.html"?>
[1986ade]21<title><application><acronym>aRts</acronym></application>-&arts-version;</title>
[816fc57]22
[60384c68]23<sect2><title>Introduction to
24<application><acronym>aRts</acronym></application></title>
25
[1986ade]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>
[60384c68]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>
[1986ade]37<listitem><para>Download MD5 sum: &arts-md5sum;</para></listitem>
[60384c68]38<listitem><para>Download size: &arts-size;</para></listitem>
[1986ade]39<listitem><para>Estimated disk space required:
[60384c68]40&arts-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&arts-time;</para></listitem></itemizedlist>
43</sect3>
44
[1986ade]45<sect3><title><application><acronym>aRts</acronym></application>
46dependencies</title>
[1753548]47
[60384c68]48<sect4><title>Required</title>
[1753548]49<para><xref linkend="qt"/> and
[7c461b3]50<xref linkend="glib2"/></para>
[1753548]51</sect4>
52
53<sect4><title>Recommended</title>
54<para><xref linkend="libjpeg"/></para>
55</sect4>
56
[60384c68]57<sect4><title>Optional</title>
[1986ade]58<para><xref linkend="libogg"/>,
59<xref linkend="libvorbis"/>,
60<xref linkend="alsa"/>,
61<xref linkend="audiofile"/>,
62<xref linkend="libmad"/>,
[1753548]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>
[60384c68]67</sect3>
68
69</sect2>
70
71<sect2>
[1986ade]72<title>Installation of
73<application><acronym>aRts</acronym></application></title>
[60384c68]74
[1986ade]75<para>Install <application><acronym>aRts</acronym></application> by running
76the following commands:</para>
[60384c68]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
[1986ade]87<para><parameter>--prefix=&kde-dir;</parameter>: This option tells the
[583760d]88process to install the package in
[1986ade]89<filename class="directory">&kde-dir;</filename>.
90<application><acronym>aRts</acronym></application> is installed here as
[583760d]91it's required before installing <acronym>KDE</acronym>.</para>
92
[1986ade]93<para><option>--disable-debug</option>: This option causes the
[583760d]94package to be compiled without debugging code.</para>
[60384c68]95
[1986ade]96<para><option>--disable-dependency-tracking</option>: This option
[583760d]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>,
[1986ade]107<command>mcopidl</command>,
[583760d]108<application><acronym>aRts</acronym></application> libraries and
109<acronym>MCOP</acronym> objects.</para>
110
111</sect2>
[60384c68]112
[583760d]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
[1986ade]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
[583760d]121the <application><acronym>aRts</acronym></application> documentation in your
122language.</para>
[60384c68]123
124</sect2>
[816fc57]125
126</sect1>
Note: See TracBrowser for help on using the repository browser.