Introduction to CDParanoia
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.
Note
Development versions of BLFS may not build or run
some packages properly if LFS or dependencies have been updated
since the most recent stable versions of the books.
Package Information
Additional Downloads
Editor Notes:
https://wiki.linuxfromscratch.org/blfs/wiki/cdparanoia
Installation of CDParanoia
Note
This package does not support parallel build.
Install CDParanoia by running the following
commands:
patch -Np1 -i ../cdparanoia-III-10.2-gcc_fixes-1.patch &&
./configure --prefix=/usr --mandir=/usr/share/man &&
make -j1
This package does not come with a test suite.
Now, as the root
user:
make install &&
chmod -v 755 /usr/lib/libcdda_*.so.0.10.2 &&
rm -fv /usr/lib/libcdda_*.a