Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/
Date: Fri, 30 Jul 2021 07:49:12
Message-Id: 1627631345.98c49b79ffe0df4b62d0d96fde03c7e9c439079f.slyfox@gentoo
1 commit: 98c49b79ffe0df4b62d0d96fde03c7e9c439079f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 22:54:43 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 07:49:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c49b79
7
8 games-emulation/dolphin: add IUSE=mgba
9
10 Fix-by: xarblu <xarblu <AT> protonmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/21829
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 games-emulation/dolphin/dolphin-9999.ebuild | 3 ++-
15 games-emulation/dolphin/metadata.xml | 1 +
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
19 index fd99d406616..891daca38b3 100644
20 --- a/games-emulation/dolphin/dolphin-9999.ebuild
21 +++ b/games-emulation/dolphin/dolphin-9999.ebuild
22 @@ -25,7 +25,7 @@ HOMEPAGE="https://www.dolphin-emu.org/"
23
24 LICENSE="GPL-2"
25 SLOT="0"
26 -IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto profile pulseaudio +qt5 systemd upnp vulkan"
27 +IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto mgba profile pulseaudio +qt5 systemd upnp vulkan"
28
29 RDEPEND="
30 dev-libs/hidapi:0=
31 @@ -153,6 +153,7 @@ src_configure() {
32 -DENCODE_FRAMEDUMPS=$(usex ffmpeg)
33 -DENABLE_LLVM=OFF
34 -DENABLE_LTO=$(usex lto)
35 + -DUSE_MGBA=$(usex mgba)
36 -DENABLE_PULSEAUDIO=$(usex pulseaudio)
37 -DENABLE_QT=$(usex qt5)
38 -DENABLE_SDL=OFF # not supported: #666558
39
40 diff --git a/games-emulation/dolphin/metadata.xml b/games-emulation/dolphin/metadata.xml
41 index 965b67caf1e..73d4bba4f2b 100644
42 --- a/games-emulation/dolphin/metadata.xml
43 +++ b/games-emulation/dolphin/metadata.xml
44 @@ -9,6 +9,7 @@
45 <flag name="evdev">Enable evdev input support</flag>
46 <flag name="log">Increase logging output</flag>
47 <flag name="lto">Add support for link-time optimizations.</flag>
48 + <flag name="mgba">Enables GBA controllers emulation using libmgba.</flag>
49 <flag name="vulkan">Enable support for Vulkan-based video backend.</flag>
50 </use>
51 <longdescription lang="en">