Author: randy
Date: 2011-01-14 16:10:57 -0700 (Fri, 14 Jan 2011)
New Revision: 8818
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/libdv.xml
Log:
Added additional parameters to the libdv configure command that are required if
optional dependencies are not installed
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2011-01-14 15:23:11 UTC (rev 8817)
+++ trunk/BOOK/general.ent 2011-01-14 23:10:57 UTC (rev 8818)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "14"> <!-- Always 2 digits -->
+<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2011">
<!ENTITY copyrightdate "2001-&year;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2011-01-14 15:23:11 UTC
(rev 8817)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2011-01-14 23:10:57 UTC
(rev 8818)
@@ -42,6 +42,17 @@
-->
<listitem>
+ <para>January 15th, 2011</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Added additional parameters to the libdv configure
+ command that are required if optional dependencies are not
+ installed.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 14th, 2011</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/libdriv/libdv.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libdv.xml 2011-01-14 15:23:11 UTC (rev
8817)
+++ trunk/BOOK/multimedia/libdriv/libdv.xml 2011-01-14 23:10:57 UTC (rev
8818)
@@ -75,7 +75,9 @@
<para>Install <application>libdv</application> by running the
following commands:</para>
-<screen><userinput>./configure --prefix=/usr &&
+<screen><userinput>./configure --prefix=/usr \
+ --disable-gtk \
+ --disable-xv &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -86,13 +88,17 @@
install -v -m755 -d /usr/share/doc/libdv-&libdv-version; &&
install -v -m644 README*
/usr/share/doc/libdv-&libdv-version;</userinput></screen>
- <!-- <note>
- <para>The <command>configure</command> check for
- <application>GTK+</application> is broken. If
<application>GTK+</application>
- is not installed, also pass <option>-disable-gtk</option> to the
- <command>configure</command> script.</para>
- </note> -->
+ </sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para><parameter>--disable-gtk</parameter>: This parameter is required if
+ <application>GTK+</application> is not installed.</para>
+
+ <para><parameter>--disable-xv</parameter>: This parameter is required if
+ an <application>X Window System</application> is not installed.</para>
+
</sect2>
<sect2 role="content">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page