Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458066 - media-sound/xnoise-9999 (and possibly other versions) should depend on certain gst-plugins-*-packages
Summary: media-sound/xnoise-9999 (and possibly other versions) should depend on certai...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 09:17 UTC by Franz Trischberger
Modified: 2013-02-23 19:04 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 Franz Trischberger 2013-02-18 09:17:37 UTC
When installing xnoise-9999 it won't start:

$ xnoise
**
ERROR:Player/xnoise-gst-player.c:1476:xnoise_gst_player_create_elements: assertion failed: (asink != null)
[1]    32159 abort      xnoise

When looking into the most recent totem-ebuild, it also contains those dependencies:

        >=media-libs/gst-plugins-bad-1.0.2:1.0
        media-libs/gst-plugins-good:1.0
        media-plugins/gst-plugins-taglib:1.0
        media-plugins/gst-plugins-meta:1.0

(I left out taglib, as xnoise seems to use an own solution - but I'm not entirely sure about that, yet)
And indeed xnoise starts and works (though there are some problems with certain mkv files - different issue ;))
Comment 1 Christoph Mende (RETIRED) gentoo-dev 2013-02-23 19:04:08 UTC
I don't have any of those installed and xnoise works fine. xnoise already depends on gst-plugins-base which should provide a sink (alsa).
Anyway, I've added gst-plugins-meta now. I don't think this will guarantee a sink plugin, but with sane global USE flags, it should pull in something usable.