On 05/04/2012 06:09 PM, Bruce Dubbs wrote: > Armin K. wrote: > >> I still think we should use cdrkit instead of that one. > > I got that and it built fairly easily but some binaries are different: > > cdda2mp3 devdump genisoimage isodebug isoinfo pitchplay readom > cdda2ogg dirsplit icedax isodump isovfy readmult wodim > > cdrtools has > > btcflash cdda2ogg cdrecord isodebug isoinfo mkhybrid readcd > scgskeleton > cdda2mp3 cdda2wav devdump isodump isovfy mkisofs scgcheck rscsi > > The common files are cdda2mp3, cdda2ogg, devdump, isodebug, isodump, isoinfo, > isovfy. > > The two important programs missing from cdrkit are cdrecord and mkisofs. I > don't know if they can be created as symlinks of not. > > -- Bruce
cdrkit is actually a fork of cdrtools [1]. These symlinks can be made for the compatibility with cdrtools: ln -s wodim /usr/bin/cdrecord ln -s readom /usr/bin/readcd ln -s genisoimage /usr/bin/mkisofs ln -s genisoimage /usr/bin/mkhybrid ln -s icedax /usr/bin/cdda2wav Brasero can use wodim by default, without any need for cdrkit compatibility. Also, k3b is listed at "Programs which can use cdrkit" at Wikipedia [2], so I think it could use it without any problems. 1. http://lwn.net/Articles/198171/ 2. http://en.wikipedia.org/wiki/Cdrkit#Front-ends -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
