Changeset a5e8571 for kde


Ignore:
Timestamp:
05/15/2008 07:30:41 AM (16 years ago)
Author:
Robert Daniels <rdaniels@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
9fff0517
Parents:
d357f93
Message:

Added --without-ffmpeg to Akode instructions to prevent build failures.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdemultimedia.xml

    rd357f93 ra5e8571  
    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.