The Cdrdao package contains CD recording utilities. These are useful for burning a CD in disk-at-once mode.
Download (HTTP): http://prdownloads.sourceforge.net/cdrdao/cdrdao-1.2.0.tar.gz
Download MD5 sum: dc2bdef7a7c8973e678ba4a4a2d9cc7e
Download size: 2.0 MB
Estimated disk space required: 64 MB
Estimated build time: 1.5 SBU (includes building gcdmaster)
libao-0.8.6, libvorbis-1.1.1, libmad-0.15.1b and LAME-3.96.1 (required to build toc2mp3)
Note: all the following packages must be built in the order listed.
Changes in pkgconfig-0.17.x may cause linking errors in gtkmm applications. Either upgrade to pkgconfig-0.18, or after installing gtkmm-2.6.3, issue this command as the root user:
sed -i.bak \ 's:-lgtkmm-2.4:& -lgdkmm-2.4 -lpangomm-1.4 -latkmm-1.6:' \ /usr/lib/pkgconfig/gtkmm-2.4.pc
A backup (.bak) is created, you can revert if desired.
libgnomeui-2.10.0, libsigc++-2.0.13, glibmm-2.6.1, gtkmm-2.6.3, libglademm-2.6.0, libgnomecanvasmm-2.10.0, gconfmm-2.10.0, libgnomemm-2.10.0, gnome-vfsmm-2.10.0 and libgnomeuimm-2.10.0
Install Cdrdao by running the following commands:
For MP3 support in the gcdmaster program, you will need a temporary mad.pc. If desired, it can be deleted after the build.
As the root user:
cat > /usr/lib/pkgconfig/mad.pc << "EOF" prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: mad Description: MPEG audio decoder Requires: Version: 0.15.1 Libs: -L${libdir} -lmad Cflags: -I${includedir} EOF
And, as an unprivileged user:
./configure --prefix=/usr && make
Now, as the root user:
make install
Last updated on 2005-08-01 13:29:19 -0600