source: multimedia/libdriv/libdvdread.xml@ 847ae101

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 847ae101 was c8b069a, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to libdvdread-0.9.6

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6119 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.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libdvdread-download-http "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-&libdvdread-version;.tar.gz">
8 <!ENTITY libdvdread-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdvdread-&libdvdread-version;.tar.gz">
9 <!ENTITY libdvdread-md5sum "329401b84ad0b00aaccaad58f2fc393c">
10 <!ENTITY libdvdread-size "383 KB">
11 <!ENTITY libdvdread-buildsize "4.5 MB">
12 <!ENTITY libdvdread-time "0.1 SBU">
13]>
14
15<sect1 id="libdvdread" xreflabel="libdvdread-&libdvdread-version;">
16 <?dbhtml filename="libdvdread.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">libdvdread-&libdvdread-version;.tar</keyword>
23 <keyword role="ftpdir">libdvdread</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Libdvdread-&libdvdread-version;</title>
28
29 <indexterm zone="libdvdread">
30 <primary sortas="a-Libdvdread">Libdvdread</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Libdvdread</title>
35
36 <para><application>libdvdread</application> is a library which
37 provides a simple foundation for reading DVDs.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libdvdread-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libdvdread-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libdvdread-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libdvdread-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libdvdread-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libdvdread-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Libdvdread Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional"><xref linkend="libdvdcss"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/libdvdread"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of Libdvdread</title>
73
74 <para>Install <application>libdvdread</application> by running the
75 following commands:</para>
76
77<screen><userinput>./configure --prefix=/usr &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> user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="commands">
89 <title>Command Explanations</title>
90
91 <para><option>--with-libdvdcss</option>: This switch is needed if
92 you want <application>libdvdread</application> to link to the
93 <filename class='libraryfile'>libdvdcss</filename> library so it can
94 read CSS encrypted DVDs. If you do not pass this switch,
95 <application>libdvdread</application> will dlopen the
96 <filename class='libraryfile'>libdvdcss</filename> library at runtime, if
97 it is available, in order to read CSS encrypted DVDs.</para>
98
99 </sect2>
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>None</seg>
111 <seg>libdvdread.{so,a}</seg>
112 <seg>/usr/include/dvdread</seg>
113 </seglistitem>
114 </segmentedlist>
115
116 <variablelist>
117 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
118 <?dbfo list-presentation="list"?>
119 <?dbhtml list-presentation="table"?>
120
121 <varlistentry id="libdvdread-lib">
122 <term><filename class='libraryfile'>libdvdread.{so,a}</filename></term>
123 <listitem>
124 <para>provides functionality required to access DVDs.</para>
125 <indexterm zone="libdvdread libdvdread-lib">
126 <primary sortas="c-libdvdread">libdvdread.{so,a}</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 </variablelist>
132
133 </sect2>
134
135</sect1>
Note: See TracBrowser for help on using the repository browser.