glfs/multimedia/libdriv/libdvdcss.xml
Randy McMurchy 6d1e8a31e2 Added Doxygen dependency, instructions to install HTML documentation and indexing tags to the libdvdcss instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3810 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-04-27 15:38:08 +00:00

112 lines
3.8 KiB
XML

<!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;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="libdvdcss.html"?>
<title>libdvdcss-&libdvdcss-version;</title>
<indexterm zone="libdvdcss">
<primary sortas="a-Libdvdcss">Libdvdcss</primary></indexterm>
<sect2>
<title>Introduction to <application>libdvdcss</application></title>
<para><application>libdvdcss</application> is a simple library designed for
accessing <acronym>DVD</acronym>s as a block device without having to bother
about the decryption.</para>
<sect3><title>Package information</title>
<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>
</sect3>
<sect3><title><application>libdvdcss</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="doxygen"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>libdvdcss</application></title>
<para>Install <application>libdvdcss</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make</command></userinput></screen>
<para>If you have <application>Doxygen</application> installed and wish to
build the <acronym>HTML</acronym> documentation, issue the following
command:</para>
<screen><userinput><command>make -C doc doc</command></userinput></screen>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
<para>If you built the <acronym>HTML</acronym> documentation, install it using
the following commands as the root user:</para>
<screen><userinput role='root'><command>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version; &amp;&amp;
install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;</command></userinput></screen>
</sect2>
<sect2>
<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"?>
<varlistentry id="libdvdcss-lib">
<term><filename class='libraryfile'>libdvdcss.[so,a]</filename></term>
<listitem><para>provides the functionality that is required for transparent
<acronym>DVD</acronym> access with <acronym>CSS</acronym> decryption.</para>
<indexterm zone="libdvdcss libdvdcss-lib">
<primary sortas="c-libdvdcss">libdvdcss.[so,a]</primary>
</indexterm></listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>