# emerge xcdroast [ebuild N ] app-cdr/cdrtools-dvdr-2.01_alpha18 [ebuild N ] app-cdr/cdrtools-2.01_alpha18 [ebuild N ] app-cdr/xcdroast-0.98_alpha14-r2 emerge xcdroast on a fresh install wants to install cdrtools-dvdr and then cdrtools before installing xcdroast. It's silly to compile cdrtools twice, and since the dvdr version is installed first it gets clobbered by the normal version. If dvd is in use it should install the dvdr version and if not install normal cdrtools. Reproducible: Always Steps to Reproduce: 1.emerge xcdroast Actual Results: no dvd support since cdrtools-dvdr is clobbered Expected Results: dvdr support w/ only one ver of cdrtools installed
Created attachment 17376 [details, diff] xcdroast-dvdr.patch Patch to fix the DEPEND to only install one cdrtools
I'll work on it later this day, since we will introduce a new USE-flag for DVD-R-usage. Then we can work with only one cdrecord and the cdrecord-dvdr becomes obsolote (actually it is only a patched cdrecord).
The new ebuilds are submitted to portage (no version bump). If you want to use DVD-writing, you can set the use-variable 'dvdr' and cdrtools will be compiled with the patch, that was the difference to cdrtools-dvdr before. As everything should be fine now, I'll close this bug. Otherwise, let me know.