mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
9e91b2583c
Update to sqlite-autoconf-3300100 (3.30.1). Update to graphviz-2.42.3. Update to librsvg-2.46.2. Update to libdvdnav-6.0.1. Update to libdvdread-6.0.2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22264 af4574ff-66df-0310-9fd7-8a98e5e911e0
124 lines
3.8 KiB
XML
124 lines
3.8 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 "https://get.videolan.org/libdvdread/&libdvdread-version;/libdvdread-&libdvdread-version;.tar.bz2">
|
|
<!ENTITY libdvdread-download-ftp " ">
|
|
<!ENTITY libdvdread-md5sum "49990935174bf6b2fa501e789c578135">
|
|
<!ENTITY libdvdread-size "396 KB">
|
|
<!ENTITY libdvdread-buildsize "3.8 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>
|
|
|
|
&lfs90_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="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
</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>libdvdread.so</seg>
|
|
<seg>
|
|
/usr/include/dvdread and
|
|
/usr/share/doc/libdvdread-&libdvdread-version;</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>
|