source: multimedia/libdriv/libdvdcss.xml@ 822f073

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
Last change on this file since 822f073 was 6d1e8a3, checked in by Randy McMurchy <randy@…>, 19 years ago

Added Doxygen dependency, instructions to install HTML documentation and indexing tags to the libdvdcss instructions

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
2 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY libdvdcss-download-http "http://www.videolan.org/pub/libdvdcss/&libdvdcss-version;/libdvdcss-&libdvdcss-version;.tar.bz2">
7 <!ENTITY libdvdcss-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdvdcss-&libdvdcss-version;.tar.bz2">
8 <!ENTITY libdvdcss-md5sum "0749d05f4cc14daaf20af9e40fd6a2f0">
9 <!ENTITY libdvdcss-size "205 KB">
10 <!ENTITY libdvdcss-buildsize "2.5 MB">
11 <!ENTITY libdvdcss-time "less than 0.1 SBU">
12]>
13
14<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>
23
24<sect2>
25<title>Introduction to <application>libdvdcss</application></title>
26
27<para><application>libdvdcss</application> is a simple library designed for
28accessing <acronym>DVD</acronym>s as a block device without having to bother
29about the decryption.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&libdvdcss-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&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>
44
45<sect3><title><application>libdvdcss</application> dependencies</title>
46<sect4><title>Optional</title>
47<para><xref linkend="doxygen"/></para>
48</sect4>
49</sect3>
50
51</sect2>
52
53<sect2>
54<title>Installation of <application>libdvdcss</application></title>
55
56<para>Install <application>libdvdcss</application> by running the
57following commands:</para>
58
59<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
60make</command></userinput></screen>
61
62<para>If you have <application>Doxygen</application> installed and wish to
63build the <acronym>HTML</acronym> documentation, issue the following
64command:</para>
65
66<screen><userinput><command>make -C doc doc</command></userinput></screen>
67
68<para>Now, as the root user:</para>
69
70<screen><userinput role='root'><command>make install</command></userinput></screen>
71
72<para>If you built the <acronym>HTML</acronym> documentation, install it using
73the following commands as the root user:</para>
74
75<screen><userinput role='root'><command>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version; &amp;&amp;
76install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;</command></userinput></screen>
77
78</sect2>
79
80<sect2>
81<title>Contents</title>
82
83<segmentedlist>
84<segtitle>Installed Programs</segtitle>
85<segtitle>Installed Library</segtitle>
86<segtitle>Installed Directories</segtitle>
87
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>
94
95<variablelist>
96<bridgehead renderas="sect3">Short Descriptions</bridgehead>
97<?dbfo list-presentation="list"?>
98
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>
108
109</sect2>
110
111</sect1>
Note: See TracBrowser for help on using the repository browser.