Cdrdao-1.2.0

Introduction to Cdrdao

The Cdrdao package contains CD recording utilities. These are useful for burning a CD in disk-at-once mode.

Package Information

Cdrdao Dependencies

Recommended

libao-0.8.6, libvorbis-1.1.1, libmad-0.15.1b and LAME-3.96.1 (required to build toc2mp3)

Optional (Required to Build the gcdmaster Program)

Note: all the following packages must be built in the order listed.

[Note]

Note

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

Installation of Cdrdao

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

Contents

Installed Programs: cdrdao, cue2toc, toc2cddb, toc2cue and optionally, gcdmaster and toc2mp3
Installed Libraries: None
Installed Directory: /usr/share/cdrdao

Short Descriptions

cdrdao

records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents.

cue2toc

converts CUE to TOC format for audio CDs.

gcdmaster

is a graphical front end to cdrdao for composing audio CDs.

toc2cddb

converts a Cdrdao TOC file into a cddb file and prints it to stdout.

toc2cue

converts TOC to CUE format for audio CDs.

toc2mp3

converts an audio CD disk image (.toc file) to MP3 files.

Last updated on 2005-08-01 13:29:19 -0600