Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 226653 - media-sound/transkode-0.7 checks wrongly for decoder useflags
Summary: media-sound/transkode-0.7 checks wrongly for decoder useflags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-14 14:15 UTC by Dennis Schridde
Modified: 2008-06-14 18:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2008-06-14 14:15:47 UTC
if ! use ffmpeg || ! use mplayer || ! use gstreamer; then
        echo
        ewarn "TransKode should be emerged with at least one of next"
        ewarn "use flags: mplayer, ffmpeg, gstreamer or xine!"

"at least one of" sounds more like "! use ffmpeg && ! use mplayer && ..."
xine is missing in that list, too.

Reproducible: Always
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2008-06-14 18:24:09 UTC
You are absolutely right. I need more caffeine when doing such stuff I guess...
Fix committed to portage cvs.