diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-01-28 19:31:09 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-29 23:53:15 +0100 |
commit | e9470059918c865dc916646e21f34127e3cecb8f (patch) | |
tree | be3991c577f96601697ac81a10c1e5927e55e196 /media-video | |
parent | sci-visualization/yt: Version bump to 3.3.3, EAPI bump 5 -> 6 (diff) | |
download | gentoo-e9470059918c865dc916646e21f34127e3cecb8f.tar.gz gentoo-e9470059918c865dc916646e21f34127e3cecb8f.tar.bz2 gentoo-e9470059918c865dc916646e21f34127e3cecb8f.zip |
media-video/mpv: keep vdpau dep near vaapi one in 9999
Cosmetics. Easier to spot it there.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index d426d7131699..3158f6fd507d 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -98,6 +98,7 @@ COMMON_DEPEND=" sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] ) v4l? ( media-libs/libv4l ) vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] ) + vdpau? ( >=x11-libs/libvdpau-0.2 ) wayland? ( >=dev-libs/wayland-1.6.0 >=x11-libs/libxkbcommon-0.3.0 @@ -107,7 +108,6 @@ COMMON_DEPEND=" x11-libs/libXext >=x11-libs/libXrandr-1.2.0 opengl? ( x11-libs/libXdamage ) - vdpau? ( >=x11-libs/libvdpau-0.2 ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) |