Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/
Date: Sun, 09 Jan 2022 21:20:08
Message-Id: 1641763016.8275c2ddac7e1e12ebaaada06b8722ebb127e8db.ionen@gentoo
1 commit: 8275c2ddac7e1e12ebaaada06b8722ebb127e8db
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 21:08:03 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 21:16:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8275c2dd
7
8 games-emulation/pcsx2: update live
9
10 Meant to unbundle these + add IUSE=vulkan, but it uses an header
11 that's not normally installed by system glslang. May be better to
12 wait and see before doing more given this is all very new.
13
14 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
15
16 games-emulation/pcsx2/pcsx2-9999.ebuild | 6 +++++-
17 1 file changed, 5 insertions(+), 1 deletion(-)
18
19 diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
20 index 98a12b52d531..98c547c226ce 100644
21 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild
22 +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
23 @@ -9,7 +9,11 @@ inherit cmake fcaps flag-o-matic git-r3 toolchain-funcs wxwidgets
24 DESCRIPTION="A PlayStation 2 emulator"
25 HOMEPAGE="https://pcsx2.net/"
26 EGIT_REPO_URI="https://github.com/PCSX2/${PN}.git"
27 -EGIT_SUBMODULES=( 3rdparty/imgui/imgui )
28 +EGIT_SUBMODULES=(
29 + 3rdparty/glslang/glslang # needs StandAlone/ResourceLimits.h
30 + 3rdparty/imgui/imgui # not made to be system-wide
31 + 3rdparty/vulkan-headers # to keep in sync with glslang
32 +)
33
34 LICENSE="GPL-3 Apache-2.0 OFL-1.1" # TODO: needs review for a full list
35 SLOT="0"