Summary: | media-sound/banshee-1.4.3: conflicting dependencies | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Trustin Lee <trustin> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | major | CC: | loki_val |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Trustin Lee
2009-03-27 03:45:28 UTC
I can confirm that removing the dependency '>=media-libs/gst-plugins-bad-${GVER}' from banshee-1.4.3.ebuild fixes the problem. Banshee seems to run fine, too. Please read the package.mask entry for the gst-plugins-bad you've unmasked: # Samuli Suominen <ssuominen@gentoo.org> (24 Dec 2008) # - drop .la files (and static libs) # - monolithic version, EAPI=2, commented versions for new devs # Talk with the actual gstreamer team before unmasking these - # we are completely against the notion of monolithic versions, these # here should be considered an experimentation =media-libs/gstreamer-0.10.21-r10 =media-libs/gst-plugins-good-0.10.11-r1 =media-libs/gst-plugins-bad-0.10.9-r1 =media-libs/gst-plugins-ugly-0.10.10-r1 =media-libs/gst-plugins-base-0.10.21-r1 My point is that banshee-1.4.3 depends on masked components. The ebuild of banshee needs to be updated to depend on individual gstreamer plugins instead of depending on masked components. If doing so is impossible, then I'm fine with marking this issue as invalid. I actually switched back to rhythmbox which works much better for me. :) (In reply to comment #3) > My point is that banshee-1.4.3 depends on masked components. What I'm telling you is that no, that is not the case. > The ebuild of > banshee needs to be updated to depend on individual gstreamer plugins instead > of depending on masked components. It has always depended on individual gstreamer plugins. The gst-plugins-bad package provides some audio and video codecs. The gst-plugins-faad package provides and interface to faad2. You have unmasked gst-plugins-bad-0.10.9-r1 which is an experiment to see how having all the modularized gst-plugins packages in their tarball-packages would look like. It has a big warning. If you don't want conflicting dependencies, don't unmask it. Thanks for your kind explanation and your time. |