source: multimedia/libdriv/libdvdnav.xml@ dd9e0c3

systemd-13485
Last change on this file since dd9e0c3 was d19fb65, checked in by DJ Lucas <dj@…>, 9 years ago

Merge changes from trunk Chpater 45 (systemd Chapter 37)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16886 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[dad72194]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[ac38e9dc]7 <!ENTITY libdvdnav-download-http "http://download.videolan.org/videolan/libdvdnav/&libdvdnav-version;/libdvdnav-&libdvdnav-version;.tar.bz2">
[dad72194]8 <!ENTITY libdvdnav-download-ftp " ">
[ac38e9dc]9 <!ENTITY libdvdnav-md5sum "e9ea4de3bd8f204e61301d407d09f033">
10 <!ENTITY libdvdnav-size "364 KB">
11 <!ENTITY libdvdnav-buildsize "3.9 MB">
[b1f9f130]12 <!ENTITY libdvdnav-time "less than 0.1 SBU">
[dad72194]13]>
14
15<sect1 id="libdvdnav" xreflabel="libdvdnav-&libdvdnav-version;">
16 <?dbhtml filename="libdvdnav.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Libdvdnav-&libdvdnav-version;</title>
24
25 <indexterm zone="libdvdnav">
26 <primary sortas="a-Libdvdnav">Libdvdnav</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Libdvdnav</title>
31
[d19fb65]32 <para><application>libdvdnav</application> is a library that allows easy use
33 of sophisticated DVD navigation features such as DVD menus, multiangle
34 playback and even interactive DVD games.</para>
[dad72194]35
[d19fb65]36 &lfs78_checked;
[dad72194]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[d19fb65]41 <para>Download (HTTP): <ulink url="&libdvdnav-download-http;"/></para>
[dad72194]42 </listitem>
43 <listitem>
[d19fb65]44 <para>Download (FTP): <ulink url="&libdvdnav-download-ftp;"/></para>
[dad72194]45 </listitem>
46 <listitem>
[d19fb65]47 <para>Download MD5 sum: &libdvdnav-md5sum;</para>
[dad72194]48 </listitem>
49 <listitem>
[d19fb65]50 <para>Download size: &libdvdnav-size;</para>
[dad72194]51 </listitem>
52 <listitem>
[d19fb65]53 <para>Estimated disk space required: &libdvdnav-buildsize;</para>
[dad72194]54 </listitem>
55 <listitem>
[d19fb65]56 <para>Estimated build time: &libdvdnav-time;</para>
[dad72194]57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Libdvdnav Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
[d19fb65]63 <para role="required"><xref linkend="libdvdread"/></para>
[dad72194]64
65 <para condition="html" role="usernotes">User Notes:
[d19fb65]66 <ulink url="&blfs-wiki;/libdvdnav"/></para>
[dad72194]67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of Libdvdnav</title>
71
[d19fb65]72 <para>Install <application>libdvdnav</application> by running the
73 following commands:</para>
[dad72194]74
[ac38e9dc]75<screen><userinput>./configure --prefix=/usr \
76 --disable-static \
77 --docdir=/usr/share/doc/libdvdnav-&libdvdnav-version; &amp;&amp;
[dad72194]78make</userinput></screen>
79
[d19fb65]80 <para>This package does not come with a test suite.</para>
[dad72194]81
[d19fb65]82 <para>Now, as the <systemitem class="username">root</systemitem>
83 user:</para>
[dad72194]84
85<screen role="root"><userinput>make install</userinput></screen>
[ac38e9dc]86 </sect2>
87
88 <sect2 role="commands">
89 <title>Command Explanations</title>
90
91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
92 href="../../xincludes/static-libraries.xml"/>
93
[dad72194]94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Programs</segtitle>
[d19fb65]101 <segtitle>Installed Library</segtitle>
[ac38e9dc]102 <segtitle>Installed Directories</segtitle>
[dad72194]103
104 <seglistitem>
[d19fb65]105 <seg>None</seg>
106 <seg>libdvdnav.so</seg>
[ac38e9dc]107 <seg>
108 /usr/include/dvdnav and
109 /usr/share/doc/libdvdnav-&libdvdnav-version;
110 </seg>
[dad72194]111 </seglistitem>
112 </segmentedlist>
113
114 <variablelist>
115 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
116 <?dbfo list-presentation="list"?>
117 <?dbhtml list-presentation="table"?>
118
119 <varlistentry id="libdvdnav-lib">
120 <term><filename class="libraryfile">libdvdnav.so</filename></term>
121 <listitem>
[d19fb65]122 <para>DVD navigation library.</para>
[dad72194]123 <indexterm zone="libdvdnav libdvdnav-lib">
124 <primary sortas="c-libdvdnav">libdvdnav.so</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128 </variablelist>
129 </sect2>
130</sect1>
Note: See TracBrowser for help on using the repository browser.