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.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 9303015800D for ; Tue, 4 Jul 2023 20:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEE16E07FA; Tue, 4 Jul 2023 20:36:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B5446E07FA for ; Tue, 4 Jul 2023 20:36:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E899E335D59 for ; Tue, 4 Jul 2023 20:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5507D8DC for ; Tue, 4 Jul 2023 20:36:18 +0000 (UTC) From: "Samuel Bauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bauer" Message-ID: <1688502916.15e61867c9f8b5b3f0b1203dc2b255f03f020f45.samuel.bauer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/yuzu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/yuzu/metadata.xml games-emulation/yuzu/yuzu-9999.ebuild X-VCS-Directories: games-emulation/yuzu/ X-VCS-Committer: samuel.bauer X-VCS-Committer-Name: Samuel Bauer X-VCS-Revision: 15e61867c9f8b5b3f0b1203dc2b255f03f020f45 X-VCS-Branch: dev Date: Tue, 4 Jul 2023 20:36:18 +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: 293fc117-245c-4575-bdfe-97fe0c4cace8 X-Archives-Hash: 71a07d78130912e5044beeff01c262ab commit: 15e61867c9f8b5b3f0b1203dc2b255f03f020f45 Author: Samuel Bauer yahoo fr> AuthorDate: Tue Jul 4 20:35:16 2023 +0000 Commit: Samuel Bauer yahoo fr> CommitDate: Tue Jul 4 20:35:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15e61867 games-emulation/yuzu-9999: forgot xbyak Signed-off-by: Samuel Bauer yahoo.fr> games-emulation/yuzu/metadata.xml | 5 +++-- games-emulation/yuzu/yuzu-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/games-emulation/yuzu/metadata.xml b/games-emulation/yuzu/metadata.xml index 70aa4d1f4..bf0cf0d71 100644 --- a/games-emulation/yuzu/metadata.xml +++ b/games-emulation/yuzu/metadata.xml @@ -6,14 +6,15 @@ samuel.bauer@yahoo.fr - Enables the cubeb audio backend Downloads the latest compatibility list + Enables the cubeb audio backend Enables Discord Rich Presence + Use system dev-libs/libfmt Use system dev-util/vulkan-headers Use QtWebEngine for web applet implementation Enable web services (telemetry, etc.) - herumi/xbyak + yuzu-emu/yuzu-mainline diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 3c766c21b..3b74ec067 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -8,7 +8,7 @@ inherit cmake git-r3 toolchain-funcs xdg DESCRIPTION="An emulator for Nintendo Switch" HOMEPAGE="https://yuzu-emu.org" EGIT_REPO_URI="https://github.com/yuzu-emu/yuzu-mainline" -EGIT_SUBMODULES=( '-*' 'dynarmic' 'sirit' 'tzdb_to_nx' 'externals/nx_tzdb/tzdb_to_nx/externals/tz/tz' 'VulkanMemoryAllocator' ) +EGIT_SUBMODULES=( '-*' 'dynarmic' 'sirit' 'xbyak' 'tzdb_to_nx' 'externals/nx_tzdb/tzdb_to_nx/externals/tz/tz' 'VulkanMemoryAllocator' ) # Dynarmic is not intended to be generic, it is tweaked to fit emulated processor # TODO wait 'xbyak' waiting version bump. see #860816