Ignore:
Timestamp:
09/14/2002 09:47:22 PM (22 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bc013897
Parents:
07ba0069
Message:

Added freetype2 to xfree86; removed objprelink from kde; Update kde to 3.0.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/arts.xml

    r07ba0069 r19e9cee  
    33<title>aRts-&arts-version;</title>
    44
    5 <para><screen>Estimated build disk space:  35 MB
    6 Estimated installed space:  5.7 MB
    7 Package size:                &arts-size;
    8 Estimated build time:        11 min (667 MHz)</screen></para>
     5<para><screen>Download location (FTP):    <ulink url="&arts-download-ftp;"/>
     6Version used:               &arts-version;
     7Package size:               &arts-download-size;
     8Estimated build disk space: &arts-build-size;
     9Estimated installed space:  &arts-install-size;
     10Estimated build time:       &arts-build-time;</screen></para>
    911
    1012<para>The Analog Realtime Synthesizer (aRts) provides sound support for KDE. 
    1113It provides necessary libraries for kdelibs.  It will use the
    1214following optional packages, if installed:
    13 <screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, <xref linkend="libvorbis"/>,
    14 and <xref linkend="objprelink"/>.</screen></para>
     15<screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/>.</screen>
     16</para>
    1517
    1618<para>
    17 <screen><userinput>./configure --prefix=&kde-dir;  --enable-objprelink \
    18      --disable-debug --disable-dependency-tracking &amp;&amp;
     19<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     20     --disable-dependency-tracking &amp;&amp;
    1921make &amp;&amp;
    2022make install &amp;&amp;
     
    2325<note><para>Another configure option is <userinput>--enable-final</userinput>.
    2426This option can speed up the build process, but requires a lot of memory.  If
    25 you have less than 256MB of RAM, this option will cause swapping and
    26 significantly slow compilation. This option applies to all the
    27 kde packages.</para></note>
     27you have less than 256MB of RAM, this option may cause swapping and
     28significantly slow compilation.</para></note>
    2829
    2930<sect2><title>aRts Installation Commmand explanations</title>
    3031<para><userinput>--prefix=&kde-dir;:</userinput> This option tells the
    31 process to install the package in &kde-dir;.</para>
    32 
    33 <warning><para>
    34 <filename>objprelink</filename> has been known to cause problems on some
    35 systems.  If it does not work on your system you will have to rebuild kde
    36 without it.</para></warning>
    37 
    38 <para><userinput>--enable-objprelink:</userinput> This option enables
    39 the linking process to optimize executable loading times by prelinking
    40 many internal references.
    41 </para>
     32process to install the package in &kde-dir;.  We put aRts here because this
     33package is required before installing KDE.</para>
    4234
    4335<para><userinput>--disable-debug:</userinput> This option causes the
Note: See TracChangeset for help on using the changeset viewer.