Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
dvdrip 0.98.1 currently complains about the lack of transcode dvdread USE flag *and* of the presence of transcode extrafilters USE flag even if only one of the conditions are actually happening. This confuses the users.
Created an attachment (id=99440) [edit] Patch for dvdrip-0.98.1 ebuild (improving complains about incompatible transcode USE flags This simple patch makes dvdrip 0.98.1 ebuild present only the appropriate complains about transcode USE flags.
(From update of attachment 99440 [edit]) Eh, this will just die twice if the use happens to have both...
Created an attachment (id=99442) [edit] dvdrip-0.98.1.ebuild.diff Keep it short and simple... :P
(In reply to comment #2) > (From update of attachment 99440 [edit] [edit]) > Eh, this will just die twice if the use happens to have both... I don't understand what you mean by "die twice". The patch I proposed would present both messages at the same time if tanscode had both problems but would present only one message if transcode had only one problem. Please explain better what you mean by "die twice". Anyway, I think your suggestion doesn't really solves the problem, at least as I see it: asking the user to do something he already did. I mean, for example, asking him to include the USE flag "dvdread" when he already did just because he needs "-extrafilters". This confuses users.
Fixed in CVS, thanks