xine-lib-1.2.6: promote libdvdnav-5.0.3 to recommended.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15440 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-02-02 10:43:27 +00:00
parent 2a4082302a
commit 5a830ea002
2 changed files with 25 additions and 11 deletions

View File

@ -47,6 +47,10 @@
<listitem> <listitem>
<para>February 2nd, 2015</para> <para>February 2nd, 2015</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[fernando] - xine-lib-1.2.6: promote libdvdnav-5.0.3 to
recommended.</para>
</listitem>
<listitem> <listitem>
<para>[fernando] - Update to libreoffice-4.4.0: forgot to check URLs <para>[fernando] - Update to libreoffice-4.4.0: forgot to check URLs
and found 6 not working (one included in the update).</para> and found 6 not working (one included in the update).</para>

View File

@ -73,6 +73,11 @@
<ulink url="http://jackaudio.org/">JACK</ulink> <ulink url="http://jackaudio.org/">JACK</ulink>
</para> </para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libdvdnav"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"> <para role="optional">
<xref linkend="aalib"/>, <xref linkend="aalib"/>,
@ -82,7 +87,6 @@
<xref linkend="glu"/>, <xref linkend="glu"/>,
<xref linkend="imagemagick"/>, <xref linkend="imagemagick"/>,
<xref linkend="liba52"/>, <xref linkend="liba52"/>,
<xref linkend="libdvdnav"/> (not recommended by upstream developers),
<xref linkend="libmad"/>, <xref linkend="libmad"/>,
<xref linkend="libmng"/>, <xref linkend="libmng"/>,
<xref linkend="libtheora"/>, <xref linkend="libtheora"/>,
@ -120,8 +124,9 @@
commands: commands:
</para> </para>
<screen><userinput>./configure --prefix=/usr \ <screen><userinput>./configure --prefix=/usr \
--disable-vcd \ --disable-vcd \
--with-external-dvdnav \
--docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp; --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
make</userinput></screen> make</userinput></screen>
@ -158,17 +163,22 @@ install -v -m644 doc/api/* \
<title>Command Explanations</title> <title>Command Explanations</title>
<para> <para>
<parameter>--disable-vcd</parameter>: This option is required to compile <parameter>--disable-vcd</parameter>: This switch is required to compile
<application>Xine Lib</application> without <application>Xine Lib</application> without <ulink
<ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink> url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink> installed.
installed. Remove this option if you have installed VCDImager. Remove this option if you have installed VCDImager.
</para> </para>
<para> <para>
<parameter>--docdir=/usr/share/xine-lib-&xine-lib-version;</parameter>: This <parameter>--with-external-dvdnav</parameter>: This switch is required,
switch causes the documentation to be installed into a versioned because internal libraries cannot decrypt DVD.
directory instead of the default </para>
<filename class="directory">/usr/share/doc/xine-lib</filename>.
<para>
<parameter>--docdir=/usr/share/xine-lib-&xine-lib-version;</parameter>:
This switch causes the documentation to be installed into a versioned
directory instead of the default <filename
class="directory">/usr/share/doc/xine-lib</filename>.
</para> </para>
</sect2> </sect2>