source: multimedia/libdriv/libdvdnav.xml@ ec64d28

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ec64d28 was ec64d28, checked in by Randy McMurchy <randy@…>, 11 years ago

Minor text fixes

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

  • Property mode set to 100644
File size: 4.4 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
8 "http://dvdnav.mplayerhq.hu/releases/libdvdnav-&libdvdnav-version;.tar.bz2">
9 <!ENTITY libdvdnav-download-ftp " ">
10 <!ENTITY libdvdnav-md5sum "53be8903f9802e101929a3451203bbf6">
11 <!ENTITY libdvdnav-size "112 KB">
12 <!ENTITY libdvdnav-buildsize "4.5 MB">
13 <!ENTITY libdvdnav-time "0.1 SBU">
14]>
15
16<sect1 id="libdvdnav" xreflabel="libdvdnav-&libdvdnav-version;">
17 <?dbhtml filename="libdvdnav.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Libdvdnav-&libdvdnav-version;</title>
25
26 <indexterm zone="libdvdnav">
27 <primary sortas="a-Libdvdnav">Libdvdnav</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Libdvdnav</title>
32
33 <para><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.</para>
36
37 &lfs72_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libdvdnav-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libdvdnav-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libdvdnav-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libdvdnav-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libdvdnav-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libdvdnav-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Libdvdnav Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="libdvdread"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/libdvdnav"/></para>
68 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of Libdvdnav</title>
72
73 <para>Install <application>libdvdnav</application> by running the
74 following commands:</para>
75
76<screen><userinput>./autogen.sh --prefix=/usr &amp;&amp;
77make</userinput></screen>
78
79 <para>This package does not come with a test suite.</para>
80
81 <para>Now, as the <systemitem class="username">root</systemitem>
82 user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85 </sect2>
86
87 <sect2 role="commands">
88 <title>Command Explanations</title>
89
90 <para><command>./autogen.sh</command>: This package does not come with the
91 normal <command>configure</command> script, so
92 the <command>autogen.sh</command> script is used to generate and run
93 <command>configure</command>.</para>
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 Directory</segtitle>
103
104 <seglistitem>
105 <seg>dvdnav-config</seg>
106 <seg>libdvdnav.so and libdvdnavmini.so</seg>
107 <seg>/usr/include/dvdnav</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="libdvdnav-lib">
117 <term><filename class="libraryfile">libdvdnav.so</filename></term>
118 <listitem>
119 <para>DVD navigation library.</para>
120 <indexterm zone="libdvdnav libdvdnav-lib">
121 <primary sortas="c-libdvdnav">libdvdnav.so</primary>
122 </indexterm>
123 </listitem>
124 </varlistentry>
125
126 <varlistentry id="libdvdnavmini-lib">
127 <term><filename class="libraryfile">libdvdnavmini.so</filename></term>
128 <listitem>
129 <para>DVD navigation mini library.</para>
130 <indexterm zone="libdvdnav libdvdnavmini-lib">
131 <primary sortas="c-libdvdnavmini">libdvdnavmini.so</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135 </variablelist>
136 </sect2>
137</sect1>
Note: See TracBrowser for help on using the repository browser.