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: Sun, 29 Jan 2017 22:55:54
Message-Id: 1485730396.787764f4a5f92b4dd38c3f1941e51147ff7635ca.soap@gentoo
1 commit: 787764f4a5f92b4dd38c3f1941e51147ff7635ca
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 28 16:28:45 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 22:53:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787764f4
7
8 media-video/mpv: require only virtual/opengl for raspberry-pi in 9999
9
10 Both libEGL and libGLESv2 from mesa are not only unnecessary, but can
11 even cause issues if picked instead of libs from raspberrypi-userland.
12 At runtime we have environment set up correctly by raspberrypi-userland.
13 At build time correct libs are enforced by the next commit.
14
15 We still need GL/gl.h header provided by virtual/opengl though.
16
17 Package-Manager: Portage-2.3.3, Repoman-2.3.1
18 Closes: https://github.com/gentoo/gentoo/pull/3718
19
20 media-video/mpv/mpv-9999.ebuild | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
24 index 0127953..8e33c3e 100644
25 --- a/media-video/mpv/mpv-9999.ebuild
26 +++ b/media-video/mpv/mpv-9999.ebuild
27 @@ -93,7 +93,7 @@ COMMON_DEPEND="
28 pulseaudio? ( media-sound/pulseaudio )
29 raspberry-pi? (
30 >=media-libs/raspberrypi-userland-0_pre20160305-r1
31 - media-libs/mesa[egl,gles2]
32 + virtual/opengl
33 )
34 rubberband? ( >=media-libs/rubberband-1.8.0 )
35 samba? ( net-fs/samba[smbclient(+)] )