Author: andy Date: 2012-02-24 14:36:25 -0700 (Fri, 24 Feb 2012) New Revision: 9513
Added: trunk/BOOK/multimedia/libdriv/libdvdnav.xml Log: I forgot to include the xml file again. sorry Added: trunk/BOOK/multimedia/libdriv/libdvdnav.xml =================================================================== --- trunk/BOOK/multimedia/libdriv/libdvdnav.xml (rev 0) +++ trunk/BOOK/multimedia/libdriv/libdvdnav.xml 2012-02-24 21:36:25 UTC (rev 9513) @@ -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$</othername> + <date>$Date$</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> Property changes on: trunk/BOOK/multimedia/libdriv/libdvdnav.xml ___________________________________________________________________ Added: svn:keywords + LastChangedBy Date -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
