mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
b849a36d53
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4153 af4574ff-66df-0310-9fd7-8a98e5e911e0
120 lines
3.6 KiB
XML
120 lines
3.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libdvdread-download-http "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-&libdvdread-version;.tar.gz">
|
|
<!ENTITY libdvdread-download-ftp " ">
|
|
<!ENTITY libdvdread-md5sum "06353d7b14541ff8b431e69ad404db84">
|
|
<!ENTITY libdvdread-size "251 KB">
|
|
<!ENTITY libdvdread-buildsize "4.0 MB">
|
|
<!ENTITY libdvdread-time "0.12 SBU">
|
|
]>
|
|
|
|
<sect1 id="libdvdread" xreflabel="libdvdread-&libdvdread-version;">
|
|
<?dbhtml filename="libdvdread.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Libdvdread-&libdvdread-version;</title>
|
|
|
|
<indexterm zone="libdvdread">
|
|
<primary sortas="a-Libdvdread">Libdvdread</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Libdvdread</title>
|
|
|
|
<para><application>libdvdread</application> is a library which
|
|
provides a simple foundation for reading DVDs.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&libdvdread-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&libdvdread-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &libdvdread-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &libdvdread-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &libdvdread-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &libdvdread-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Libdvdread Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="libdvdcss"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Libdvdread</title>
|
|
|
|
<para>Install <application>libdvdread</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><option>--with-libdvdcss</option>: This switch is needed if
|
|
you want <application>libdvdread</application> to be able to read
|
|
CSS encrypted DVDs.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libdvdread.[so,a]</seg>
|
|
<seg>Not determined at this time</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libdvdread-lib">
|
|
<term><filename class='libraryfile'>libdvdread.[so,a]</filename></term>
|
|
<listitem>
|
|
<para>provides the functionality that is required to access DVDs.</para>
|
|
<indexterm zone="libdvdread libdvdread-lib">
|
|
<primary sortas="c-libdvdread">libdvdread.[so,a]</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|