diff --git a/kde/core/arts/arts-config.xml b/kde/core/arts/arts-config.xml new file mode 100644 index 0000000000..f7aadfb614 --- /dev/null +++ b/kde/core/arts/arts-config.xml @@ -0,0 +1,23 @@ +Configuring aRts + +Configuration Information + +The library directory /opt/kde/lib +should appear in /etc/ld.so.conf +so that ldd can find the shared libraries. The following command will +add it +if it is missing: + +cat >> /etc/ld.so.conf << "EOF" +# Begin kde addition to /etc/ld.so.conf + +/opt/kde/lib + +# End kde addition +EOF +ldconfig + + + + diff --git a/kde/core/arts/arts-exp.xml b/kde/core/arts/arts-exp.xml new file mode 100644 index 0000000000..ae7a040cbf --- /dev/null +++ b/kde/core/arts/arts-exp.xml @@ -0,0 +1,23 @@ +Command explanations +--prefix=&kde-dir; : This option tells the +process to install the package in &kde-dir;. We put aRts here because this +package is required before installing KDE. + +--disable-debug : This option causes the +system to be compiled without debugging code. + + +--disable-dependency-tracking : This option +speeds +up one time builds. + +ln -sfn &kde-dir; /opt/kde : This command +creates +a link for access to KDE. If a newer version of +KDE is released, the new +system can be built by changing the --prefix location +and then set up by changing the link as this command does. + + + diff --git a/kde/core/arts/arts-inst.xml b/kde/core/arts/arts-inst.xml new file mode 100644 index 0000000000..394670292a --- /dev/null +++ b/kde/core/arts/arts-inst.xml @@ -0,0 +1,25 @@ + +Installation of <application>aRts</application> + +Before starting the build, ensure you have the +QTDIR environment variable set: +export +QTDIR=/opt/qt + +Install aRts by running the +following commands: + +./configure --prefix=&kde-dir; --disable-debug \ + --disable-dependency-tracking && +make && +make install && +ln -sfn &kde-dir; /opt/kde + +Another configure option is +--enable-final. +This option can speed up the build process, but requires a lot of +memory. If +you have less than 256MB of RAM, this option may cause swapping and +significantly slow compilation. + + diff --git a/kde/core/arts/arts-intro.xml b/kde/core/arts/arts-intro.xml new file mode 100644 index 0000000000..7c35e92245 --- /dev/null +++ b/kde/core/arts/arts-intro.xml @@ -0,0 +1,32 @@ +Introduction to +<application><acronym>aRts</acronym></application> + +The Analog Real-time Synthesizer (aRts) +provides sound support for KDE. It provides necessary +libraries for kdelibs. + +Package information + +Download (HTTP): +Download (FTP): +Download size: &arts-size; +Estimated Disk space required: +&arts-buildsize; +Estimated build time: +&arts-time; + + +<application>aRts</application> dependencies +Required + +Recommended +, and +Optional +, and + + + diff --git a/kde/core/arts/arts.ent b/kde/core/arts/arts.ent new file mode 100644 index 0000000000..ffdacd1b1d --- /dev/null +++ b/kde/core/arts/arts.ent @@ -0,0 +1,11 @@ + + + + + + + + + + +