%general-entities; gcdmaster)"> ]> $LastChangedBy$ $Date$ Cdrdao-&cdrdao-version; Cdrdao Introduction to Cdrdao The Cdrdao package contains CD recording utilities. These are useful for burning a CD in disk-at-once mode. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &cdrdao-md5sum; Download size: &cdrdao-size; Estimated disk space required: &cdrdao-buildsize; Estimated build time: &cdrdao-time; Cdrdao Dependencies Recommended , , and (required to build toc2mp3) Optional (Required to Build the gcdmaster Program) Note: all the following packages must be built in the order listed. Recent changes in pkgconfig may cause linking errors in gtkmm applications. 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. , 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 the unprivileged user: ./configure --prefix=/usr && make Now, as the root user: make install Contents Installed Programs Installed Libraries Installed Directory cdrdao, cue2toc, toc2cddb, toc2cue and optionally, gcdmaster and toc2mp3 None /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. cdrdao cue2toc converts CUE to TOC format for audio CDs. cue2toc gcdmaster is a graphical front end to cdrdao for composing audio CDs. gcdmaster toc2cddb converts a Cdrdao TOC file into a cddb file and prints it to stdout. toc2cddb toc2cue converts TOC to CUE format for audio CDs. toc2cue toc2mp3 converts an audio CD disk image (.toc file) to MP3 files. toc2mp3