Changeset 747cef8e
- Timestamp:
- 10/20/2003 10:42:25 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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, v5_0, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9d3b84a
- Parents:
- 2700b70
- Location:
- kde
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/core/arts.xml
r2700b70 r747cef8e 3 3 <title>aRts-&arts-version;</title> 4 4 5 <sect2><title>Introduction to <application><acronym>aRts</acronym></application></title> 5 &arts-intro; 6 &arts-inst; 7 &arts-exp; 8 &arts-config; 6 9 7 <para>The Analog Real-time Synthesizer (<acronym>aRts</acronym>)8 provides sound support for <acronym>KDE</acronym>. It provides necessary9 libraries for kdelibs.</para>10 11 <sect3><title>Package information</title>12 <itemizedlist spacing='compact'>13 <listitem><para>Download (HTTP): <ulink url="&arts-download-http;"/></para></listitem>14 <listitem><para>Download (FTP): <ulink url="&arts-download-ftp;"/></para></listitem>15 <listitem><para>Download size: &arts-size;</para></listitem>16 <listitem><para>Estimated Disk space required: &arts-buildsize;</para></listitem>17 <listitem><para>Estimated build time: &arts-time;</para></listitem></itemizedlist>18 </sect3>19 20 <sect3><title><application>aRts</application> dependencies</title>21 <sect4><title>Required</title>22 <para><xref linkend="qt"/></para></sect4>23 <sect4><title>Recommended</title>24 <para><xref linkend="alsa"/>, <xref linkend="audiofile"/> and <xref25 linkend="libvorbis"/></para></sect4>26 <sect4><title>Optional</title>27 <para><xref linkend="pkgconfig"/>, <xref28 linkend="GLib2"/> and <xref linkend="libmad"/></para></sect4>29 </sect3>30 31 </sect2>32 33 <sect2>34 <title>Installation of <application>aRts</application></title>35 36 <para>Before starting the build, ensure you have the37 <envar>QTDIR</envar> environment variable set:</para>38 <screen><userinput><command>export QTDIR=/opt/qt</command></userinput></screen>39 40 <para>Install <application>aRts</application> by running the41 following commands:</para>42 43 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \44 --disable-dependency-tracking &&45 make &&46 make install &&47 ln -sfn &kde-dir; /opt/kde</command></userinput></screen>48 49 <note><para>Another configure option is <command>--enable-final</command>.50 This option can speed up the build process, but requires a lot of memory. If51 you have less than 256MB of RAM, this option may cause swapping and52 significantly slow compilation.</para></note>53 54 </sect2>55 56 <sect2><title>Command explanations</title>57 <para><command>--prefix=&kde-dir;</command> : This option tells the58 process to install the package in <filename59 class="directory">&kde-dir;</filename>. We put aRts here because this60 package is required before installing <acronym>KDE</acronym>.</para>61 62 <para><command>--disable-debug</command> : This option causes the63 system to be compiled without debugging code.64 </para>65 66 <para><command>--disable-dependency-tracking</command> : This option speeds67 up one time builds.</para>68 69 <para><command>ln -sfn &kde-dir; /opt/kde</command> : This command creates70 a link for access to <acronym>KDE</acronym>. If a newer version of71 <acronym>KDE</acronym> is released, the new72 system can be built by changing the <command>--prefix</command> location73 and then set up by changing the link as this command does.74 </para>75 76 </sect2>77 78 <sect2><title>Configuring aRts</title>79 80 <sect3><title>Configuration Information</title>81 82 <para>The library directory <filename class="directory">/opt/kde/lib</filename>83 should appear in <filename>/etc/ld.so.conf</filename>84 so that ldd can find the shared libraries. The following command will add it85 if it is missing:</para>86 87 <screen><userinput><command>cat >> /etc/ld.so.conf << "EOF"88 # Begin kde addition to /etc/ld.so.conf89 90 /opt/kde/lib91 92 # End kde addition93 EOF94 ldconfig</command></userinput></screen>95 96 </sect3>97 98 </sect2>99 10 </sect1> -
kde/kde.ent
r2700b70 r747cef8e 10 10 <!ENTITY kde-core-config SYSTEM "core/config.xml"> 11 11 12 <!ENTITY kde-core-arts SYSTEM "core/arts.xml"> 13 <!ENTITY arts-buildsize "42.5 MB"> 14 <!ENTITY arts-version "1.1.4"> 15 <!ENTITY arts-download-http ""> 16 <!ENTITY arts-download-ftp "&kde-download;/arts-&arts-version;.tar.bz2"> 17 <!ENTITY arts-size "963 KB"> 18 <!ENTITY arts-time "2.52 SBU"> 12 <!ENTITY % kde-core-arts SYSTEM "core/arts/arts.ent"> 13 %kde-core-arts; 19 14 20 15 <!-- KDE Additional -->
Note:
See TracChangeset
for help on using the changeset viewer.