Gentoo Archives: gentoo-commits

From: Samuel Bauer <samuel.bauer@×××××.fr>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/yuzu/
Date: Thu, 29 Apr 2021 14:20:03
Message-Id: 1619705969.0bc42939052c20522a125c2af6f5821217d4a7a2.samuel.bauer@gentoo
1 commit: 0bc42939052c20522a125c2af6f5821217d4a7a2
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Thu Apr 29 14:19:29 2021 +0000
4 Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
5 CommitDate: Thu Apr 29 14:19:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bc42939
7
8 games-emulation/yuzu: update sdl requirements
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-emulation/yuzu/yuzu-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild
16 index fe7ee3c0b..9ffff3184 100644
17 --- a/games-emulation/yuzu/yuzu-9999.ebuild
18 +++ b/games-emulation/yuzu/yuzu-9999.ebuild
19 @@ -10,7 +10,7 @@ inherit cmake git-r3 flag-o-matic toolchain-funcs xdg
20 DESCRIPTION="An emulator for Nintendo Switch"
21 HOMEPAGE="https://yuzu-emu.org"
22 EGIT_REPO_URI="https://github.com/yuzu-emu/yuzu"
23 -EGIT_SUBMODULES=( '*' '-ffmpeg' '-inih' '-libressl' '-libusb' '-libzip' '-opus' )
24 +EGIT_SUBMODULES=( '*' '-ffmpeg' '-inih' '-libressl' '-libusb' '-libzip' '-opus' '-SDL' )
25 # TODO '-Vulkan-Headers' need to fix API in code
26 # TODO '-xbyak' wait for bump in tree
27 # TODO cubeb auto-links to jack, pulse, alsa .., allow determining cubeb output
28 @@ -32,7 +32,7 @@ DEPEND="
29 >=dev-qt/qtwidgets-5.15
30 )
31 sdl? (
32 - media-libs/libsdl2
33 + >=media-libs/libsdl2-2.0.14
34 >=dev-libs/inih-52
35 )
36 >=app-arch/lz4-1.8