mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
b6d3d3956a
Update to libdvdnav-5.0.1. Change libdbusmenu-qt prefix to /usr. Change grantlee prefix to /usr. Change qjson prefix to /usr. Change qca prefix to /usr. More tags git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14298 af4574ff-66df-0310-9fd7-8a98e5e911e0
115 lines
3.6 KiB
XML
115 lines
3.6 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://download.videolan.org/pub/videolan/libdvdread/&libdvdread-version;/libdvdread-&libdvdread-version;.tar.bz2">
|
|
<!ENTITY libdvdread-download-ftp " ">
|
|
<!ENTITY libdvdread-md5sum "20b964a3fb290b8df45c6b25d37411de">
|
|
<!ENTITY libdvdread-size "372 KB">
|
|
<!ENTITY libdvdread-buildsize "4.9 MB">
|
|
<!ENTITY libdvdread-time "less than 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>
|
|
|
|
&lfs76_checked;
|
|
|
|
<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>
|
|
|
|
<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 \
|
|
--disable-static \
|
|
--docdir=/usr/share/doc/libdvdread-&libdvdread-version; &&
|
|
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="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>dvdread-config</seg>
|
|
<seg>libdvdread.so</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</filename></term>
|
|
<listitem>
|
|
<para>provides functionality required to access DVDs.</para>
|
|
<indexterm zone="libdvdread libdvdread-lib">
|
|
<primary sortas="c-libdvdread">libdvdread.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</sect2>
|
|
</sect1>
|