libdvdcss is a simple library designed for accessing DVDs as a block device without having to bother about the decryption.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://www.videolan.org/pub/libdvdcss/1.2.10/libdvdcss-1.2.10.tar.bz2
Download (FTP): ftp://mirror.ovh.net/gentoo-distfiles/distfiles/libdvdcss-1.2.10.tar.bz2
Download MD5 sum: ebd5370b79ac5a83e5c61b24a214cf74
Download size: 301 KB
Estimated disk space required: 5 MB
Estimated build time: less than 0.1 SBU
Doxygen-1.7.5, and TeX Live-20110705
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libdvdcss
In certain circumstances the 'inputenc' package in the
LaTeX installation may not work
properly during the build, causing it to hang up. If this
happens, issue quit
at the LaTeX prompt and then issue the following
command at the shell prompt:
echo "INPUT_ENCODING = ISO-8859-1" >>doc/doxygen.cfg
Now either resume the build, or start over. Disregard this note if you do not have a LaTeX package or Doxygen installed.
Install libdvdcss by running the following commands:
./configure --prefix=/usr && make
If you have Doxygen and teTeX or TeX Live installed, HTML and Postscript documentation was created during the build. If you also want to install a PDF version of the reference manual, issue the following command:
make -C doc/latex pdf
This package does not come with a test suite.
Now, as the root
user:
make install
If you have Doxygen and
teTeX or TeX Live installed, install the documentation
using the following commands as the root
user:
install -v -m755 -d /usr/share/doc/libdvdcss-1.2.10/html && install -v -m644 doc/html/* /usr/share/doc/libdvdcss-1.2.10/html && install -v -m644 doc/latex/*.{pdf,ps,dvi} \ /usr/share/doc/libdvdcss-1.2.10
--disable-static
: prevent
static library being built and installed.
Last updated on 2011-12-05 22:58:00 +0000