source: multimedia/libdriv/libdvdcss.xml@ b9b17d1b

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 b9b17d1b was b9b17d1b, checked in by Krejzi <krejzi@…>, 12 years ago

LFS 7.2 checked.

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

  • Property mode set to 100644
File size: 6.0 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 "2218a193900e3203aa10dc24cdf54275">
10 <!ENTITY libdvdcss-size "324 KB">
11 <!ENTITY libdvdcss-buildsize "3.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>
33 <application>libdvdcss</application> is a simple library
34 designed for accessing DVDs as a block device without having to
35 bother about the decryption.
36 </para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libdvdcss-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libdvdcss-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libdvdcss-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libdvdcss-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libdvdcss-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libdvdcss-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libdvdcss Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead>
77 <para role="optional">
78 <xref linkend="doxygen"/> and
79 <xref linkend="texlive"/>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/libdvdcss"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of libdvdcss</title>
89
90 <note>
91 <para>
92 In certain circumstances the 'inputenc' package in the
93 <application>LaTeX</application> installation may not work properly
94 during the build, causing it to hang up. If this happens, issue
95 <userinput>quit</userinput> at the <application>LaTeX</application>
96 prompt and then issue the following command at the shell prompt:
97 </para>
98
99<screen><userinput>echo "INPUT_ENCODING = ISO-8859-1" >>doc/doxygen.cfg</userinput></screen>
100
101 <para>
102 Now either resume the build, or start over. Disregard this note
103 if you do not have a <application>LaTeX</application> package or
104 <application>Doxygen</application> installed.
105 </para>
106 </note>
107
108 <para>
109 Install <application>libdvdcss</application> by running the
110 following commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 If you have <application>Doxygen</application> and
118 <application>TeX Live</application> installed, HTML and Postscript
119 documentation was created during the build.
120 If you also want to install a PDF version of the reference manual, issue
121 the following command:
122 </para>
123
124<screen><userinput>make -C doc/latex pdf</userinput></screen>
125
126 <para>
127 This package does not come with a test suite.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>make install</userinput></screen>
135
136 <para>
137 If you have <application>Doxygen</application> and
138 <application>TeX Live</application> installed, install the
139 documentation using the following commands as the
140 <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
144install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
145install -v -m644 doc/latex/*.{pdf,ps,dvi} \
146 /usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
147
148 </sect2>
149
150 <sect2 role="commands">
151 <title>Command Explanations</title>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/static-libraries.xml"/>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Library</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>
167 libdvdcss.so
168 </seg>
169 <seg>
170 /usr/include/dvdcss and
171 /usr/share/doc/libdvdcss-&libdvdcss-version;
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="libdvdcss-lib">
182 <term><filename class='libraryfile'>libdvdcss.so</filename></term>
183 <listitem>
184 <para>
185 provides the functionality that is required for transparent
186 DVD access with CSS decryption.
187 </para>
188 <indexterm zone="libdvdcss libdvdcss-lib">
189 <primary sortas="c-libdvdcss">libdvdcss.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.