Changeset 1fb078f


Ignore:
Timestamp:
05/10/2005 07:33:07 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e20bc0e5
Parents:
0167f08
Message:

Tagged libdvdread.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4091 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libdvdread.xml

    r0167f08 r1fb078f  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
    12<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    23   "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
     
    1314
    1415<sect1 id="libdvdread" xreflabel="libdvdread-&libdvdread-version;">
    15 <sect1info>
    16 <othername>$LastChangedBy$</othername>
    17 <date>$Date$</date>
    18 </sect1info>
    19 <?dbhtml filename="libdvdread.html"?>
    20 <title>libdvdread-&libdvdread-version;</title>
     16  <?dbhtml filename="libdvdread.html"?>
    2117
    22 <sect2>
    23 <title>Introduction to <application>libdvdread</application></title>
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
    2422
    25 <para><application>libdvdread</application> is a
    26 library which provides a simple foundation for reading
    27 <acronym>DVD</acronym>s.</para>
     23  <title>Libdvdread-&libdvdread-version;</title>
    2824
    29 <sect3><title>Package information</title>
    30 <itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP):
    32 <ulink url="&libdvdread-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP):
    34 <ulink url="&libdvdread-download-ftp;"/></para></listitem>
    35 <listitem><para>Download MD5 sum: &libdvdread-md5sum;</para></listitem>
    36 <listitem><para>Download size: &libdvdread-size;</para></listitem>
    37 <listitem><para>Estimated disk space required:
    38 &libdvdread-buildsize;</para></listitem>
    39 <listitem><para>Estimated build time:
    40 &libdvdread-time;</para></listitem></itemizedlist>
    41 </sect3>
     25  <indexterm zone="libdvdread">
     26    <primary sortas="a-Libdvdread">Libdvdread</primary>
     27  </indexterm>
    4228
    43 <sect3><title><application>libdvdread</application> dependencies</title>
    44 <sect4><title>Optional</title>
    45 <para><xref linkend="libdvdcss"/></para>
    46 </sect4>
    47 </sect3>
     29  <sect2 role="package">
     30    <title>Introduction to Libdvdread</title>
    4831
    49 </sect2>
     32    <para><application>libdvdread</application> is a library which
     33    provides a simple foundation for reading DVDs.</para>
    5034
    51 <sect2>
    52 <title>Installation of <application>libdvdread</application></title>
     35    <bridgehead renderas="sect3">Package Information</bridgehead>
     36    <itemizedlist spacing="compact">
     37      <listitem>
     38        <para>Download (HTTP): <ulink url="&libdvdread-download-http;"/></para>
     39      </listitem>
     40      <listitem>
     41        <para>Download (FTP): <ulink url="&libdvdread-download-ftp;"/></para>
     42      </listitem>
     43      <listitem>
     44        <para>Download MD5 sum: &libdvdread-md5sum;</para>
     45      </listitem>
     46      <listitem>
     47        <para>Download size: &libdvdread-size;</para>
     48      </listitem>
     49      <listitem>
     50        <para>Estimated disk space required: &libdvdread-buildsize;</para>
     51      </listitem>
     52      <listitem>
     53        <para>Estimated build time: &libdvdread-time;</para>
     54      </listitem>
     55    </itemizedlist>
    5356
    54 <para>Install <application>libdvdread</application> by running the
    55 following commands:</para>
     57    <bridgehead renderas="sect3">Libdvdread Dependencies</bridgehead>
    5658
    57 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     59    <bridgehead renderas="sect4">Optional</bridgehead>
     60    <para><xref linkend="libdvdcss"/></para>
     61
     62  </sect2>
     63
     64  <sect2 role="installation">
     65    <title>Installation of Libdvdread</title>
     66
     67    <para>Install <application>libdvdread</application> by running the
     68    following commands:</para>
     69
     70<screen><userinput>./configure --prefix=/usr &amp;&amp;
    5871make &amp;&amp;
    59 make install</command></userinput></screen>
     72make install</userinput></screen>
    6073
    61 </sect2>
     74  </sect2>
    6275
    63 <sect2>
    64 <title>Command explanations</title>
     76  <sect2 role="commands">
     77    <title>Command Explanations</title>
    6578
    66 <para><option>--with-libdvdcss</option>: This switch is needed if you want
    67 <application>libdvdread</application> to be able to read
    68 <acronym>CSS</acronym> encrypted <acronym>DVD</acronym>s.</para>
     79    <para><option>--with-libdvdcss</option>: This switch is needed if
     80    you want <application>libdvdread</application> to be able to read
     81    CSS encrypted DVDs.</para>
    6982
    70 </sect2>
     83  </sect2>
    7184
    72 <sect2>
    73 <title>Contents</title>
     85  <sect2 role="content">
     86    <title>Contents</title>
    7487
    75 <para>The libdvdread package contains the
    76 <filename class="libraryfile">libdvdread</filename> library.</para>
     88    <segmentedlist>
     89      <segtitle>Installed Programs</segtitle>
     90      <segtitle>Installed Libraries</segtitle>
     91      <segtitle>Installed Directories</segtitle>
    7792
    78 </sect2>
     93      <seglistitem>
     94        <seg>None</seg>
     95        <seg>libdvdread.[so,a]</seg>
     96        <seg>None</seg>
     97      </seglistitem>
     98    </segmentedlist>
    7999
    80 <sect2><title>Description</title>
     100    <variablelist>
     101      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     102      <?dbfo list-presentation="list"?>
     103      <?dbhtml list-presentation="table"?>
    81104
    82 <sect3><title>libdvdread</title>
    83 <para><filename class="libraryfile">libdvdread</filename> provides
    84 the functionality that is required to access
    85 <acronym>DVD</acronym>s.</para></sect3>
     105      <varlistentry id="libdvdread-lib">
     106        <term><filename class='libraryfile'>libdvdread.[so,a]</filename></term>
     107        <listitem>
     108          <para>provides the functionality that is required to access DVDs.</para>
     109          <indexterm zone="libdvdread libdvdread-lib">
     110            <primary sortas="c-libdvdread">libdvdread.[so,a]</primary>
     111          </indexterm>
     112        </listitem>
     113      </varlistentry>
    86114
    87 </sect2>
     115    </variablelist>
     116
     117  </sect2>
    88118
    89119</sect1>
    90 
Note: See TracChangeset for help on using the changeset viewer.