glfs/multimedia/libdriv/libdvdnav.xml
Fernando de Oliveira f374379d3c lfs7.4 tags, reformat nasm, fix md5sum in cups-filters
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11686 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-08-24 11:19:06 +00:00

138 lines
4.4 KiB
XML

<?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 "112 KB">
<!ENTITY libdvdnav-buildsize "4.5 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>
&lfs74_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 &amp;&amp;
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 <command>configure</command> script, so
the <command>autogen.sh</command> script is used 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>