%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. &lfs73_checked; Package Information Download (HTTP): 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 that the following packages must be built in the order listed. Use the current stable version of each package. , , glibmm, gtkmm, libglademm, libgnomecanvasmm, gconfmm, gnome-vfsmm, libgnomemm, and libgnomeuimm There are two additional optional dependencies that can be used by the Cdrdao build: Cdrtools and PCCTS. The pieces of these two packages required to build Cdrdao are also included in the source tree and are used by default. User Notes: Installation of Cdrdao Install Cdrdao by running the following commands: sed -i '/ioctl/a #include <sys/stat.h>' dao/ScsiIf-linux.cc && ./configure --prefix=/usr --mandir=/usr/share/man && make This package does not come with a test suite. Now, as the root user: make install && install -v -m755 -d /usr/share/doc/cdrdao-&cdrdao-version; && install -v -m644 README /usr/share/doc/cdrdao-&cdrdao-version; Command Explanations sed -i '/ioctl/a #include <sys/stat.h>' ...: This sed adds missing sys/stat.h include. --mandir=/usr/share/man: Install manual pages in /usr/share/man instead of /usr/man. Contents Installed Programs Installed Libraries Installed Directories cdrdao, cue2toc, toc2cddb, toc2cue and optionally, gcdmaster and toc2mp3 None /usr/share/cdrdao, /usr/share/doc/cdrdao-&cdrdao-version; and /usr/share/gcdmaster 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