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 C40B2138351 for ; Fri, 3 Apr 2020 14:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D8AE0929; Fri, 3 Apr 2020 14:57:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3D4DE0929 for ; Fri, 3 Apr 2020 14:57:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C60934F03C for ; Fri, 3 Apr 2020 14:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B8D11BD for ; Fri, 3 Apr 2020 14:57:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1585925803.2228237dad8bbe177d55edd418c46e7ea48ff21f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-video-glide64mk2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mupen64plus-video-glide64mk2/metadata.xml games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r1.ebuild games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild X-VCS-Directories: games-emulation/mupen64plus-video-glide64mk2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2228237dad8bbe177d55edd418c46e7ea48ff21f X-VCS-Branch: master Date: Fri, 3 Apr 2020 14:57:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8524ebb-e560-40b7-8df6-3f1d596a3456 X-Archives-Hash: 6139a4d902dda9a11ef5d8d6c2599aac commit: 2228237dad8bbe177d55edd418c46e7ea48ff21f Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Nov 23 09:51:50 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 3 14:56:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2228237d games-emulation/mupen64plus-video-glide64mk2: rename USE=gles2 to USE=gles2-only Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Andreas Sturmlechner gentoo.org> games-emulation/mupen64plus-video-glide64mk2/metadata.xml | 1 - ...-2.5.9.ebuild => mupen64plus-video-glide64mk2-2.5.9-r1.ebuild} | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/games-emulation/mupen64plus-video-glide64mk2/metadata.xml b/games-emulation/mupen64plus-video-glide64mk2/metadata.xml index 5bca97be8c2..fe3dec21151 100644 --- a/games-emulation/mupen64plus-video-glide64mk2/metadata.xml +++ b/games-emulation/mupen64plus-video-glide64mk2/metadata.xml @@ -6,7 +6,6 @@ Michał Górny - Use GLES2 instead of OpenGL Support hi-resolution textures (requires dev-libs/boost) diff --git a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r1.ebuild similarity index 91% rename from games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild rename to games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r1.ebuild index 6372f0107c0..ce151701ed6 100644 --- a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild +++ b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9-r1.ebuild @@ -14,14 +14,14 @@ SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.ta LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gles2 hires cpu_flags_x86_sse" +IUSE="gles2-only hires cpu_flags_x86_sse" -RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2=] +RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2-only=] media-libs/libpng:0= media-libs/libsdl2:0=[video] sys-libs/zlib:0= virtual/opengl:0= - gles2? ( media-libs/libsdl2:0[gles] ) + gles2-only? ( media-libs/libsdl2:0[gles] ) hires? ( dev-libs/boost:0= )" DEPEND="${RDEPEND} virtual/pkgconfig" @@ -72,7 +72,7 @@ src_compile() { NOSSE=$(usex cpu_flags_x86_sse 0 1) HIRES=$(usex hires 1 0) USE_FRAMESKIPPER=1 - USE_GLES=$(usex gles2 1 0) + USE_GLES=$(usex gles2-only 1 0) # use bundled lib # https://bugs.gentoo.org/654470 TXCDXTN=0