Cdw is a gtk2 and ncurses-based console frontend to cdrecord and mkisofs. This pre version now have many enhancements like a Gtk2 GUI and a MySQL based Disk Catalog. cdw-0.2.0_pre3.ebuild takes advantage of all of this features using the next USE variables: gtk2: Gtk2 Support. Pretty nice! :) encode: LaME support for saving tracks directly to mp3 instead of wav. oggvorbis: OggEnc support for saving tracks directly to Ogg Vorbis format. nls: International support via gnu/gettext mysql: It only adds mysql has a dependency, the configure script always check for libmysqlclient. Prints a nice einfo telling to the user how to activate this feature when mysql is installed. Beacause this ebuild needs cdrtools to work (obviusly) the support for cdda2wav (to save audio CDs to wav files) is inherent to the ebuild. Please test it, Saludos!
Created attachment 19954 [details] cdw-0.2.0_pre3.ebuild
Created attachment 19956 [details] cdw-0.2.0_pre3.ebuild
Created attachment 19957 [details] cdw-0.2.0_pre3.ebuild
Created attachment 19958 [details] cdw-0.2.0_pre3.ebuild
Added to CVS. Nice ebuild. I only changed a couple of things: 1. There's no need to inform people about the new USE flags. If they want them they'll have them. They should be using -v if they want to be informed of the USE flags available for a given ebuild. 2. make install puts docs in /usr/share/doc/cdw, but that's not the Gentoo spot so I whacked them. I don't think it looks for them there. If it does, it'll need to be fixed.