source: multimedia/libdriv/libdvdnav.xml

trunk
Last change on this file was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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
7 <!ENTITY libdvdnav-download-http "https://get.videolan.org/libdvdnav/&libdvdnav-version;/libdvdnav-&libdvdnav-version;.tar.bz2">
8 <!ENTITY libdvdnav-download-ftp " ">
9 <!ENTITY libdvdnav-md5sum "46c46cb0294fbd1fcb8a0181818dad15">
10 <!ENTITY libdvdnav-size "360 KB">
11 <!ENTITY libdvdnav-buildsize "3.7 MB">
12 <!ENTITY libdvdnav-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libdvdnav" xreflabel="libdvdnav-&libdvdnav-version;">
16 <?dbhtml filename="libdvdnav.html"?>
17
18
19 <title>Libdvdnav-&libdvdnav-version;</title>
20
21 <indexterm zone="libdvdnav">
22 <primary sortas="a-Libdvdnav">Libdvdnav</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Libdvdnav</title>
27
28 <para>
29 <application>libdvdnav</application> is a library that allows easy use
30 of sophisticated DVD navigation features such as DVD menus, multiangle
31 playback and even interactive DVD games.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libdvdnav-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libdvdnav-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libdvdnav-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libdvdnav-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libdvdnav-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libdvdnav-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Libdvdnav Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="libdvdread"/>
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Libdvdnav</title>
81
82 <para>
83 Install <application>libdvdnav</application> by running the
84 following commands:
85 </para>
86
87<screen><userinput>./configure --prefix=/usr \
88 --disable-static \
89 --docdir=/usr/share/doc/libdvdnav-&libdvdnav-version; &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/static-libraries.xml"/>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Library</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>None</seg>
121 <seg>libdvdnav.so</seg>
122 <seg>
123 /usr/include/dvdnav and
124 /usr/share/doc/libdvdnav-&libdvdnav-version;
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="libdvdnav-lib">
135 <term><filename class="libraryfile">libdvdnav.so</filename></term>
136 <listitem>
137 <para>
138 is the DVD navigation library
139 </para>
140 <indexterm zone="libdvdnav libdvdnav-lib">
141 <primary sortas="c-libdvdnav">libdvdnav.so</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145 </variablelist>
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.