glfs/multimedia/libdriv/libdvdcss.xml
Randy McMurchy 50b692dd00 Removed excess spaces from the ends of lines in the source files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4518 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-30 21:53:21 +00:00

127 lines
4.2 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 libdvdcss-download-http "http://www.videolan.org/pub/libdvdcss/&libdvdcss-version;/libdvdcss-&libdvdcss-version;.tar.bz2">
<!ENTITY libdvdcss-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdvdcss-&libdvdcss-version;.tar.bz2">
<!ENTITY libdvdcss-md5sum "0749d05f4cc14daaf20af9e40fd6a2f0">
<!ENTITY libdvdcss-size "205 KB">
<!ENTITY libdvdcss-buildsize "2.5 MB">
<!ENTITY libdvdcss-time "less than 0.1 SBU">
]>
<sect1 id="libdvdcss" xreflabel="libdvdcss-&libdvdcss-version;">
<?dbhtml filename="libdvdcss.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Libdvdcss-&libdvdcss-version;</title>
<indexterm zone="libdvdcss">
<primary sortas="a-Libdvdcss">Libdvdcss</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Libdvdcss</title>
<para><application>libdvdcss</application> is a simple library
designed for accessing DVDs as a block device without having to
bother about the decryption.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libdvdcss-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libdvdcss-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libdvdcss-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libdvdcss-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libdvdcss-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libdvdcss-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Libdvdcss Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="doxygen"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Libdvdcss</title>
<para>Install <application>libdvdcss</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>If you have <application>Doxygen</application> installed and
wish to build the HTML documentation, issue the following command:</para>
<screen><userinput>make -C doc doc</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
<para>If you built the HTML documentation, install it using the following
commands as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version; &amp;&amp;
install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libdvdcss.[so,a]</seg>
<seg>/usr/include/dvdcss and /usr/share/doc/libdvdcss-&libdvdcss-version;</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libdvdcss-lib">
<term><filename class='libraryfile'>libdvdcss.[so,a]</filename></term>
<listitem>
<para>provides the functionality that is required for transparent
DVD access with CSS decryption.</para>
<indexterm zone="libdvdcss libdvdcss-lib">
<primary sortas="c-libdvdcss">libdvdcss.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>