Difference between revisions of "CDParanoia-III"
From CBLFS
Jump to navigationJump to searchm |
|||
Line 10: | Line 10: | ||
---- | ---- | ||
− | {{Package-Introduction|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.}} | + | {{Package-Introduction|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.|http://www.xiph.org/paranoia/}} |
== Dependencies == | == Dependencies == |
Revision as of 10:03, 8 December 2008
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 |
Contents
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