From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1510635-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 453B715ACFB for <garchives@archives.gentoo.org>; Sun, 23 Apr 2023 00:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EEB9E09FB; Sun, 23 Apr 2023 00:26:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53FABE09FB for <gentoo-commits@lists.gentoo.org>; Sun, 23 Apr 2023 00:26:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78E8733C1EB for <gentoo-commits@lists.gentoo.org>; Sun, 23 Apr 2023 00:26:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 072E9A45 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Apr 2023 00:26:21 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org> Message-ID: <1682209561.d2b939399465eff8c1775fdc410f67a42d2453ac.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/86Box/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/86Box/86Box-3.11.ebuild app-emulation/86Box/metadata.xml X-VCS-Directories: app-emulation/86Box/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d2b939399465eff8c1775fdc410f67a42d2453ac X-VCS-Branch: master Date: Sun, 23 Apr 2023 00:26:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8140b86-c037-4d44-ac84-1597b792853a X-Archives-Hash: b50bde27ffb167284466b09cc19bdb8c commit: d2b939399465eff8c1775fdc410f67a42d2453ac Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 23 00:16:44 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 23 00:26:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b93939 app-emulation/86Box: always enable dynarec Closes: https://bugs.gentoo.org/903881 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-emulation/86Box/86Box-3.11.ebuild | 6 +++--- app-emulation/86Box/metadata.xml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app-emulation/86Box/86Box-3.11.ebuild b/app-emulation/86Box/86Box-3.11.ebuild index d4296a2489e3..1eb0faf7f95e 100644 --- a/app-emulation/86Box/86Box-3.11.ebuild +++ b/app-emulation/86Box/86Box-3.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}. LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64" -IUSE="dinput +dynarec experimental +fluidsynth +munt new-dynarec +openal +qt5 +threads" +IUSE="dinput experimental +fluidsynth +munt new-dynarec +openal +qt5 +threads" DEPEND=" app-emulation/faudio @@ -55,7 +55,7 @@ src_configure() { -DCPPTHREADS="$(usex threads)" -DDEV_BRANCH="$(usex experimental)" -DDINPUT="$(usex dinput)" - -DDYNAREC="$(usex dynarec)" + -DDYNAREC="ON" -DSLIRP_EXTERNAL="ON" -DMUNT_EXTERNAL="$(usex munt)" -DFLUIDSYNTH="$(usex fluidsynth)" diff --git a/app-emulation/86Box/metadata.xml b/app-emulation/86Box/metadata.xml index 40e447a8f2ff..a06647c003b6 100644 --- a/app-emulation/86Box/metadata.xml +++ b/app-emulation/86Box/metadata.xml @@ -12,7 +12,6 @@ </longdescription> <use> <flag name="dinput">Enable legacy Dinput mode instead of Xinput for older controllers.</flag> - <flag name="dynarec">Enable dynamic recompiler, which should provide a better emulation speed.</flag> <flag name="experimental">Enable hardware from devbranch, which may be unstable or unusable.</flag> <flag name="fluidsynth">Enable MIDI support through <pkg>media-sound/fluidsynth</pkg>.</flag> <flag name="munt">Enable MIDI MT-32 support through <pkg>media-libs/munt-mt32emu</pkg>.</flag>