Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 361285 - media-plugins/audacious-plugins-2.{4,5}.* depend on media-video/ffmpeg instead of virtual/ffmpeg
Summary: media-plugins/audacious-plugins-2.{4,5}.* depend on media-video/ffmpeg instea...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-30 12:51 UTC by tbartdev
Modified: 2011-03-30 15:29 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to make audiacious-plugins pull in virtual/ffmpeg (audacious-plugins-2.4.0.ebuild-virtual-ffmpeg.diff,553 bytes, patch)
2011-03-30 12:52 UTC, tbartdev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tbartdev 2011-03-30 12:51:19 UTC
If media-video/libav is installed as virtual/ffmpeg provider, installing audacious-plugins with USE=ffmpeg results in pulling in media-video/ffmpeg as well.
However, virtual/ffmpeg should do for audacious-plugins.

Reproducible: Always

Steps to Reproduce:
1. emerge media-video/libav (or virtual/ffmpeg which provides it if
media-video/ffmpeg is not installed yet)
2. emerge -pv audacious-plugins
3. media-video/ffmpeg gets pulled in as well


Expected Results:  
One ffmpeg implementation should be enough for audacious-plugins
At least for now libav does it as well.

See #361269 for a similar bug.
I think we'll need a tracker for this.
There are a LOT of ebuilds that need fixing...
http://pastebin.com/NqtXtQCg
Comment 1 tbartdev 2011-03-30 12:52:24 UTC
Created attachment 267797 [details, diff]
Patch to make audiacious-plugins pull in virtual/ffmpeg
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2011-03-30 15:29:23 UTC
+  30 Mar 2011; Tony Vroon <chainsaw@gentoo.org>
+  audacious-plugins-2.4.4-r1.ebuild, audacious-plugins-2.5_alpha1.ebuild:
+  Replace explicit ffmpeg depend with the ffmpeg virtual for libav
+  compatibility. As suggested by "tbartdev" in bug #361285.