Libdvdread-4.2.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9386 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2012-02-12 20:18:08 +00:00
parent 112fefc052
commit 9391992d86
3 changed files with 23 additions and 32 deletions

View File

@ -889,7 +889,7 @@ $Date$
<!ENTITY id3lib-version "3.8.3">
<!ENTITY flac-version "1.2.1">
<!ENTITY libdvdcss-version "1.2.10">
<!ENTITY libdvdread-version "0.9.7">
<!ENTITY libdvdread-version "4.2.0">
<!ENTITY libdv-version "1.0.0">
<!ENTITY liba52-version "0.7.4">
<!ENTITY xvid-version "1.2.2">

View File

@ -85,6 +85,9 @@
<listitem>
<para>[ken] - merge gnome-doc-utils-0.20.6 from Wayne.</para>
</listitem>
<listitem>
<para>[abenton] - libdvdread 4.2.0.</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -4,11 +4,12 @@
<!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 "380 KB">
<!ENTITY libdvdread-buildsize "9 MB">
<!ENTITY libdvdread-download-http
"http://dvdnav.mplayerhq.hu/releases/libdvdread-&libdvdread-version;.tar.bz2">
<!ENTITY libdvdread-download-ftp " ">
<!ENTITY libdvdread-md5sum "ab7a19d3ab1a437ae754ef477d6231a4">
<!ENTITY libdvdread-size "95 KB">
<!ENTITY libdvdread-buildsize "2 MB">
<!ENTITY libdvdread-time "0.1 SBU">
]>
@ -32,7 +33,7 @@
<para><application>libdvdread</application> is a library which
provides a simple foundation for reading DVDs.</para>
&lfs65_checked;
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -56,14 +57,8 @@
</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">
@ -72,41 +67,37 @@
<para>Install <application>libdvdread</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure2 --prefix=/usr --disable-static &amp;&amp;
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>
<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>
<para><command>./configure2</command>: The package does not come with the
normal configure script, instead it has a hand written configure2 shell
script which works well enough.<!-- Oddly, it also has a configure.ac file
so if you have autoreconf installed you can use
<command>./autogen.sh</command> to generate a configure script to use in
the normal way. --></para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libdvdread.{so,a}</seg>
<seg>libdvdread.so</seg>
<seg>/usr/include/dvdread</seg>
</seglistitem>
</segmentedlist>
@ -117,17 +108,14 @@ make</userinput></screen>
<?dbhtml list-presentation="table"?>
<varlistentry id="libdvdread-lib">
<term><filename class='libraryfile'>libdvdread.{so,a}</filename></term>
<term><filename class="libraryfile">libdvdread.so</filename></term>
<listitem>
<para>provides functionality required to access DVDs.</para>
<indexterm zone="libdvdread libdvdread-lib">
<primary sortas="c-libdvdread">libdvdread.{so,a}</primary>
<primary sortas="c-libdvdread">libdvdread.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>