The CDParanoia package contains a CD audio extraction tool. This is useful for extracting .wav files from audio CDs. A CDDA capable CDROM drive is needed. Practically all drives supported by Linux can be used.
Download (HTTP): http://www.xiph.org/paranoia/download/cdparanoia-III-alpha9.8.src.tgz
Download (FTP): ftp://ftp.yars.free.net/pub/software/unix/util/cd/cdparanoia-III-alpha9.8.src.tgz
Download MD5 sum: 7218e778b5970a86c958e597f952f193
Download size: 114 KB
Estimated disk space required: 1.3 MB
Estimated build time: 0.12 SBU
Install CDParanoia by running the following commands:
patch -Np1 -i ../cdparanoia-III-alpha9.8-includes-1.patch && patch -Np1 -i ../cdparanoia-III-alpha9.8-gcc34-1.patch && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install && chmod -v 755 /usr/lib/libcdda_*.so.0.9.8
As with most libraries, there is no configuration to do, save that the library directory i.e., /opt/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run while logged in as root.
Last updated on 2005-08-01 13:29:19 -0600