Author: rdaniels
Date: 2008-05-15 01:30:41 -0600 (Thu, 15 May 2008)
New Revision: 7462
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/kde/add/kdemultimedia.xml
Log:
Added --without-ffmpeg to Akode instructions to prevent build failures.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-05-14 14:22:03 UTC (rev 7461)
+++ trunk/BOOK/general.ent 2008-05-15 07:30:41 UTC (rev 7462)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "14"> <!-- Always 2 digits -->
+<!ENTITY day "16"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-05-14 14:22:03 UTC
(rev 7461)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-05-15 07:30:41 UTC
(rev 7462)
@@ -42,6 +42,17 @@
-->
<listitem>
+ <para>May 15th, 2008</para>
+ <itemizedlist>
+ <listitem>
+ <para>[rdaniels] - Added --without-ffmpeg to Akode instructions to
+ prevent compilation errors from building Akode with
+ FFmpeg support.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 14th, 2008</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/kde/add/kdemultimedia.xml
===================================================================
--- trunk/BOOK/kde/add/kdemultimedia.xml 2008-05-14 14:22:03 UTC (rev
7461)
+++ trunk/BOOK/kde/add/kdemultimedia.xml 2008-05-15 07:30:41 UTC (rev
7462)
@@ -96,15 +96,14 @@
Code</ulink> (a.k.a. libsamplerate),
<ulink url="http://pulseaudio.org/">PulseAudio</ulink>,
<ulink url="http://jackit.sourceforge.net/">JACK</ulink>, and
- <ulink url="http://www.mplayerhq.hu/homepage/design7/dload.html#cvs">FFmpeg
- </ulink>(must be a CVS version, and support is experimental)</para>
+ <xref linkend="ffmpeg"/> (support is experimental)</para>
<bridgehead renderas="sect3">Installation of Akode</bridgehead>
<para>Install <application>Akode</application> by issuing the following
commands:</para>
-<screen><userinput>./configure --prefix=&kde-dir; \
+<screen><userinput>./configure --prefix=&kde-dir; --without-ffmpeg \
--disable-debug --disable-dependency-tracking &&
make</userinput></screen>
@@ -116,6 +115,21 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para><parameter>--without-ffmpeg</parameter>: This option disables the
+ experimental <application>FFmpeg</application> support in
+ <application>Akode</application>, as the build fails if it is enabled.
+ A patch that allows the build to complete with
+ <application>FFmpeg</application> support can be found as an attachment at
+ <ulink
url="http://linuxfromscratch.org/pipermail/blfs-dev/2007-October/017837.html"/>.
+ However, the functionality of <application>Akode</application> built with
+ <application>FFmpeg</application> support has not been tested by the
+ BLFS editors.</para>
+
+ </sect2>
+
<sect2 role="package" id="kdemultimedia-instructions"
xreflabel="Kdemultimedia Instructions">
<title>Resuming the Kdemultimedia Instructions</title>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page