source: multimedia/libdriv/libdvdnav.xml@ 3e63daa9

systemd-13485
Last change on this file since 3e63daa9 was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

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

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