commit: 7c654ca35959bc3ed0661c0a383162c899a1d171
Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Fri Aug 20 22:20:44 2021 +0000
Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Fri Aug 20 22:20:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c654ca3
games-emulation/yuzu: update sdl requirement
Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
games-emulation/yuzu/yuzu-9999.ebuild | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/games-emulation/yuzu/yuzu-9999.ebuild
b/games-emulation/yuzu/yuzu-9999.ebuild
index 8d51a6449..f01ff4a76 100644
--- a/games-emulation/yuzu/yuzu-9999.ebuild
+++ b/games-emulation/yuzu/yuzu-9999.ebuild
@@ -27,7 +27,7 @@ DEPEND="
>=dev-qt/qtwidgets-5.15
)
sdl? (
- >=media-libs/libsdl2-2.0.14
+ >=media-libs/libsdl2-2.0.16
>=dev-libs/inih-52
)
system-vulkan? (
@@ -104,12 +104,6 @@ src_prepare() {
# Unbundle discord rapidjson
sed -i '/NOT RAPIDJSONTEST/,/endif(NOT
RAPIDJSONTEST)/d;/find_file(RAPIDJSON/d;s:\${RAPIDJSON}:"/usr/include/rapidjson":'
externals/discord-rpc/CMakeLists.txt || die
- # Force disable bundled sdl2, use 2.0.14 in tree
- if use sdl; then
- sed -i '/find_package(SDL2/{s/2.0.15/2.0.14/;s/ QUIET//}'
CMakeLists.txt || die
- sed -i '/PS5_RUMBLE/d' src/input_common/sdl/sdl_impl.cpp
- fi
-
# Workaround: GenerateSCMRev fails
sed -i -e "s/@GIT_BRANCH@/${EGIT_BRANCH:-master}/" \
-e "s/@GIT_REV@/$(git rev-parse --short HEAD)/" \