source: multimedia/libdriv/libdvdcss.xml@ e355f3c6

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 e355f3c6 was e355f3c6, checked in by Guy Dalziel <gdalziel@…>, 15 years ago

LFS 6.5 checks.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7925 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 &lfs65_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libdvdcss-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libdvdcss-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libdvdcss-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libdvdcss-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libdvdcss-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libdvdcss-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">libdvdcss Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead>
63 <para role="optional"><xref linkend="doxygen"/> and
64 <xref linkend="tetex"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/libdvdcss"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of libdvdcss</title>
73
74 <note>
75 <para>In certain circumstances the 'inputenc' package in the
76 <application>LaTeX</application> installation may not work properly
77 during the build, causing it to hang up. If this happens, issue
78 <userinput>quit</userinput> at the <application>LaTeX</application>
79 prompt and then issue the following command at the shell prompt:</para>
80
81<screen><userinput>echo "INPUT_ENCODING = ISO-8859-1" >>doc/doxygen.cfg</userinput></screen>
82
83 <para>Now either resume the build, or start over. Disregard this note
84 if you do not have a <application>LaTeX</application> package or
85 <application>Doxygen</application> installed.</para>
86 </note>
87
88 <para>Install <application>libdvdcss</application> by running the
89 following commands:</para>
90
91<screen><userinput>./configure --prefix=/usr &amp;&amp;
92make</userinput></screen>
93
94 <para>If you have <application>Doxygen</application> and
95 <application>teTeX</application> installed, HTML and Postscript
96 documentation was created during the build. If you also want to
97 install a PDF version of the reference manual, issue the following
98 command:</para>
99
100<screen><userinput>make -C doc/latex pdf</userinput></screen>
101
102 <para>This package does not come with a test suite.</para>
103
104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 <para>If you have <application>Doxygen</application> and
109 <application>teTeX</application> installed, install the documentation using
110 the following commands as the
111 <systemitem class="username">root</systemitem> user:</para>
112
113<screen role="root"><userinput>
114install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
115install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
116install -v -m644 doc/latex/*.{pdf,ps,dvi} \
117 /usr/share/doc/libdvdcss-&libdvdcss-version;</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <para><parameter>--disable-static</parameter>: prevent static library
125 being built and installed.</para>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Library</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>None</seg>
139 <seg>libdvdcss.{so,a}</seg>
140 <seg>/usr/include/dvdcss and /usr/share/doc/libdvdcss-&libdvdcss-version;</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="libdvdcss-lib">
150 <term><filename class='libraryfile'>libdvdcss.{so,a}</filename></term>
151 <listitem>
152 <para>provides the functionality that is required for transparent
153 DVD access with CSS decryption.</para>
154 <indexterm zone="libdvdcss libdvdcss-lib">
155 <primary sortas="c-libdvdcss">libdvdcss.{so,a}</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.