Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 187957

Summary: media-sound/bmpx-0.40.0_rc3 should have more USE flags
Product: Gentoo Linux Reporter: Ingo Brunberg <ingo_brunberg>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED WONTFIX    
Severity: enhancement CC: haehnke, ssuominen
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ingo Brunberg 2007-08-06 23:05:50 UTC
bmpx-0.40.0_rc3 has far fewer USE flags than bmpx-0.36.1. The only one I am personally missing is the "ofa" flag. It pulls in a lot of dependencies I do not really like.

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-07 06:19:30 UTC
Please, read the fine ChangeLog before filing bugs.
Comment 2 haehnke 2007-08-08 15:03:20 UTC
(In reply to comment #1)
> Please, read the fine ChangeLog before filing bugs.
> 

There are definitely USE flags missing. All gst-plugin-* dependencies are missing, so you are not able to play audio files. You have to install them separately.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2007-08-08 16:32:12 UTC
(In reply to comment #2)
> > Please, read the fine ChangeLog before filing bugs.
> There are definitely USE flags missing. All gst-plugin-* dependencies are
> missing, so you are not able to play audio files. You have to install them
> separately.

That's correct. They are optional runtime deps, and not required for building. So, when user added USE="speex" or whatever on, he was forced to rebuild bmpx without any reason and it's a 30 minute compile on my machine. So instead we leave it up to the user to install whatever plugins he wants, no rebuilding required.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2007-08-08 16:38:42 UTC
Added a message in end of installation..

        einfo
        elog "You have to install gst-plugins you want yourself,"
        elog "they are optional runtime depends."
        einfo