Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507710 - media-video/mpv - ?
Summary: media-video/mpv - ?
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Nikoli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 10:46 UTC by Ari Malinen
Modified: 2014-04-15 19:53 UTC (History)
2 users (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 Ari Malinen 2014-04-15 10:46:38 UTC
I installed media-video/mpv and it pulled media-video/libav which blocked media-video/ffmpeg. I had ffmpeg use flag set but media-video/mpv doesnt support it. When i set encode use flag the dependency changed to media-video/ffmpeg. I think media-video/mpv should have ffmpeg use flag.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-15 14:36:00 UTC
You probably just need to change your USE flags for media-video/ffmpeg.
Comment 2 Nikoli 2014-04-15 19:53:27 UTC
Ari, mpv needs ffmpeg or libav from ~:
$ grep -e media-video/libav -e media-video/ffmpeg media-video/mpv/mpv-0.3.7.ebuild -2
RDEPEND+="
        || (
                >=media-video/libav-9:=[encode?,threads,vaapi?,vdpau?]
                >=media-video/ffmpeg-1.2:0=[encode?,threads,vaapi?,vdpau?]
        )
...

If you prefer ffmpeg, then you need to do 2 things:
1) Add media-video/ffmpeg to package.keywords
2) Add media-video/libav to package.mask