# burncdda/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.02 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.18 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = LICENSE nosyslinks = etc tmpsize = 1M #--------------------------------------------------------------------- [depends] cdrdao cdrkit # For "cdrecord" coreutils dialog flac gawk mp3check mpg123 # For "mpg321" [symbolic link] mpptools # For "mppdec" mplayer normalize sox vorbis-tools # For "oggdec" #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DATADIR=$PKGDIR_PROD/data ETCDIR=$PKGDIR_PROD/etc MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $DATADIR $ETCDIR $MANDIR chmod 755 burncdda cp -p burncdda $BINDIR/ cp -p burncdda.conf $ETCDIR/ cp -p burncdda.conf $DATADIR/burncdda.conf.default cp -p *.func $DATADIR/ gzip -c -d < burncdda.1.gz > $MANDIR/burncdda.1 #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = n/a url_home = http://www.thenktor.homepage.t-online.de/burncdda/ url_lfs = n/a url_tarball = http://www.thenktor.homepage.t-online.de/burncdda/\ download/burncdda-1.8.2.tar.gz #--------------------------------------------------------------------- [about] "burncdda" can be used to create audio CDs using an M3U playlist (the playlist format used by XMMS and amaroK). It supports MP3, OGG Vorbis, Musepack, FLAC, and WAV files, and it might be the easiest way to copy an audio CD. Note: "burncdda" is a front-end to various audio standard tools, in- cluding cdrdao, cdrecord, mpg123/mpg321, oggdec, mppdec, flac, mplayer, normalize, and mp3_check.