Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33722 - x11-misc/rss-glx should have local useflag to enable OpenAL sound in skyrocket screensaver
Summary: x11-misc/rss-glx should have local useflag to enable OpenAL sound in skyrocke...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High minor
Assignee: Alastair Tse (RETIRED)
URL: http://rss-glx.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-17 21:03 UTC by Ed Catmur
Modified: 2003-11-22 06:44 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 Ed Catmur 2003-11-17 21:03:42 UTC
The rss-glx screensaver package includes a fireworks screensaver called skyrocket.
At configure, it checks for the OpenAL sound library to enable audio effects in skyrocket.
It should therefore have a local useflag and conditional dependency on media-libs/openal.

/usr/portage/profiles/use.local.desc:
+x11-misc/rss-glx:openal - Enables Open Audio Library support in rss-glx Skyrocket screensaver

/usr/portage/x11-misc/rss-glx/rss-glx.0.7.6.ebuild:
-IUSE="kde sse 3dnow"
+IUSE="kde sse 3dnow openal"
...
+    openal? ( media-libs/openal )
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-11-22 06:44:54 UTC
added that feature to the current rss-glx.