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 EEE5C138353 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 02F90E092E; Fri, 3 Apr 2020 14:57:15 +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 CA672E092E 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 9D61C34F040 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 090321BC 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.173a72ab19ebfb5807cb9d712421fdc078f15182.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mupen64plus-core/metadata.xml games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r1.ebuild games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild X-VCS-Directories: games-emulation/mupen64plus-core/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 173a72ab19ebfb5807cb9d712421fdc078f15182 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: 56a67e8a-9a09-4374-a99d-aadf049e907b X-Archives-Hash: 196fcda1b45dc34f0bd11fcbd1bc37f5 commit: 173a72ab19ebfb5807cb9d712421fdc078f15182 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Nov 23 09:51:05 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=173a72ab games-emulation/mupen64plus-core: rename USE=gles2 to USE=gles2-only Closes: https://github.com/gentoo/gentoo/pull/15133 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Andreas Sturmlechner gentoo.org> games-emulation/mupen64plus-core/metadata.xml | 1 - ...n64plus-core-2.5.9.ebuild => mupen64plus-core-2.5.9-r1.ebuild} | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/games-emulation/mupen64plus-core/metadata.xml b/games-emulation/mupen64plus-core/metadata.xml index 4e8fd61a24b..d4cc98359e4 100644 --- a/games-emulation/mupen64plus-core/metadata.xml +++ b/games-emulation/mupen64plus-core/metadata.xml @@ -7,7 +7,6 @@ Build the debugger - Use GLES2 instead of OpenGL Enable new experimental dynamic recompiler implementation (only for x86 and arm) Support video capture via media-libs/opencv Overlay emulator messages using on-screen-display diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r1.ebuild similarity index 92% rename from games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild rename to games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r1.ebuild index 5bf2f73d58f..57dc6a6f230 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.5.9-r1.ebuild @@ -13,12 +13,12 @@ SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.ta LICENSE="GPL-2+" SLOT="0/2-sdl2" KEYWORDS="~amd64 ~x86" -IUSE="debugger gles2 lirc new-dynarec opencv +osd cpu_flags_x86_sse" +IUSE="debugger gles2-only lirc new-dynarec opencv +osd cpu_flags_x86_sse" RDEPEND="media-libs/libpng:0= media-libs/libsdl2:0=[joystick,opengl,video] sys-libs/zlib:0=[minizip] - gles2? ( media-libs/libsdl2:0[gles] ) + gles2-only? ( media-libs/libsdl2:0[gles] ) lirc? ( app-misc/lirc:0 ) opencv? ( media-libs/opencv:= ) osd? ( @@ -30,7 +30,7 @@ RDEPEND="media-libs/libpng:0= DEPEND="${RDEPEND} virtual/pkgconfig" -REQUIRED_USE="gles2? ( !osd )" +REQUIRED_USE="gles2-only? ( !osd )" S=${WORKDIR}/${MY_P} PATCHES=( "${FILESDIR}"/${PN}-2.5.9-fix-gcc10-fno-common.patch ) @@ -82,7 +82,7 @@ src_compile() { OPENCV=$(usex opencv 1 0) DEBUGGER=$(usex debugger 1 0) NEW_DYNAREC=$(usex new-dynarec 1 0) - USE_GLES=$(usex gles2 1 0) + USE_GLES=$(usex gles2-only 1 0) ) use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )