Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200759 - gnash should select defaults instead of aborting
Summary: gnash should select defaults instead of aborting
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 19:25 UTC by SpanKY
Modified: 2008-01-12 03:52 UTC (History)
0 users

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 SpanKY gentoo-dev 2007-11-29 19:25:41 UTC
if USE flags are exclusive/competing, then the best fit should be selected according to upstream and a warning issued, rather than aborting

for example, if none of agg/cairo/opengl is enabled, then a warning should be issued that agg is automatically selected

if more than one of agg/cairo/opengl is enabled, then a warning should be issued that the order of preference is agg > opengl > cairo and the build should continue

the same goes for gstreamer/ffmpeg ... select one for the user if none are selected and give preference according to upstream defaults if both are selected
Comment 1 Le retraité 2007-12-09 18:31:10 UTC
I agree, it's very common to have both cairo and opengl use flag enable, I don't know which one should selected for gnash in that case, but one has definitely to.
Comment 2 SpanKY gentoo-dev 2008-01-12 03:52:02 UTC
ive added 0.8.1-r1 that does this