Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603992 - >=media-video/mpv-0.23.0[libav] - unclear blocker with >=media-video/ffmpeg-3.2.2:=
Summary: >=media-video/mpv-0.23.0[libav] - unclear blocker with >=media-video/ffmpeg-3...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Coacher
URL:
Whiteboard:
Keywords:
Depends on: libav-12
Blocks:
  Show dependency tree
 
Reported: 2016-12-29 05:15 UTC by Nathan Zachary (RETIRED)
Modified: 2017-02-12 22:08 UTC (History)
4 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 Nathan Zachary (RETIRED) gentoo-dev 2016-12-29 05:15:07 UTC
The current ~ version of mpv (0.23.0) causes a block on systems with libav due to the following requirement in the ebuild:

https://gitweb.gentoo.org/repo/gentoo.git/tree/media-video/mpv/mpv-0.23.0.ebuild

COMMON_DEPEND="
	!libav? ( >=media-video/ffmpeg-3.2.2:=[encode?,threads,vaapi?,vdpau?] )
	libav? ( >=media-video/libav-12:=[encode?,threads,vaapi?,vdpau?] )

libav-12 is currently masked, according to:
https://packages.gentoo.org/packages/media-video/libav

The only workaround that I found was to manually mask =media-video/mpv-0.23.0

Cheers,
Nathan Zachary
Comment 1 Coacher 2016-12-29 06:04:19 UTC
mpv-0.23.0 won't be masked globally because it works with ffmpeg.
mpv-0.23.0[libav] is already masked in profiles:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650307c005a5b13fb12df67a7d3fcc7439d3e033

Sorry, but libav users have to wait until bug 603726 is resolved.

I've seen the blocker you are talking about, but sadly portage doesn't show the reason for USE masks as it does for package masks. There's a bug 497166 for it.

If only there was a profile (or smth) for libav, where I could pmask mpv...
Comment 2 Coacher 2016-12-29 06:05:20 UTC
In the meantime I suggest to either locally unmask both libav-12 and mpv-0.23.0[libav], or locally pmask mpv-0.23.0.
Comment 3 Coacher 2017-02-12 22:08:34 UTC
Fixed in
commit d089441b6588de28a1c58a762c77552a7daac6c5
Author:     Luca Barbato <lu_zero@gentoo.org>
AuthorDate: Sun Feb 12 17:29:34 2017 +0000
Commit:     Luca Barbato <lu_zero@gentoo.org>
CommitDate: Sun Feb 12 17:29:34 2017 +0000

    Drop the libav mask

    Libav 12 is available now.