source: multimedia/libdriv/libdvdread.xml@ 86af98a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY libdvdread-download-http "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-&libdvdread-version;.tar.gz">
7 <!ENTITY libdvdread-download-ftp " ">
8 <!ENTITY libdvdread-md5sum "06353d7b14541ff8b431e69ad404db84">
9 <!ENTITY libdvdread-size "251 KB">
10 <!ENTITY libdvdread-buildsize "4.0 MB">
11 <!ENTITY libdvdread-time "0.12 SBU">
12]>
13
14<sect1 id="libdvdread" xreflabel="libdvdread-&libdvdread-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="libdvdread.html"?>
20<title>libdvdread-&libdvdread-version;</title>
21
22<sect2>
23<title>Introduction to <application>libdvdread</application></title>
24
25<para><application>libdvdread</application> is a
26library which provides a simple foundation for reading
27<acronym>DVD</acronym>s.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP):
32<ulink url="&libdvdread-download-http;"/></para></listitem>
33<listitem><para>Download (FTP):
34<ulink url="&libdvdread-download-ftp;"/></para></listitem>
35<listitem><para>Download MD5 sum: &libdvdread-md5sum;</para></listitem>
36<listitem><para>Download size: &libdvdread-size;</para></listitem>
37<listitem><para>Estimated disk space required:
38&libdvdread-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&libdvdread-time;</para></listitem></itemizedlist>
41</sect3>
42
43<sect3><title><application>libdvdread</application> dependencies</title>
44<sect4><title>Optional</title>
45<para><xref linkend="libdvdcss"/></para>
46</sect4>
47</sect3>
48
49</sect2>
50
51<sect2>
52<title>Installation of <application>libdvdread</application></title>
53
54<para>Install <application>libdvdread</application> by running the
55following commands:</para>
56
57<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
58make &amp;&amp;
59make install</command></userinput></screen>
60
61</sect2>
62
63<sect2>
64<title>Command explanations</title>
65
66<para><option>--with-libdvdcss</option>: This switch is needed if you want
67<application>libdvdread</application> to be able to read
68<acronym>CSS</acronym> encrypted <acronym>DVD</acronym>s.</para>
69
70</sect2>
71
72<sect2>
73<title>Contents</title>
74
75<para>The libdvdread package contains the
76<filename class="libraryfile">libdvdread</filename> library.</para>
77
78</sect2>
79
80<sect2><title>Description</title>
81
82<sect3><title>libdvdread</title>
83<para><filename class="libraryfile">libdvdread</filename> provides
84the functionality that is required to access
85<acronym>DVD</acronym>s.</para></sect3>
86
87</sect2>
88
89</sect1>
90
Note: See TracBrowser for help on using the repository browser.