Author: igor
Date: Thu Jul 25 10:33:05 2013
New Revision: 11501

Log:
VLC: moved Lua to recommended dependecies

Modified:
   trunk/BOOK/multimedia/videoutils/vlc.xml

Modified: trunk/BOOK/multimedia/videoutils/vlc.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/vlc.xml    Thu Jul 25 10:01:16 2013        
(r11500)
+++ trunk/BOOK/multimedia/videoutils/vlc.xml    Thu Jul 25 10:33:05 2013        
(r11501)
@@ -96,7 +96,8 @@
       <xref linkend="gnutls"/>,
       <xref linkend="liba52"/>,
       <xref linkend="libgcrypt"/>,
-      <xref linkend="libmad"/> and
+      <xref linkend="libmad"/>,
+      <xref linkend="lua"/> and
       <xref linkend="qt4"/> (<application>Qt</application> is required for the
       graphical user interface; without <application>Qt</application> you will
       only be able to use the command line or 
<application>ncurses</application>
@@ -202,10 +203,9 @@
     <para role="optional">
       <xref linkend="libxml2"/>,
       <xref linkend="taglib"/>,
-      <xref linkend="libnotify"/>,
+      <xref linkend="libnotify"/> and
       <ulink 
url="http://sourceforge.net/projects/medialibrary/";>MediaLibrary</ulink>
-      (requires <xref linkend="sqlite"/>) and
-      <xref linkend="lua"/>
+      (requires <xref linkend="sqlite"/>)
     </para>
 
     <para condition="html" role="usernotes">
@@ -224,7 +224,7 @@
 sed -i '/#include/s:stream_:FLAC/&amp;:' modules/codec/flac.c &amp;&amp;
 ./bootstrap &amp;&amp;
 
-./configure --prefix=/usr --disable-lua &amp;&amp;
+./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -256,15 +256,13 @@
     </para>
 
     <para>
-      <parameter>--disable-lua</parameter>: The package fails to install if
-      <application>Lua</application> is missing. Omit this option if you have
-      installed <application>Lua</application>.
+      <option>--disable-lua</option>: Use this switch if you don't have
+      <application>Lua</application> installed.
     </para>
 
     <para>
-      <option>--disable-dbus</option>: The package fails to install if
-      <application>D-Bus</application> is missing. Use this switch if you don't
-      have <application>D-Bus</application> installed.
+      <option>--disable-dbus</option>: Use this switch if you don't have
+      <application>D-Bus</application> installed.
     </para>
 
     <para>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to