CDParanoia-III

From CBLFS
Revision as of 16:22, 15 January 2007 by Jim (talk | contribs)
Jump to navigationJump to search
Download Source: http://www.xiph.org/paranoia/download/cdparanoia-III-10.2.src.tgz
Required Patch: http://svn.cross-lfs.org/svn/repos/patches/cdparanoia/cdparanoia-III-10.2-fixes-2.patch

Introduction to CDParanoia-III

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.

Dependencies

Non-Multilib

Compile the package:

patch -Np1 -i ../cdparanoia-III-10.2-fixes-2.patch &&
./configure --prefix=/usr &&
make

Install the package

make install &&
chmod -v 755 /usr/lib/libcdda_*.so.0.9.8

Multilib

32Bit

Compile the package:

patch -Np1 -i ../cdparanoia-III-10.2-fixes-2.patch &&
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package

make install &&
chmod -v 755 /usr/lib/libcdda_*.so.0.9.8

N32

Compile the package:

patch -Np1 -i ../cdparanoia-III-10.2-fixes-2.patch &&
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package

make install &&
chmod -v 755 /usr/lib32/libcdda_*.so.0.9.8

64Bit

Compile the package:

patch -Np1 -i ../cdparanoia-III-10.2-fixes-2.patch &&
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package

make install &&
chmod -v 755 /usr/lib64/libcdda_*.so.0.9.8