summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2018-04-30 01:13:14 +0300
committerPatrice Clement <monsieurp@gentoo.org>2018-05-01 23:17:47 +0200
commit8448f82e6d79b4b5bcf0e2a4916fa2ce717265bf (patch)
tree3e216da1e21140409c6e3a8140c0f02877b3e8df /media-video
parentdev-util/imediff2: use HTTPS. (diff)
downloadgentoo-8448f82e6d79b4b5bcf0e2a4916fa2ce717265bf.tar.gz
gentoo-8448f82e6d79b4b5bcf0e2a4916fa2ce717265bf.tar.bz2
gentoo-8448f82e6d79b4b5bcf0e2a4916fa2ce717265bf.zip
media-video/mpv: depend on libav-13_pre for vaapi/vdpau in 0.27.2.
Bug: https://bugs.gentoo.org/641414 Package-Manager: Portage-2.3.31, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8212
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/mpv-0.27.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-0.27.2.ebuild b/media-video/mpv/mpv-0.27.2.ebuild
index d487246e046c..1e790a980c0d 100644
--- a/media-video/mpv/mpv-0.27.2.ebuild
+++ b/media-video/mpv/mpv-0.27.2.ebuild
@@ -100,12 +100,12 @@ COMMON_DEPEND="
v4l? ( media-libs/libv4l )
vaapi? (
!libav? ( >=media-video/ffmpeg-3.3:0 )
- libav? ( >=media-video/libav-13:0 )
+ libav? ( >=media-video/libav-13_pre20171219:0 )
x11-libs/libva:=[drm?,X?,wayland?]
)
vdpau? (
!libav? ( >=media-video/ffmpeg-3.3:0 )
- libav? ( >=media-video/libav-13:0 )
+ libav? ( >=media-video/libav-13_pre20171219:0 )
x11-libs/libvdpau
)
wayland? (