source: multimedia/libdriv/libdvdread.xml@ 171c0d5

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 171c0d5 was e355f3c6, checked in by Guy Dalziel <gdalziel@…>, 15 years ago

LFS 6.5 checks.

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

  • Property mode set to 100644
File size: 4.2 KB
RevLine 
[1fb078f]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[06a5391]6
[48b7295]7 <!ENTITY libdvdread-download-http "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-&libdvdread-version;.tar.gz">
[fb2e525]8 <!ENTITY libdvdread-download-ftp "&gentoo-ftp-repo;/libdvdread-&libdvdread-version;.tar.gz">
[7c07960f]9 <!ENTITY libdvdread-md5sum "078788c9241ae16763529e1235502337">
[e355f3c6]10 <!ENTITY libdvdread-size "380 KB">
[7c07960f]11 <!ENTITY libdvdread-buildsize "9 MB">
[c8b069a]12 <!ENTITY libdvdread-time "0.1 SBU">
[48b7295]13]>
14
[fd680fb]15<sect1 id="libdvdread" xreflabel="libdvdread-&libdvdread-version;">
[1fb078f]16 <?dbhtml filename="libdvdread.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Libdvdread-&libdvdread-version;</title>
24
25 <indexterm zone="libdvdread">
26 <primary sortas="a-Libdvdread">Libdvdread</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Libdvdread</title>
31
[50b692d]32 <para><application>libdvdread</application> is a library which
[1fb078f]33 provides a simple foundation for reading DVDs.</para>
34
[e355f3c6]35 &lfs65_checked;
36
[1fb078f]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libdvdread-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libdvdread-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libdvdread-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libdvdread-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libdvdread-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libdvdread-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Libdvdread Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Optional</bridgehead>
[a747b3c]62 <para role="optional"><xref linkend="libdvdcss"/></para>
[1fb078f]63
[0e2aa08]64 <para condition="html" role="usernotes">User Notes:
65 <ulink url="&blfs-wiki;/libdvdread"/></para>
66
[1fb078f]67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of Libdvdread</title>
71
72 <para>Install <application>libdvdread</application> by running the
73 following commands:</para>
74
75<screen><userinput>./configure --prefix=/usr &amp;&amp;
[98e781c]76make</userinput></screen>
77
[8a8e021]78 <para>This package does not come with a test suite.</para>
79
[98e781c]80 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
81
82<screen role="root"><userinput>make install</userinput></screen>
[48b7295]83
[1fb078f]84 </sect2>
[48b7295]85
[1fb078f]86 <sect2 role="commands">
87 <title>Command Explanations</title>
[48b7295]88
[50b692d]89 <para><option>--with-libdvdcss</option>: This switch is needed if
[c8b069a]90 you want <application>libdvdread</application> to link to the
91 <filename class='libraryfile'>libdvdcss</filename> library so it can
92 read CSS encrypted DVDs. If you do not pass this switch,
93 <application>libdvdread</application> will dlopen the
94 <filename class='libraryfile'>libdvdcss</filename> library at runtime, if
95 it is available, in order to read CSS encrypted DVDs.</para>
[48b7295]96
[1fb078f]97 </sect2>
[48b7295]98
[1fb078f]99 <sect2 role="content">
100 <title>Contents</title>
[48b7295]101
[1fb078f]102 <segmentedlist>
103 <segtitle>Installed Programs</segtitle>
[e355f3c6]104 <segtitle>Installed Library</segtitle>
105 <segtitle>Installed Directory</segtitle>
[48b7295]106
[1fb078f]107 <seglistitem>
108 <seg>None</seg>
[0e2aa08]109 <seg>libdvdread.{so,a}</seg>
[8a8e021]110 <seg>/usr/include/dvdread</seg>
[1fb078f]111 </seglistitem>
112 </segmentedlist>
[48b7295]113
[1fb078f]114 <variablelist>
115 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
116 <?dbfo list-presentation="list"?>
117 <?dbhtml list-presentation="table"?>
[48b7295]118
[1fb078f]119 <varlistentry id="libdvdread-lib">
[0e2aa08]120 <term><filename class='libraryfile'>libdvdread.{so,a}</filename></term>
[1fb078f]121 <listitem>
[c8b069a]122 <para>provides functionality required to access DVDs.</para>
[1fb078f]123 <indexterm zone="libdvdread libdvdread-lib">
[0e2aa08]124 <primary sortas="c-libdvdread">libdvdread.{so,a}</primary>
[1fb078f]125 </indexterm>
126 </listitem>
127 </varlistentry>
[48b7295]128
[1fb078f]129 </variablelist>
[d296551c]130
[1fb078f]131 </sect2>
[48b7295]132
[1fb078f]133</sect1>
Note: See TracBrowser for help on using the repository browser.