Changeset 1fb078f
- Timestamp:
- 05/10/2005 07:33:07 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e20bc0e5
- Parents:
- 0167f08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/libdriv/libdvdread.xml
r0167f08 r1fb078f 1 <?xml version="1.0" encoding="ISO-8859-1"?> 1 2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 2 3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ … … 13 14 14 15 <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"?> 21 17 22 <sect2> 23 <title>Introduction to <application>libdvdread</application></title> 18 <sect1info> 19 <othername>$LastChangedBy$</othername> 20 <date>$Date$</date> 21 </sect1info> 24 22 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> 28 24 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> 42 28 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> 48 31 49 </sect2> 32 <para><application>libdvdread</application> is a library which 33 provides a simple foundation for reading DVDs.</para> 50 34 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> 53 56 54 <para>Install <application>libdvdread</application> by running the 55 following commands:</para> 57 <bridgehead renderas="sect3">Libdvdread Dependencies</bridgehead> 56 58 57 <screen><userinput><command>./configure --prefix=/usr && 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 && 58 71 make && 59 make install</ command></userinput></screen>72 make install</userinput></screen> 60 73 61 </sect2>74 </sect2> 62 75 63 <sect2>64 <title>Command explanations</title>76 <sect2 role="commands"> 77 <title>Command Explanations</title> 65 78 66 <para><option>--with-libdvdcss</option>: This switch is needed if you want67 <application>libdvdread</application> to be able to read68 <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> 69 82 70 </sect2>83 </sect2> 71 84 72 <sect2>73 <title>Contents</title>85 <sect2 role="content"> 86 <title>Contents</title> 74 87 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> 77 92 78 </sect2> 93 <seglistitem> 94 <seg>None</seg> 95 <seg>libdvdread.[so,a]</seg> 96 <seg>None</seg> 97 </seglistitem> 98 </segmentedlist> 79 99 80 <sect2><title>Description</title> 100 <variablelist> 101 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 102 <?dbfo list-presentation="list"?> 103 <?dbhtml list-presentation="table"?> 81 104 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> 86 114 87 </sect2> 115 </variablelist> 116 117 </sect2> 88 118 89 119 </sect1> 90
Note:
See TracChangeset
for help on using the changeset viewer.