source: multimedia/libdriv/libdvdnav.xml@ 05eb990a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 05eb990a was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.2 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 "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 &lfs112_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 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/libdvdnav"/></para>
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of Libdvdnav</title>
83
84 <para>
85 Install <application>libdvdnav</application> by running the
86 following commands:
87 </para>
88
89<screen><userinput>./configure --prefix=/usr \
90 --disable-static \
91 --docdir=/usr/share/doc/libdvdnav-&libdvdnav-version; &amp;&amp;
92make</userinput></screen>
93
94 <para>
95 This package does not come with a test suite.
96 </para>
97
98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/static-libraries.xml"/>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Library</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>None</seg>
123 <seg>libdvdnav.so</seg>
124 <seg>
125 /usr/include/dvdnav and
126 /usr/share/doc/libdvdnav-&libdvdnav-version;
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="libdvdnav-lib">
137 <term><filename class="libraryfile">libdvdnav.so</filename></term>
138 <listitem>
139 <para>
140 is the DVD navigation library
141 </para>
142 <indexterm zone="libdvdnav libdvdnav-lib">
143 <primary sortas="c-libdvdnav">libdvdnav.so</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147 </variablelist>
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.