From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09711139000 for ; Fri, 30 Jul 2021 07:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BC27E0935; Fri, 30 Jul 2021 07:49:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FB36E0935 for ; Fri, 30 Jul 2021 07:49:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C43103438B5 for ; Fri, 30 Jul 2021 07:49:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23D4D798 for ; Fri, 30 Jul 2021 07:49:07 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1627631345.98c49b79ffe0df4b62d0d96fde03c7e9c439079f.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-9999.ebuild games-emulation/dolphin/metadata.xml X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 98c49b79ffe0df4b62d0d96fde03c7e9c439079f X-VCS-Branch: master Date: Fri, 30 Jul 2021 07:49:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27be26ab-59b4-4c59-9faf-16e513942920 X-Archives-Hash: 36020712b285fc783ebe812698d04037 commit: 98c49b79ffe0df4b62d0d96fde03c7e9c439079f Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Jul 29 22:54:43 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jul 30 07:49:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c49b79 games-emulation/dolphin: add IUSE=mgba Fix-by: xarblu protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/21829 Signed-off-by: Sergei Trofimovich gentoo.org> games-emulation/dolphin/dolphin-9999.ebuild | 3 ++- games-emulation/dolphin/metadata.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index fd99d406616..891daca38b3 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="https://www.dolphin-emu.org/" LICENSE="GPL-2" SLOT="0" -IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto profile pulseaudio +qt5 systemd upnp vulkan" +IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto mgba profile pulseaudio +qt5 systemd upnp vulkan" RDEPEND=" dev-libs/hidapi:0= @@ -153,6 +153,7 @@ src_configure() { -DENCODE_FRAMEDUMPS=$(usex ffmpeg) -DENABLE_LLVM=OFF -DENABLE_LTO=$(usex lto) + -DUSE_MGBA=$(usex mgba) -DENABLE_PULSEAUDIO=$(usex pulseaudio) -DENABLE_QT=$(usex qt5) -DENABLE_SDL=OFF # not supported: #666558 diff --git a/games-emulation/dolphin/metadata.xml b/games-emulation/dolphin/metadata.xml index 965b67caf1e..73d4bba4f2b 100644 --- a/games-emulation/dolphin/metadata.xml +++ b/games-emulation/dolphin/metadata.xml @@ -9,6 +9,7 @@ Enable evdev input support Increase logging output Add support for link-time optimizations. + Enables GBA controllers emulation using libmgba. Enable support for Vulkan-based video backend.