source: multimedia/libdriv/libdvdnav.xml@ b1f9f130

7.6-blfs 7.6-systemd kde5-14686 systemd-13485
Last change on this file since b1f9f130 was b1f9f130, checked in by Christopher Gregory <cjg@…>, 10 years ago

Fixed configure switch formatting on lxdm page. Merged changes from trunk to tl-installer page and updates to libdvdnav and libdvdread.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14299 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
8 "http://download.videolan.org/pub/videolan/libdvdnav/&libdvdnav-version;/libdvdnav-&libdvdnav-version;.tar.bz2">
9 <!ENTITY libdvdnav-download-ftp " ">
10 <!ENTITY libdvdnav-md5sum "8a1b2ebfe81daecb590893cb9093f832">
11 <!ENTITY libdvdnav-size "348 KB">
12 <!ENTITY libdvdnav-buildsize "7.2 MB">
13 <!ENTITY libdvdnav-time "less than 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 &lfs76_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>./configure --prefix=/usr --docdir=/usr/share/doc/libdvdnav-&libdvdnav-version; &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="content">
88 <title>Contents</title>
89
90 <segmentedlist>
91 <segtitle>Installed Programs</segtitle>
92 <segtitle>Installed Library</segtitle>
93 <segtitle>Installed Directory</segtitle>
94
95 <seglistitem>
96 <seg>dvdnav-config</seg>
97 <seg>libdvdnav.so and libdvdnavmini.so</seg>
98 <seg>/usr/include/dvdnav</seg>
99 </seglistitem>
100 </segmentedlist>
101
102 <variablelist>
103 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
104 <?dbfo list-presentation="list"?>
105 <?dbhtml list-presentation="table"?>
106
107 <varlistentry id="libdvdnav-lib">
108 <term><filename class="libraryfile">libdvdnav.so</filename></term>
109 <listitem>
110 <para>DVD navigation library.</para>
111 <indexterm zone="libdvdnav libdvdnav-lib">
112 <primary sortas="c-libdvdnav">libdvdnav.so</primary>
113 </indexterm>
114 </listitem>
115 </varlistentry>
116
117 <varlistentry id="libdvdnavmini-lib">
118 <term><filename class="libraryfile">libdvdnavmini.so</filename></term>
119 <listitem>
120 <para>DVD navigation mini library.</para>
121 <indexterm zone="libdvdnav libdvdnavmini-lib">
122 <primary sortas="c-libdvdnavmini">libdvdnavmini.so</primary>
123 </indexterm>
124 </listitem>
125 </varlistentry>
126 </variablelist>
127 </sect2>
128</sect1>
Note: See TracBrowser for help on using the repository browser.