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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 945C7158094 for ; Mon, 3 Oct 2022 18:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82DC8E07D3; Mon, 3 Oct 2022 18:34:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2935EE07D3 for ; Mon, 3 Oct 2022 18:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21D0E340F3B for ; Mon, 3 Oct 2022 18:34:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 700CE5FF for ; Mon, 3 Oct 2022 18:34:52 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1664822065.a7ec6dcd8f9fea544c630cd3a4df1f6ddc8ed46e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/yamagi-quake2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild X-VCS-Directories: games-fps/yamagi-quake2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a7ec6dcd8f9fea544c630cd3a4df1f6ddc8ed46e X-VCS-Branch: master Date: Mon, 3 Oct 2022 18:34:52 +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: edf18579-fa04-4fd9-85a3-8057053d4917 X-Archives-Hash: 542fe4ca7d273ce9af0116443ac06216 commit: a7ec6dcd8f9fea544c630cd3a4df1f6ddc8ed46e Author: Ionen Wolkens gentoo org> AuthorDate: Mon Oct 3 17:57:25 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Oct 3 18:34:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ec6dcd games-fps/yamagi-quake2: adjust opengl/gles deps Mesa is the vendor which could be something else (aka nvidia), and not much sense in checking directly. On the other hand, I needed to enable gles2 on libsdl2 (flag handles gles3 too) or it'd complain when I tried to use it, or at least with libsdl2[-opengl]. virtual/opengl is also mostly deprecated, so switch to libglvnd (this is not wired to use libOpenGL over libGL so still need [X]). Also add gles as a REQUIRED_USE option, I could USE="client gles -*" with libsdl2[-opengl,gles2] and run this with +set vid_renderer gles3. Signed-off-by: Ionen Wolkens gentoo.org> games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild b/games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild index 3ae5a8fc5ca0..4a4a792e4187 100644 --- a/games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild +++ b/games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild @@ -27,17 +27,20 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="+client ctf dedicated gles openal +opengl rogue softrender vulkan xatrix" REQUIRED_USE=" || ( client dedicated ) - client? ( || ( opengl softrender vulkan ) ) + client? ( || ( opengl gles softrender vulkan ) ) " RDEPEND=" client? ( media-libs/libsdl2[opengl?,video,vulkan?] net-misc/curl + gles? ( + media-libs/libglvnd + media-libs/libsdl2[gles2] + ) openal? ( media-libs/openal ) !openal? ( media-libs/libsdl2[sound] ) - opengl? ( virtual/opengl ) - gles? ( media-libs/mesa[gles2] ) + opengl? ( media-libs/libglvnd[X] ) ) " DEPEND="${RDEPEND}