source: multimedia/libdriv/libdvdnav.xml@ fbcb4bc4

lazarus trunk
Last change on this file since fbcb4bc4 was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 5 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[dad72194]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
[8dfc5c3]7 <!ENTITY libdvdnav-download-http "https://get.videolan.org/libdvdnav/&libdvdnav-version;/libdvdnav-&libdvdnav-version;.tar.bz2">
[dad72194]8 <!ENTITY libdvdnav-download-ftp " ">
[ac2e5197]9 <!ENTITY libdvdnav-md5sum "46c46cb0294fbd1fcb8a0181818dad15">
10 <!ENTITY libdvdnav-size "360 KB">
[9e91b25]11 <!ENTITY libdvdnav-buildsize "3.7 MB">
[b6d3d395]12 <!ENTITY libdvdnav-time "less than 0.1 SBU">
[dad72194]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
[2eeb8695]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>
[dad72194]33
[181e069f]34 &lfs121_checked;
[dad72194]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[2eeb8695]39 <para>
40 Download (HTTP): <ulink url="&libdvdnav-download-http;"/>
41 </para>
[dad72194]42 </listitem>
43 <listitem>
[2eeb8695]44 <para>
45 Download (FTP): <ulink url="&libdvdnav-download-ftp;"/>
46 </para>
[dad72194]47 </listitem>
48 <listitem>
[2eeb8695]49 <para>
50 Download MD5 sum: &libdvdnav-md5sum;
51 </para>
[dad72194]52 </listitem>
53 <listitem>
[2eeb8695]54 <para>
55 Download size: &libdvdnav-size;
56 </para>
[dad72194]57 </listitem>
58 <listitem>
[2eeb8695]59 <para>
60 Estimated disk space required: &libdvdnav-buildsize;
61 </para>
[dad72194]62 </listitem>
63 <listitem>
[2eeb8695]64 <para>
65 Estimated build time: &libdvdnav-time;
66 </para>
[dad72194]67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Libdvdnav Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
[2eeb8695]73 <para role="required">
74 <xref linkend="libdvdread"/>
75 </para>
[dad72194]76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Libdvdnav</title>
81
[2eeb8695]82 <para>
83 Install <application>libdvdnav</application> by running the
84 following commands:
85 </para>
[dad72194]86
[2eef5f83]87<screen><userinput>./configure --prefix=/usr \
88 --disable-static \
89 --docdir=/usr/share/doc/libdvdnav-&libdvdnav-version; &amp;&amp;
[dad72194]90make</userinput></screen>
91
[2eeb8695]92 <para>
93 This package does not come with a test suite.
94 </para>
[dad72194]95
[2eeb8695]96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
[dad72194]99
100<screen role="root"><userinput>make install</userinput></screen>
101 </sect2>
102
[2eef5f83]103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/static-libraries.xml"/>
108
109 </sect2>
[f3429309]110
[dad72194]111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Library</segtitle>
[2eef5f83]117 <segtitle>Installed Directories</segtitle>
[dad72194]118
119 <seglistitem>
[2eef5f83]120 <seg>None</seg>
121 <seg>libdvdnav.so</seg>
122 <seg>
123 /usr/include/dvdnav and
124 /usr/share/doc/libdvdnav-&libdvdnav-version;
125 </seg>
[dad72194]126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="libdvdnav-lib">
135 <term><filename class="libraryfile">libdvdnav.so</filename></term>
136 <listitem>
[2eeb8695]137 <para>
[4c24eb0a]138 is the DVD navigation library
[2eeb8695]139 </para>
[dad72194]140 <indexterm zone="libdvdnav libdvdnav-lib">
141 <primary sortas="c-libdvdnav">libdvdnav.so</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145 </variablelist>
146 </sect2>
[4c24eb0a]147
[dad72194]148</sect1>
Note: See TracBrowser for help on using the repository browser.