Changeset 583760d for kde/add


Ignore:
Timestamp:
08/12/2004 05:26:30 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8db3c97
Parents:
6b0eb37
Message:

Updated to KDE-3.2.3 (not all package download sizes, build sizes, SBUs and ancillary instructions have been updated)

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

Location:
kde/add
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdemultimedia.xml

    r6b0eb37 r583760d  
    77<!ENTITY kdemultimedia-download-http "&kde-download-http;/kdemultimedia-&kde-version;.tar.bz2">
    88<!ENTITY kdemultimedia-download-ftp "&kde-download-ftp;/kdemultimedia-&kde-version;.tar.bz2">
    9 <!ENTITY kdemultimedia-size "4.7 MB">
    10 <!ENTITY kdemultimedia-buildsize "78 MB">
    11 <!ENTITY kdemultimedia-time "8.93 SBU">
    12 
     9<!ENTITY kdemultimedia-size "4.8 MB">
     10<!ENTITY kdemultimedia-buildsize "114 MB">
     11<!ENTITY kdemultimedia-time "12.33 SBU">
    1312]>
    1413
     
    5554<xref linkend="flac"/>,
    5655<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
    57 <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>
    58 and
    59 <ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>
     56<ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>,
     57<ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>,
     58<ulink url="http://www.musicbrainz.org/products/trmgen/download.html">TRM
     59Generator</ulink> and
     60<ulink url="http://gstreamer.freedesktop.org/">GStreamer</ulink>
    6061</para></sect4>
    6162</sect3>
     
    6768
    6869<para>Install <application>kdemultimedia</application> with:</para>
     70
    6971<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    7072    --disable-dependency-tracking &amp;&amp;
     
    7779<title>Configuring kdemultimedia</title>
    7880
    79 <para>There is no explicit configuration for the kdemultimedia package, however
     81<para>There is no explicit configuration for the
     82<application>kdemultimedia</application> package, however
    8083<command>kscd</command> needs to find the CD drive. The default is
    8184<filename>/dev/cdrom</filename> which may not exist on your system.  The
     
    8386(e.g., <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>, etc.):
    8487
    85 <screen><userinput><command>cd /dev &amp;&amp;
    86 ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen>
     88<screen><userinput><command>ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen>
    8789
    8890</para>
  • kde/add/kdesdk.xml

    r6b0eb37 r583760d  
    77<!ENTITY kdesdk-download-http "&kde-download-http;/kdesdk-&kde-version;.tar.bz2">
    88<!ENTITY kdesdk-download-ftp "&kde-download-ftp;/kdesdk-&kde-version;.tar.bz2">
    9 <!ENTITY kdesdk-size "3.8 MB">
    10 <!ENTITY kdesdk-buildsize "65 MB">
    11 <!ENTITY kdesdk-time "5.03 SBU">
    12 
     9<!ENTITY kdesdk-size "3.9 MB">
     10<!ENTITY kdesdk-buildsize "91 MB">
     11<!ENTITY kdesdk-time "9.95 SBU">
    1312]>
    1413
     
    5857<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    5958    --disable-dependency-tracking &amp;&amp;
    60 make</command></userinput></screen>
    61 
    62 <para>
    63 The <command>make</command> command will error out two times. On the
    64 first occurrence, enter the following sed command and continue with the
    65 compilation:
    66 </para>
    67 
    68 <screen><userinput><command>sed -i 's/class istream;/#include &lt;istream.h&gt;/' \
    69     kbabel/common/libgettext/pofiles.cc &amp;&amp;
    70 make</command></userinput></screen>
    71 
    72 <para>
    73 Repeat the previous procedure:
    74 </para>   
    75 
    76 <screen><userinput><command>sed -i 's/class istream;/#include &lt;istream.h&gt;/' \
    77     umbrello/umbrello/classparser/tokenizer.cc &amp;&amp;
    7859make &amp;&amp;
    7960make install</command></userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.