source: multimedia/libdriv/libdvdnav.xml@ 254bc90d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 254bc90d was 254bc90d, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to libdvdnav-6.1.0.
Update to libdvdread-6.1.0.
Update to audacious and audacious-plugins 4.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22875 af4574ff-66df-0310-9fd7-8a98e5e911e0

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