Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/rpcs3/
Date: Sun, 20 Feb 2022 08:46:18
Message-Id: 1645179216.73627f6d8729986ac58c69667e20904aca25cddb.flow@gentoo
1 commit: 73627f6d8729986ac58c69667e20904aca25cddb
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Fri Feb 18 10:13:36 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 18 10:13:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73627f6d
7
8 games-emulation/rpcs: include soundtouch
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-emulation/rpcs3/rpcs3-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-emulation/rpcs3/rpcs3-9999.ebuild b/games-emulation/rpcs3/rpcs3-9999.ebuild
16 index 9e9a829bd..d9f599d7a 100644
17 --- a/games-emulation/rpcs3/rpcs3-9999.ebuild
18 +++ b/games-emulation/rpcs3/rpcs3-9999.ebuild
19 @@ -8,7 +8,8 @@ inherit cmake flag-o-matic git-r3 xdg
20 DESCRIPTION="PS3 emulator/debugger"
21 HOMEPAGE="https://rpcs3.net/"
22 EGIT_REPO_URI="https://github.com/RPCS3/rpcs3"
23 -EGIT_SUBMODULES=( '-*' 'asmjit' 'llvm' '3rdparty/flatbuffers' '3rdparty/wolfssl' )
24 +EGIT_SUBMODULES=( 'asmjit' 'llvm' '3rdparty/flatbuffers' '3rdparty/wolfssl'
25 + '3rdparty/SoundTouch/soundtouch' )
26 # Delete sources when ensuring yaml-cpp compiled with fexceptions
27 EGIT_SUBMODULES+=( '3rdparty/yaml-cpp' )