source: multimedia/libdriv/libdvdcss.xml@ 104733c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 104733c was 104733c, checked in by Ken Moffat <ken@…>, 15 years ago

Fix typos (patch from Guy Dalziel).

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

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libdvdcss-download-http "http://www.videolan.org/pub/libdvdcss/&libdvdcss-version;/libdvdcss-&libdvdcss-version;.tar.bz2">
8 <!ENTITY libdvdcss-download-ftp "&gentoo-ftp-repo;/libdvdcss-&libdvdcss-version;.tar.bz2">
9 <!ENTITY libdvdcss-md5sum "ebd5370b79ac5a83e5c61b24a214cf74">
10 <!ENTITY libdvdcss-size "301 KB">
11 <!ENTITY libdvdcss-buildsize "5 MB">
12 <!ENTITY libdvdcss-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libdvdcss" xreflabel="libdvdcss-&libdvdcss-version;">
16 <?dbhtml filename="libdvdcss.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libdvdcss-&libdvdcss-version;</title>
24
25 <indexterm zone="libdvdcss">
26 <primary sortas="a-Libdvdcss">Libdvdcss</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libdvdcss</title>
31
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>
35
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>
57
58 <bridgehead renderas="sect3">libdvdcss Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead>
61 <para role="optional"><xref linkend="doxygen"/> and
62 <xref linkend="tetex"/></para>
63
64 <para condition="html" role="usernotes">User Notes:
65 <ulink url="&blfs-wiki;/libdvdcss"/></para>
66
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of libdvdcss</title>
71
72 <note>
73 <para>In certain circumstances the 'inputenc' package in the
74 <application>LaTeX</application> installation may not work properly
75 during the build, causing it to hang up. If this happens, issue
76 <userinput>quit</userinput> at the <application>LaTeX</application>
77 prompt and then issue the following command at the shell prompt:</para>
78
79<screen><userinput>echo "INPUT_ENCODING = ISO-8859-1" >>doc/doxygen.cfg</userinput></screen>
80
81 <para>Now either resume the build, or start over. Disregard this note
82 if you do not have a <application>LaTeX</application> package or
83 <application>Doxygen</application> installed.</para>
84 </note>
85
86 <para>Install <application>libdvdcss</application> by running the
87 following commands:</para>
88
89<screen><userinput>./configure --prefix=/usr &amp;&amp;
90make</userinput></screen>
91
92 <para>If you have <application>Doxygen</application> and
93 <application>teTeX</application> installed, HTML and Postscript
94 documentation was created during the build. If you also want to
95 install a PDF version of the reference manual, issue the following
96 command:</para>
97
98<screen><userinput>make -C doc/latex pdf</userinput></screen>
99
100 <para>This package does not come with a test suite.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 <para>If you have <application>Doxygen</application> and
107 <application>teTeX</application> installed, install the documentation using
108 the following commands as the
109 <systemitem class="username">root</systemitem> user:</para>
110
111<screen role="root"><userinput>
112install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
113install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
114install -v -m644 doc/latex/*.{pdf,ps,dvi} \
115 /usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para><parameter>--disable-static</parameter>: prevent static library
123 being built and installed.</para>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>None</seg>
137 <seg>libdvdcss.{so,a}</seg>
138 <seg>/usr/include/dvdcss and /usr/share/doc/libdvdcss-&libdvdcss-version;</seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libdvdcss-lib">
148 <term><filename class='libraryfile'>libdvdcss.{so,a}</filename></term>
149 <listitem>
150 <para>provides the functionality that is required for transparent
151 DVD access with CSS decryption.</para>
152 <indexterm zone="libdvdcss libdvdcss-lib">
153 <primary sortas="c-libdvdcss">libdvdcss.{so,a}</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.