CDParanoia-III: Difference between revisions
From CBLFS
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
| Line 67: | Line 67: | ||
make install && | make install && | ||
chmod -v 755 /usr/lib64/libcdda_*.so.0.9.8 | chmod -v 755 /usr/lib64/libcdda_*.so.0.9.8 | ||
[[Category:Media Utilities]] | |||
Revision as of 16:17, 19 March 2009
| 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.
Project Homepage: http://www.xiph.org/paranoia/
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