Changeset 8984e31
- Timestamp:
- 04/05/2003 04:00:19 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- be4069b5
- Parents:
- 7bc967ec
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r7bc967ec r8984e31 10 10 11 11 <itemizedlist> 12 13 <listitem><para>April 4th, 2003 [bdbbs]: KDE: moved aRts section from 14 multimedia section to KDE section.</para></listitem> 12 15 13 16 <listitem><para>April 4th, 2003 [larry]: basicnet: updated to -
kde/core/arts.xml
r7bc967ec r8984e31 1 <sect1 id="kde-core-arts" >1 <sect1 id="kde-core-arts" xreflabel="arts-&arts-version;"> 2 2 <?dbhtml filename="arts.html" dir="kde"?> 3 3 <title>aRts-&arts-version;</title> 4 4 5 <para>aRts is required in order to install KDE. The installation 6 instructions for aRts can be found in <xref linkend="arts"/>. You must 7 have installed aRts before proceeding to install KDE.</para> 5 <para><screen>Download location (FTP): <ulink url="&arts-download-ftp;"/> 6 Version used: &arts-version; 7 Package size: &arts-download-size; 8 Estimated build disk space: &arts-build-size; 9 Estimated installed space: &arts-install-size; 10 Estimated build time: &arts-build-time;</screen></para> 8 11 12 <para>The Analog Realtime Synthesizer (aRts) provides sound support for KDE. 13 It provides necessary libraries for kdelibs. The following package is required to install aRts: 14 <screen><xref linkend="qt"/></screen></para> 15 16 <para>It will use the following recommended packages, if installed: 17 <screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/>.</screen></para> 18 19 <para>Before starting the build, ensure you have the QTDIR environment variable set 20 <screen><userinput>export QTDIR=/opt/qt</userinput></screen></para> 21 22 23 <para><screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ 24 --disable-dependency-tracking && 25 make && 26 make install && 27 ln -sfn &kde-dir; /opt/kde</userinput></screen></para> 28 29 <note><para>Another configure option is <userinput>--enable-final</userinput>. 30 This option can speed up the build process, but requires a lot of memory. If 31 you have less than 256MB of RAM, this option may cause swapping and 32 significantly slow compilation.</para></note> 33 34 <sect2><title>aRts Installation Commmand explanations</title> 35 <para><userinput>--prefix=&kde-dir;:</userinput> This option tells the 36 process to install the package in &kde-dir;. We put aRts here because this 37 package is required before installing KDE.</para> 38 39 <para><userinput>--disable-debug:</userinput> This option causes the 40 system to be compiled without debugging code. 41 </para> 42 43 <para><userinput>--disable-dependency-tracking:</userinput> This option speeds 44 up one time builds.</para> 45 46 <para><userinput>ln -sfn &kde-dir; /opt/kde:</userinput> This command creates 47 a link for access to KDE. If a newer version of KDE is released, the new 48 system can be built by changing the <userinput>--prefix</userinput> location 49 and then set up by changing the link as this command does. 50 </para> 51 52 </sect2> 53 54 <sect2><title>Configuring aRts</title> 55 <para>The library directory <filename class="directory">/opt/kde/lib</filename> 56 should appear in <filename>/etc/ld.so.conf</filename> 57 so that ldd can find the shared libraries. The following command will add it 58 if it is missing: 59 <screen><userinput>cat >> /etc/ld.so.conf << "EOF"</userinput> 60 # Begin kde addition to /etc/ld.so.conf 61 62 /opt/kde/lib 63 64 # End kde addition 65 <userinput>EOF 66 ldconfig</userinput></screen></para> 67 </sect2> 9 68 </sect1> -
kde/inst/kde-libs.xml
r7bc967ec r8984e31 16 16 17 17 <para>The following package is required to install kdelibs: 18 <screen><xref linkend=" arts"/></screen></para>18 <screen><xref linkend="kde-core-arts"/></screen></para> 19 19 20 20 <para>kdelibs can use many libraries and programs. The following are recommended: -
kde/kde.ent
r7bc967ec r8984e31 4 4 <!-- KDE Core --> 5 5 <!ENTITY kde-core SYSTEM "core/core.xml"> 6 <! ENTITY kde-core-arts SYSTEM "core/arts.xml">6 <!-- <!ENTITY kde-core-arts SYSTEM "core/arts.xml"> --> 7 7 <!ENTITY kde-core-config SYSTEM "core/config.xml"> 8 8 9 <!ENTITY kde-core-arts SYSTEM "core/arts.xml"> 10 <!ENTITY arts-version "1.1"> 11 <!ENTITY arts-download-size "947 KB"> 12 <!ENTITY arts-build-size " 35 MB"> 13 <!ENTITY arts-install-size " 5.7 MB"> 14 <!ENTITY arts-download-ftp "ftp://ftp.kde.org/pub/kde/stable/&kde-version;/src/arts-&arts-version;.tar.bz2"> 15 <!ENTITY arts-build-time "11 min (667 MHz)"> 16 <!ENTITY arts-time "9.33 SBU"> 9 17 <!-- KDE Additional --> 10 18 <!ENTITY kde-add SYSTEM "add/add.xml"> … … 15 23 <!-- Package entities --> 16 24 17 <!-- 18 <!ENTITY objprelink SYSTEM "inst/objprelink.xml"> 19 <!ENTITY objprelink-buildsize "447 KB"> 20 <!ENTITY objprelink-version ""> 21 <!ENTITY objprelink-download "http://objprelink.sourceforge.net/objprelink-1.c"> 22 <!ENTITY objprelink-size "427 KB"> 23 --> 24 25 <!-- <!ENTITY arts SYSTEM "core/arts.xml"> --> 25 26 <!ENTITY kde-libs SYSTEM "inst/kde-libs.xml"> 26 27 <!ENTITY kde-base SYSTEM "inst/kde-base.xml"> … … 81 82 <!ENTITY kdm-size "??? MB"> 82 83 84 85 -
multimedia/libdriv/arts.xml
r7bc967ec r8984e31 3 3 <title>aRts-&arts-version;</title> 4 4 5 <para><screen>Download location (FTP): <ulink url="&arts-download-ftp;"/> 6 Version used: &arts-version; 7 Package size: &arts-download-size; 8 Estimated build disk space: &arts-build-size; 9 Estimated installed space: &arts-install-size; 10 Estimated build time: &arts-build-time;</screen></para> 5 <para> 6 The Analog Realtime Synthesizer (aRts) provides 7 software that can 8 simulate a complete "modular analog synthesizer" on your computer. 9 It creates sounds and music using small modules like oscillators for creating 10 waveforms, various filters, modules for playing data on your speakers, mixers, 11 and faders. You can build a complete setup with the gui of the system, using the 12 modules - generators, effects and output - connected to each other.</para> 11 13 12 <para>The Analog Realtime Synthesizer (aRts) provides sound support for KDE. 13 It provides necessary libraries for kdelibs. The following package is required to install aRts: 14 <screen><xref linkend="qt"/></screen></para> 14 <para>aRts provides provides necessary libraries 15 for KDE, however it can be installed as a standalone package. 16 The installation 17 instructions for aRts can be found in the <xref linkend="kde-core-arts"/> portion 18 of the KDE installation instructions.</para> 15 19 16 <para>It will use the following recommended packages, if installed:17 <screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/>.</screen></para>18 19 <para>Before starting the build, ensure you have the QTDIR environment variable set20 <screen><userinput>export QTDIR=/opt/qt</userinput></screen></para>21 22 23 <para><screen><userinput>./configure --prefix=&kde-dir; --disable-debug \24 --disable-dependency-tracking &&25 make &&26 make install &&27 ln -sfn &kde-dir; /opt/kde</userinput></screen></para>28 29 <note><para>Another configure option is <userinput>--enable-final</userinput>.30 This option can speed up the build process, but requires a lot of memory. If31 you have less than 256MB of RAM, this option may cause swapping and32 significantly slow compilation.</para></note>33 34 <sect2><title>aRts Installation Commmand explanations</title>35 <para><userinput>--prefix=&kde-dir;:</userinput> This option tells the36 process to install the package in &kde-dir;. We put aRts here because this37 package is required before installing KDE.</para>38 39 <para><userinput>--disable-debug:</userinput> This option causes the40 system to be compiled without debugging code.41 </para>42 43 <para><userinput>--disable-dependency-tracking:</userinput> This option speeds44 up one time builds.</para>45 46 <para><userinput>ln -sfn &kde-dir; /opt/kde:</userinput> This command creates47 a link for access to KDE. If a newer version of KDE is released, the new48 system can be built by changing the <userinput>--prefix</userinput> location49 and then set up by changing the link as this command does.50 </para>51 52 </sect2>53 54 <sect2><title>Configuring aRts</title>55 <para>The library directory <filename class="directory">/opt/kde/lib</filename>56 should appear in <filename>/etc/ld.so.conf</filename>57 so that ldd can find the shared libraries. The following command will add it58 if it is missing:59 <screen><userinput>cat >> /etc/ld.so.conf << "EOF"</userinput>60 # Begin kde addition to /etc/ld.so.conf61 62 /opt/kde/lib63 64 # End kde addition65 <userinput>EOF66 ldconfig</userinput></screen></para>67 </sect2>68 20 </sect1> -
multimedia/multimedia.ent
r7bc967ec r8984e31 4 4 <!ENTITY multimedia-libdriv SYSTEM "libdriv/libdriv.xml"> 5 5 <!ENTITY % alsa SYSTEM "libdriv/alsa/alsa.ent"> 6 <!ENTITY % arts SYSTEM "libdriv/arts/arts.ent"> 6 <!-- <!ENTITY % arts SYSTEM "libdriv/arts/arts.ent"> --> 7 <!ENTITY arts SYSTEM "libdriv/arts.xml"> 7 8 <!ENTITY % audiofile SYSTEM "libdriv/audiofile/audiofile.ent"> 8 9 <!ENTITY % esound SYSTEM "libdriv/esound/esound.ent"> … … 12 13 <!ENTITY % nas SYSTEM "libdriv/nas/nas.ent"> 13 14 %alsa; 14 %arts; 15 <!-- %arts; --> 15 16 %audiofile; 16 17 %esound;
Note:
See TracChangeset
for help on using the changeset viewer.