%general-entities; ]> $LastChangedBy$ $Date$ libdvdcss-&libdvdcss-version; Libdvdcss Introduction to libdvdcss libdvdcss is a simple library designed for accessing DVDs as a block device without having to bother about the decryption. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libdvdcss-md5sum; Download size: &libdvdcss-size; Estimated disk space required: &libdvdcss-buildsize; Estimated build time: &libdvdcss-time; libdvdcss Dependencies Optional (to Create Documentation) and User Notes: Installation of libdvdcss In certain circumstances the 'inputenc' package in the LaTeX installation may not work properly duing 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 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-&libdvdcss-version;/html && install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;/html && install -v -m644 doc/latex/*.{pdf,ps,dvi} \ /usr/share/doc/libdvdcss-&libdvdcss-version; Command Explanations --disable-static: prevent static library being built and installed. Contents Installed Programs Installed Library Installed Directories None libdvdcss.{so,a} /usr/include/dvdcss and /usr/share/doc/libdvdcss-&libdvdcss-version; Short Descriptions libdvdcss.{so,a} provides the functionality that is required for transparent DVD access with CSS decryption. libdvdcss.{so,a}