source: multimedia/libdriv/libdvdnav.xml@ 59417918

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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 59417918 was 59417918, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag most of multimedia and dependencies

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

  • Property mode set to 100644
File size: 4.0 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 "76a9e24496acf7f0c2ae656e8502686d">
10 <!ENTITY libdvdnav-size "364 KB">
11 <!ENTITY libdvdnav-buildsize "3.6 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><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>
35
36 &lfs84_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libdvdnav-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libdvdnav-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libdvdnav-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libdvdnav-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libdvdnav-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libdvdnav-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Libdvdnav Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="libdvdread"/></para>
64
65 <para condition="html" role="usernotes">User Notes:
66 <ulink url="&blfs-wiki;/libdvdnav"/></para>
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of Libdvdnav</title>
71
72 <para>Install <application>libdvdnav</application> by running the
73 following commands:</para>
74
75<screen><userinput>./configure --prefix=/usr \
76 --disable-static \
77 --docdir=/usr/share/doc/libdvdnav-&libdvdnav-version; &amp;&amp;
78make</userinput></screen>
79
80 <para>This package does not come with a test suite.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem>
83 user:</para>
84
85<screen role="root"><userinput>make install</userinput></screen>
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
94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Programs</segtitle>
101 <segtitle>Installed Library</segtitle>
102 <segtitle>Installed Directories</segtitle>
103
104 <seglistitem>
105 <seg>None</seg>
106 <seg>libdvdnav.so</seg>
107 <seg>
108 /usr/include/dvdnav and
109 /usr/share/doc/libdvdnav-&libdvdnav-version;
110 </seg>
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>
122 <para>DVD navigation library.</para>
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.