Author: andy
Date: 2012-06-14 14:02:57 -0600 (Thu, 14 Jun 2012)
New Revision: 10328
Modified:
trunk/BOOK/multimedia/libdriv/xine-lib.xml
trunk/BOOK/multimedia/videoutils/ffmpeg.xml
Log:
xine-lib needs --disable-vcd without VCDImager installed
Modified: trunk/BOOK/multimedia/libdriv/xine-lib.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/xine-lib.xml 2012-06-14 12:45:50 UTC (rev
10327)
+++ trunk/BOOK/multimedia/libdriv/xine-lib.xml 2012-06-14 20:02:57 UTC (rev
10328)
@@ -123,7 +123,8 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr
--docdir=/usr/share/doc/xine-lib-&xine-lib-version; &&
+<screen><userinput>./configure --prefix=/usr --disable-vcd \
+ --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -139,6 +140,13 @@
<title>Command Explanations</title>
<para>
+ <option>--disable-vcd</option>: This option is required to compile Xine
+ Lib without
+ <ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>
+ installed. Remove this option if you have installed VCDImager.
+ </para>
+
+ <para>
<option>--docdir=/usr/share/xine-lib-&xine-lib-version;</option>: This
switch causes the documentation to be installed into a versioned
directory instead of the default
Modified: trunk/BOOK/multimedia/videoutils/ffmpeg.xml
===================================================================
--- trunk/BOOK/multimedia/videoutils/ffmpeg.xml 2012-06-14 12:45:50 UTC (rev
10327)
+++ trunk/BOOK/multimedia/videoutils/ffmpeg.xml 2012-06-14 20:02:57 UTC (rev
10328)
@@ -152,6 +152,7 @@
user:</para>
<screen role="root"><userinput>make install &&
+make install-man &&
mkdir /usr/share/doc/ffmpeg-&ffmpeg-version; &&
cp doc/*.html doc/*.txt
/usr/share/doc/ffmpeg-&ffmpeg-version;</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page