In preparation for the inclusion of VLC here is a diff to include libdvdnav, which is required by VLC to play DVD's.
- rthomsen - Index: BOOK/multimedia/libdriv/libdriv.xml =================================================================== --- BOOK/multimedia/libdriv/libdriv.xml (revision 9509) +++ BOOK/multimedia/libdriv/libdriv.xml (working copy) @@ -48,6 +48,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flac.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdvdcss.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdvdread.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdvdnav.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdv.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liba52.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xvid.xml"/> Index: BOOK/multimedia/libdriv/libdvdnav.xml =================================================================== --- BOOK/multimedia/libdriv/libdvdnav.xml (revision 0) +++ BOOK/multimedia/libdriv/libdvdnav.xml (working copy) @@ -0,0 +1,136 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY libdvdnav-download-http + "http://dvdnav.mplayerhq.hu/releases/libdvdnav-&libdvdnav-version;.tar.bz2"> + <!ENTITY libdvdnav-download-ftp " "> + <!ENTITY libdvdnav-md5sum "53be8903f9802e101929a3451203bbf6"> + <!ENTITY libdvdnav-size "109 KB"> + <!ENTITY libdvdnav-buildsize "4.2 MB"> + <!ENTITY libdvdnav-time "0.1 SBU"> +]> + +<sect1 id="libdvdnav" xreflabel="libdvdnav-&libdvdnav-version;"> + <?dbhtml filename="libdvdnav.html"?> + + <sect1info> + <othername>$LastChangedBy: andy $</othername> + <date>$Date: 2012-02-13 15:53:23 +0100 (Mon, 13 Feb 2012) $</date> + </sect1info> + + <title>Libdvdnav-&libdvdnav-version;</title> + + <indexterm zone="libdvdnav"> + <primary sortas="a-Libdvdnav">Libdvdnav</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to Libdvdnav</title> + + <para><application>libdvdnav</application> is a library that allows easy use of sophisticated DVD navigation + features such as DVD menus, multiangle playback and even interactive DVD games.</para> + + &lfs70_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&libdvdnav-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&libdvdnav-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &libdvdnav-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &libdvdnav-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &libdvdnav-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &libdvdnav-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">Libdvdnav Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="libdvdread"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/libdvdnav"/></para> + </sect2> + + <sect2 role="installation"> + <title>Installation of Libdvdnav</title> + + <para>Install <application>libdvdnav</application> by running the + following commands:</para> + +<screen><userinput>./autogen.sh --prefix=/usr && +make</userinput></screen> + + <para>This package does not come with a test suite.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> + user:</para> + +<screen role="root"><userinput>make install</userinput></screen> + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <para><command>./autogen.sh</command>: This package does not come with the + normal configure script, so we need to use the <command>autogen.sh</command> + script to generate and run <command>configure</command>.</para> + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directory</segtitle> + + <seglistitem> + <seg>dvdnav-config</seg> + <seg>libdvdnav.so and libdvdnavmini.so</seg> + <seg>/usr/include/dvdnav</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="libdvdnav-lib"> + <term><filename class="libraryfile">libdvdnav.so</filename></term> + <listitem> + <para>DVD navigation library.</para> + <indexterm zone="libdvdnav libdvdnav-lib"> + <primary sortas="c-libdvdnav">libdvdnav.so</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libdvdnavmini-lib"> + <term><filename class="libraryfile">libdvdnavmini.so</filename></term> + <listitem> + <para>DVD navigation mini library.</para> + <indexterm zone="libdvdnav libdvdnavmini-lib"> + <primary sortas="c-libdvdnavmini">libdvdnavmini.so</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + </sect2> +</sect1> Index: BOOK/general.ent =================================================================== --- BOOK/general.ent (revision 9509) +++ BOOK/general.ent (working copy) @@ -920,6 +920,7 @@ <!ENTITY flac-version "1.2.1"> <!ENTITY libdvdcss-version "1.2.10"> <!ENTITY libdvdread-version "4.2.0"> +<!ENTITY libdvdnav-version "4.2.0"> <!ENTITY libdv-version "1.0.0"> <!ENTITY liba52-version "0.7.4"> <!ENTITY xvid-version "1.2.2"> -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
