Changeset 35944d3b
- Timestamp:
- 05/10/2005 07:25:33 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0167f08
- Parents:
- aefbca4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/libdriv/libdvdcss.xml
raefbca4 r35944d3b 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="libdvdcss" xreflabel="libdvdcss-&libdvdcss-version;"> 15 <sect1info> 16 <othername>$LastChangedBy$</othername> 17 <date>$Date$</date> 18 </sect1info> 19 <?dbhtml filename="libdvdcss.html"?> 20 <title>libdvdcss-&libdvdcss-version;</title> 21 <indexterm zone="libdvdcss"> 22 <primary sortas="a-Libdvdcss">Libdvdcss</primary></indexterm> 16 <?dbhtml filename="libdvdcss.html"?> 23 17 24 <sect2> 25 <title>Introduction to <application>libdvdcss</application></title> 18 <sect1info> 19 <othername>$LastChangedBy$</othername> 20 <date>$Date$</date> 21 </sect1info> 26 22 27 <para><application>libdvdcss</application> is a simple library designed for 28 accessing <acronym>DVD</acronym>s as a block device without having to bother 29 about the decryption.</para> 23 <title>Libdvdcss-&libdvdcss-version;</title> 30 24 31 <sect3><title>Package information</title> 32 <itemizedlist spacing='compact'> 33 <listitem><para>Download (HTTP): <ulink 34 url="&libdvdcss-download-http;"/></para></listitem> 35 <listitem><para>Download (FTP): <ulink 36 url="&libdvdcss-download-ftp;"/></para></listitem> 37 <listitem><para>Download MD5 sum: &libdvdcss-md5sum;</para></listitem> 38 <listitem><para>Download size: &libdvdcss-size;</para></listitem> 39 <listitem><para>Estimated disk space required: 40 &libdvdcss-buildsize;</para></listitem> 41 <listitem><para>Estimated build time: 42 &libdvdcss-time;</para></listitem></itemizedlist> 43 </sect3> 25 <indexterm zone="libdvdcss"> 26 <primary sortas="a-Libdvdcss">Libdvdcss</primary> 27 </indexterm> 44 28 45 <sect3><title><application>libdvdcss</application> dependencies</title> 46 <sect4><title>Optional</title> 47 <para><xref linkend="doxygen"/></para> 48 </sect4> 49 </sect3> 29 <sect2 role="package"> 30 <title>Introduction to Libdvdcss</title> 50 31 51 </sect2> 32 <para><application>libdvdcss</application> is a simple library 33 designed for accessing DVDs as a block device without having to 34 bother about the decryption.</para> 52 35 53 <sect2> 54 <title>Installation of <application>libdvdcss</application></title> 36 <bridgehead renderas="sect3">Package Information</bridgehead> 37 <itemizedlist spacing="compact"> 38 <listitem> 39 <para>Download (HTTP): <ulink url="&libdvdcss-download-http;"/></para> 40 </listitem> 41 <listitem> 42 <para>Download (FTP): <ulink url="&libdvdcss-download-ftp;"/></para> 43 </listitem> 44 <listitem> 45 <para>Download MD5 sum: &libdvdcss-md5sum;</para> 46 </listitem> 47 <listitem> 48 <para>Download size: &libdvdcss-size;</para> 49 </listitem> 50 <listitem> 51 <para>Estimated disk space required: &libdvdcss-buildsize;</para> 52 </listitem> 53 <listitem> 54 <para>Estimated build time: &libdvdcss-time;</para> 55 </listitem> 56 </itemizedlist> 55 57 56 <para>Install <application>libdvdcss</application> by running the 57 following commands:</para> 58 <bridgehead renderas="sect3">Libdvdcss Dependencies</bridgehead> 58 59 59 <screen><userinput><command>./configure --prefix=/usr && 60 make</command></userinput></screen>60 <bridgehead renderas="sect4">Optional</bridgehead> 61 <para><xref linkend="doxygen"/></para> 61 62 62 <para>If you have <application>Doxygen</application> installed and wish to 63 build the <acronym>HTML</acronym> documentation, issue the following 64 command:</para> 63 </sect2> 65 64 66 <screen><userinput><command>make -C doc doc</command></userinput></screen> 65 <sect2 role="installation"> 66 <title>Installation of Libdvdcss</title> 67 67 68 <para>Now, as the root user:</para> 68 <para>Install <application>libdvdcss</application> by running the 69 following commands:</para> 69 70 70 <screen><userinput role='root'><command>make install</command></userinput></screen> 71 <screen><userinput>./configure --prefix=/usr && 72 make</userinput></screen> 71 73 72 <para>If you built the <acronym>HTML</acronym> documentation, install it using73 the following commands as the root user:</para>74 <para>If you have <application>Doxygen</application> installed and 75 wish to build the HTML documentation, issue the following command:</para> 74 76 75 <screen><userinput role='root'><command>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version; && 76 install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;</command></userinput></screen> 77 <screen><userinput>make -C doc doc</userinput></screen> 77 78 78 </sect2>79 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 79 80 80 <sect2> 81 <title>Contents</title> 81 <screen role="root"><userinput>make install</userinput></screen> 82 82 83 <segmentedlist> 84 <segtitle>Installed Programs</segtitle> 85 <segtitle>Installed Library</segtitle> 86 <segtitle>Installed Directories</segtitle> 83 <para>If you built the HTML documentation, install it using the following 84 commands as the <systemitem class="username">root</systemitem> user:</para> 87 85 88 <seglistitem> 89 <seg>None</seg> 90 <seg>libdvdcss.[so,a]</seg> 91 <seg>/usr/include/dvdcss and /usr/share/doc/libdvdcss-&libdvdcss-version;</seg> 92 </seglistitem> 93 </segmentedlist> 86 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version; && 87 install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen> 94 88 95 <variablelist> 96 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 97 <?dbfo list-presentation="list"?> 89 </sect2> 98 90 99 <varlistentry id="libdvdcss-lib"> 100 <term><filename class='libraryfile'>libdvdcss.[so,a]</filename></term> 101 <listitem><para>provides the functionality that is required for transparent 102 <acronym>DVD</acronym> access with <acronym>CSS</acronym> decryption.</para> 103 <indexterm zone="libdvdcss libdvdcss-lib"> 104 <primary sortas="c-libdvdcss">libdvdcss.[so,a]</primary> 105 </indexterm></listitem> 106 </varlistentry> 107 </variablelist> 91 <sect2 role="content"> 92 <title>Contents</title> 108 93 109 </sect2> 94 <segmentedlist> 95 <segtitle>Installed Programs</segtitle> 96 <segtitle>Installed Library</segtitle> 97 <segtitle>Installed Directories</segtitle> 98 99 <seglistitem> 100 <seg>None</seg> 101 <seg>libdvdcss.[so,a]</seg> 102 <seg>/usr/include/dvdcss and /usr/share/doc/libdvdcss-&libdvdcss-version;</seg> 103 </seglistitem> 104 </segmentedlist> 105 106 <variablelist> 107 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 108 <?dbfo list-presentation="list"?> 109 <?dbhtml list-presentation="table"?> 110 111 <varlistentry id="libdvdcss-lib"> 112 <term><filename class='libraryfile'>libdvdcss.[so,a]</filename></term> 113 <listitem> 114 <para>provides the functionality that is required for transparent 115 DVD access with CSS decryption.</para> 116 <indexterm zone="libdvdcss libdvdcss-lib"> 117 <primary sortas="c-libdvdcss">libdvdcss.[so,a]</primary> 118 </indexterm> 119 </listitem> 120 </varlistentry> 121 122 </variablelist> 123 124 </sect2> 110 125 111 126 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.