libdvdcss is a simple library designed for accessing DVDs as a block device without having to bother about the decryption.
Download (HTTP): http://www.videolan.org/pub/libdvdcss/1.2.9/libdvdcss-1.2.9.tar.bz2
Download (FTP): ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdvdcss-1.2.9.tar.bz2
Download MD5 sum: 553383d898826c285afb2ee453b07868
Download size: 283 KB
Estimated disk space required: 5.5 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libdvdcss
Install libdvdcss by running the following commands:
./configure --prefix=/usr && make
If you have Doxygen and teTeX 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 installed, install the documentation using the following commands as the root user:
install -v -m755 -d /usr/share/doc/libdvdcss-1.2.9/html && install -v -m644 doc/html/* /usr/share/doc/libdvdcss-1.2.9/html && install -v -m644 doc/latex/*.{pdf,ps,dvi} \ /usr/share/doc/libdvdcss-1.2.9
Last updated on 2006-06-21 11:26:07 -0500