mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
7c07960f15
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6931 af4574ff-66df-0310-9fd7-8a98e5e911e0
132 lines
4.2 KiB
XML
132 lines
4.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/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 "&gentoo-ftp-repo;/libdvdread-&libdvdread-version;.tar.gz">
|
|
<!ENTITY libdvdread-md5sum "078788c9241ae16763529e1235502337">
|
|
<!ENTITY libdvdread-size "389 KB">
|
|
<!ENTITY libdvdread-buildsize "9 MB">
|
|
<!ENTITY libdvdread-time "0.1 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 role="optional"><xref linkend="libdvdcss"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libdvdread"/></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</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>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 link to the
|
|
<filename class='libraryfile'>libdvdcss</filename> library so it can
|
|
read CSS encrypted DVDs. If you do not pass this switch,
|
|
<application>libdvdread</application> will dlopen the
|
|
<filename class='libraryfile'>libdvdcss</filename> library at runtime, if
|
|
it is available, in order 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>/usr/include/dvdread</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 functionality required to access DVDs.</para>
|
|
<indexterm zone="libdvdread libdvdread-lib">
|
|
<primary sortas="c-libdvdread">libdvdread.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|