From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 958BC139085 for ; Sun, 29 Jan 2017 22:55:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1B261460F; Sun, 29 Jan 2017 22:55:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF2D31460F for ; Sun, 29 Jan 2017 22:55:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12B583414D6 for ; Sun, 29 Jan 2017 22:55:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7DF63A4C for ; Sun, 29 Jan 2017 22:55:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1485730396.787764f4a5f92b4dd38c3f1941e51147ff7635ca.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 787764f4a5f92b4dd38c3f1941e51147ff7635ca X-VCS-Branch: master Date: Sun, 29 Jan 2017 22:55:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 30443096-bb1c-46fb-b875-f7ecc6a86e79 X-Archives-Hash: 6325f308cc3a8a9ab94d4d11b7c323d2 commit: 787764f4a5f92b4dd38c3f1941e51147ff7635ca Author: Ilya Tumaykin gmail com> AuthorDate: Sat Jan 28 16:28:45 2017 +0000 Commit: David Seifert gentoo 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(+)] )