diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-04-27 22:59:45 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-04 18:27:42 +0200 |
commit | d363da6d4bb4f0e119aeeb476859078689a78f8f (patch) | |
tree | b51600971c0febba9a720ffadc35d5511e66085a /media-video/mpv/mpv-9999.ebuild | |
parent | media-video/mpv: adjust libsdl2 dependency in 9999 (diff) | |
download | gentoo-d363da6d4bb4f0e119aeeb476859078689a78f8f.tar.gz gentoo-d363da6d4bb4f0e119aeeb476859078689a78f8f.tar.bz2 gentoo-d363da6d4bb4f0e119aeeb476859078689a78f8f.zip |
media-video/mpv: adjust opengl dependency in 9999
We no longer need virtual/opengl for anything, but X.
Gentoo-bug: 614990
Upstream-commit: eb83ee4a4a03269ac6de296c9a1c01f68bb2e835
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 5ef999168799..d49580361cbd 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -87,12 +87,8 @@ COMMON_DEPEND=" luajit? ( dev-lang/luajit:2 ) ) openal? ( >=media-libs/openal-1.13 ) - opengl? ( X? ( virtual/opengl ) ) pulseaudio? ( media-sound/pulseaudio ) - raspberry-pi? ( - >=media-libs/raspberrypi-userland-0_pre20160305-r1 - virtual/opengl - ) + raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] ) sdl? ( media-libs/libsdl2[sound,threads,video] ) @@ -109,7 +105,10 @@ COMMON_DEPEND=" x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr - opengl? ( x11-libs/libXdamage ) + opengl? ( + x11-libs/libXdamage + virtual/opengl + ) xv? ( x11-libs/libXv ) ) " |