Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Thu, 04 May 2017 16:28:41
Message-Id: 1493915262.d363da6d4bb4f0e119aeeb476859078689a78f8f.soap@gentoo
1 commit: d363da6d4bb4f0e119aeeb476859078689a78f8f
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 27 19:59:45 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 16:27:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d363da6d
7
8 media-video/mpv: adjust opengl dependency in 9999
9
10 We no longer need virtual/opengl for anything, but X.
11
12 Gentoo-bug: 614990
13 Upstream-commit: eb83ee4a4a03269ac6de296c9a1c01f68bb2e835
14 Package-Manager: Portage-2.3.5, Repoman-2.3.2
15
16 media-video/mpv/mpv-9999.ebuild | 11 +++++------
17 1 file changed, 5 insertions(+), 6 deletions(-)
18
19 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
20 index 5ef99916879..d49580361cb 100644
21 --- a/media-video/mpv/mpv-9999.ebuild
22 +++ b/media-video/mpv/mpv-9999.ebuild
23 @@ -87,12 +87,8 @@ COMMON_DEPEND="
24 luajit? ( dev-lang/luajit:2 )
25 )
26 openal? ( >=media-libs/openal-1.13 )
27 - opengl? ( X? ( virtual/opengl ) )
28 pulseaudio? ( media-sound/pulseaudio )
29 - raspberry-pi? (
30 - >=media-libs/raspberrypi-userland-0_pre20160305-r1
31 - virtual/opengl
32 - )
33 + raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 )
34 rubberband? ( >=media-libs/rubberband-1.8.0 )
35 samba? ( net-fs/samba[smbclient(+)] )
36 sdl? ( media-libs/libsdl2[sound,threads,video] )
37 @@ -109,7 +105,10 @@ COMMON_DEPEND="
38 x11-libs/libXext
39 x11-libs/libXinerama
40 x11-libs/libXrandr
41 - opengl? ( x11-libs/libXdamage )
42 + opengl? (
43 + x11-libs/libXdamage
44 + virtual/opengl
45 + )
46 xv? ( x11-libs/libXv )
47 )
48 "