Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524172 - media-video/vlc depends on media-video/ffmpeg instead of virtual/ffmpeg
Summary: media-video/vlc depends on media-video/ffmpeg instead of virtual/ffmpeg
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-30 23:33 UTC by Rafal Kupiec
Modified: 2014-09-30 23:36 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 Rafal Kupiec 2014-09-30 23:33:05 UTC
Actually there are 2 implementations available: media-video/ffmpeg and media-video/libav. Both of them can be used with latest VLC available in portage, but ebuild needs to be edited and dependency fixed. Anyway - it is possible to compile vlc against libva. I dont understand why it depends on media-video/ffmpeg then. virtual/ffmpeg covers both of the implementations.

Please fix vlc ebuild, so that it will be possible to link it against any package from listed above (ffmpeg and libav).

Reproducible: Always

Steps to Reproduce:
1. emerge -C ffmpeg
2. emerge libav
3. emerge vlc
Actual Results:  
VLC complains about missing media-video/ffmpeg

Expected Results:  
Building fine with libav
Comment 1 Ben Kohler gentoo-dev 2014-09-30 23:36:49 UTC
It should be ok with libav as long as you also get libpostproc, and you meet the USE & version requirements of virtual/ffmpeg.  Look at the ebuild to confirm.