From: "Samuel Bauer" <samuel.bauer@yahoo.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/citra/
Date: Tue, 27 Sep 2022 17:19:14 +0000 (UTC) [thread overview]
Message-ID: <1664299131.d0f5a28c627b5f533d99e7a86096910367e8010a.samuel.bauer@gentoo> (raw)
commit: d0f5a28c627b5f533d99e7a86096910367e8010a
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Tue Sep 27 17:17:03 2022 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Tue Sep 27 17:18:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0f5a28c
games-emulation/citra: do not unbundle catch
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/citra/citra-9999.ebuild | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/games-emulation/citra/citra-9999.ebuild b/games-emulation/citra/citra-9999.ebuild
index 2473246b9..fe1319afe 100644
--- a/games-emulation/citra/citra-9999.ebuild
+++ b/games-emulation/citra/citra-9999.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A Nintendo 3DS Emulator"
HOMEPAGE="https://citra-emu.org"
EGIT_REPO_URI="https://github.com/citra-emu/citra"
EGIT_SUBMODULES=(
- 'catch2' 'discord-rpc' 'dynarmic' 'fmt' 'libyuv'
+ 'catch2' 'discord-rpc' 'dynarmic' 'libyuv'
'lodepng' 'nihstro' 'soundtouch' 'xbyak'
)
@@ -36,22 +36,21 @@ RDEPEND="
video? ( media-video/ffmpeg:= )
>=dev-libs/openssl-1.1:=
app-arch/zstd
- dev-cpp/catch:0
dev-libs/boost:=
dev-libs/crypto++:=
dev-libs/teakra
net-libs/enet:1.3=
virtual/libusb:1
"
-DEPEND="${RDEPEND}
- dev-cpp/cpp-httplib
+DEPEND="${RDEPEND}"
+BDEPEND="dev-cpp/cpp-httplib
dev-cpp/cpp-jwt
dev-cpp/robin-map"
REQUIRED_USE="|| ( qt5 sdl )"
src_unpack() {
- if use system-libfmt; then
- EGIT_SUBMODULES+=( '-fmt' )
+ if ! use system-libfmt; then
+ EGIT_SUBMODULES+=( 'fmt' )
fi
git-r3_src_unpack
@@ -63,7 +62,7 @@ src_unpack() {
src_prepare() {
# Dynarmic: ensure those are unbundled
- for ext in fmt catch robin-map; do
+ for ext in fmt robin-map; do
rm -rf externals/dynarmic/externals/${ext} || die
done
@@ -124,8 +123,6 @@ src_prepare() {
src/core/CMakeLists.txt || die
sed -i -e '/cryptopp/d' externals/CMakeLists.txt || die
- # Unbundle catch -- Wait for catch>=3
-
# Unbundle cubeb
sed -i -e '/CUBEB/,/endif()/d' externals/CMakeLists.txt || die
if use cubeb; then
@@ -140,7 +137,6 @@ src_prepare() {
sed -i -e '/# cpp-jwt/,/CPP_JWT_USE_VENDORED_NLOHMANN_JSON/d' externals/CMakeLists.txt || die
sed -i -e 's/ cpp-jwt//' src/web_service/CMakeLists.txt || die
- # TODO unbundle xbyak (wait for 5.96 in ytree)
cmake_src_prepare
}
next reply other threads:[~2022-09-27 17:19 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-27 17:19 Samuel Bauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-07 13:13 [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/citra/ Viorel Munteanu
2023-08-22 22:52 Samuel Bauer
2023-07-26 19:04 YiFei Zhu
2023-07-26 19:04 YiFei Zhu
2023-07-26 19:00 YiFei Zhu
2023-07-13 6:46 Samuel Bauer
2022-09-27 17:34 Samuel Bauer
2022-09-27 17:12 Sam James
2022-09-23 5:09 Samuel Bauer
2022-09-23 4:34 Samuel Bauer
2022-09-09 13:58 Samuel Bauer
2022-07-24 23:12 Samuel Bauer
2022-06-07 13:09 Samuel Bauer
2022-05-22 5:03 Samuel Bauer
2022-01-21 3:43 Samuel Bauer
2022-01-16 4:04 Samuel Bauer
2021-08-04 0:39 Samuel Bauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1664299131.d0f5a28c627b5f533d99e7a86096910367e8010a.samuel.bauer@gentoo \
--to=samuel.bauer@yahoo.fr \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox