Ignore:
Timestamp:
05/15/2008 07:41:20 AM (16 years ago)
Author:
Robert Daniels <rdaniels@…>
Branches:
6.3, 6.3-rc2, 6.3-rc3
Children:
dbc0832
Parents:
ad6d61c
Message:

Merged r7462 from trunk into the 6.3 branch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdemultimedia.xml

    rad6d61c r483ab89d  
    9797    <ulink url="http://pulseaudio.org/">PulseAudio</ulink>,
    9898    <ulink url="http://jackit.sourceforge.net/">JACK</ulink>, and
    99     <ulink url="http://www.mplayerhq.hu/homepage/design7/dload.html#cvs">FFmpeg
    100     </ulink>(must be a CVS version, and support is experimental)</para>
     99    <xref linkend="ffmpeg"/> (support is experimental)</para>
    101100
    102101    <bridgehead renderas="sect3">Installation of Akode</bridgehead>
     
    105104    commands:</para>
    106105
    107 <screen><userinput>./configure --prefix=&kde-dir; \
     106<screen><userinput>./configure --prefix=&kde-dir; --without-ffmpeg \
    108107    --disable-debug --disable-dependency-tracking &amp;&amp;
    109108make</userinput></screen>
     
    114113
    115114<screen role="root"><userinput>make install</userinput></screen>
     115
     116  </sect2>
     117
     118  <sect2 role="commands">
     119    <title>Command Explanations</title>
     120
     121    <para><parameter>--without-ffmpeg</parameter>: This option disables the
     122    experimental <application>FFmpeg</application> support in
     123    <application>Akode</application>, as the build fails if it is enabled.
     124    A patch that allows the build to complete with
     125    <application>FFmpeg</application> support can be found as an attachment at
     126    <ulink url="http://linuxfromscratch.org/pipermail/blfs-dev/2007-October/017837.html"/>.
     127    However, the functionality of <application>Akode</application> built with
     128    <application>FFmpeg</application> support has not been tested by the
     129    BLFS editors.</para>
    116130
    117131  </sect2>
Note: See TracChangeset for help on using the changeset viewer.