commit:     787764f4a5f92b4dd38c3f1941e51147ff7635ca
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sat Jan 28 16:28:45 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 22:53:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787764f4

media-video/mpv: require only virtual/opengl for raspberry-pi in 9999

Both libEGL and libGLESv2 from mesa are not only unnecessary, but can
even cause issues if picked instead of libs from raspberrypi-userland.
At runtime we have environment set up correctly by raspberrypi-userland.
At build time correct libs are enforced by the next commit.

We still need GL/gl.h header provided by virtual/opengl though.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3718

 media-video/mpv/mpv-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 0127953..8e33c3e 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -93,7 +93,7 @@ COMMON_DEPEND="
        pulseaudio? ( media-sound/pulseaudio )
        raspberry-pi? (
                >=media-libs/raspberrypi-userland-0_pre20160305-r1
-               media-libs/mesa[egl,gles2]
+               virtual/opengl
        )
        rubberband? ( >=media-libs/rubberband-1.8.0 )
        samba? ( net-fs/samba[smbclient(+)] )

Reply via email to