Ignore:
Timestamp:
01/07/2009 07:33:33 AM (16 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
9430c7e8
Parents:
32844d98
Message:

Updated to kde-3.5.10/kevelop-3.5.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdemultimedia.xml

    r32844d98 r65ce93a  
    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-md5sum        "fdfafe38d2c7e3019dafc80c177add15">
    10   <!ENTITY kdemultimedia-size          "6.1 MB">
    11   <!ENTITY kdemultimedia-buildsize     "125 MB (additional 1 MB for API docs)">
    12   <!ENTITY kdemultimedia-time          "9.8 SBU (additional 0.2 SBU for API docs)">
     9  <!ENTITY kdemultimedia-md5sum        "8e8cd7f41d37f7da8bd239048abf3516">
     10  <!ENTITY kdemultimedia-size          "6.0 MB">
     11  <!ENTITY kdemultimedia-buildsize     "122 MB">
     12  <!ENTITY kdemultimedia-time          "9.7 SBU">
    1313
    1414  <!ENTITY akode-version       "2.0.2">
     
    109109    <bridgehead renderas="sect3">Installation of Akode</bridgehead>
    110110
    111     <para>Install <application>Akode</application> by issuing the following
    112     commands:</para>
    113 
    114 <screen><userinput>./configure --prefix=&kde-dir; --without-ffmpeg \
     111<screen><userinput>sed -i "s/#include &lt;iostream&gt;/&amp;\n#include &lt;cstdlib&gt;/" \
     112    akode/lib/auto_sink.cpp  &amp;&amp;
     113
     114sed -i 's/#include "../lib/decoder.h"/&amp;\n#include &lt;cstdlib&gt;/' \
     115    akode/akodeplay/akodeplay.cpp  &amp;&amp;
     116
     117sed -i "s/&lt;assert.h&gt;/&amp;\n#include &lt;string.h&gt;\n/" \
     118    akode/lib/player.cpp  &amp;&amp;
     119
     120sed -i "s/&lt;iostream&gt;/&amp;\n#include &lt;string.h&gt;\n/" \
     121     akode/lib/magic.cpp  &amp;&amp;
     122
     123./configure --prefix=&kde-dir; --without-ffmpeg \
    115124    --disable-debug --disable-dependency-tracking &amp;&amp;
    116125make</userinput></screen>
     
    126135  <sect2 role="commands">
    127136    <title>Command Explanations</title>
     137
     138    <para><command>sed ...</command>: The four sed commands insert headers
     139    needed by <application>gcc-4.3</application> and above because the C++ header
     140    dependencies have been cleaned up.</para>
    128141
    129142    <para><parameter>--without-ffmpeg</parameter>: This option disables the
     
    236249make</userinput></screen>
    237250
     251<!--
     252    The apidox target has been removed from this package.
     253
    238254    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    239255    href="../../xincludes/kde-apidocs.xml"/>
     256-->
    240257
    241258     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.