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 6345615800F for ; Tue, 14 Feb 2023 11:11:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81F26E076B; Tue, 14 Feb 2023 11:11:45 +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 68EF6E076B for ; Tue, 14 Feb 2023 11:11:45 +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 6EDC8340A7F for ; Tue, 14 Feb 2023 11:11:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A457389F for ; Tue, 14 Feb 2023 11:11:42 +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: <1676373056.c7f8ceb9ce51dd6b26182ec1c01f93e269fc3762.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: c7f8ceb9ce51dd6b26182ec1c01f93e269fc3762 X-VCS-Branch: dev Date: Tue, 14 Feb 2023 11:11:42 +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: 02a1653d-91a1-45f9-8dac-bd7076481ee5 X-Archives-Hash: 49623ea34dfd3dadf0613a32174859b1 commit: c7f8ceb9ce51dd6b26182ec1c01f93e269fc3762 Author: Samuel Bauer yahoo fr> AuthorDate: Tue Feb 14 11:10:56 2023 +0000 Commit: Samuel Bauer yahoo fr> CommitDate: Tue Feb 14 11:10:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7f8ceb9 games-emulation/yuzu: libfmt and cpp-httplib need to be detected by cmake Signed-off-by: Samuel Bauer yahoo.fr> games-emulation/yuzu/metadata.xml | 27 +++++++++++++++------------ games-emulation/yuzu/yuzu-9999.ebuild | 4 +--- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/games-emulation/yuzu/metadata.xml b/games-emulation/yuzu/metadata.xml index d012102f5..1fbef0446 100644 --- a/games-emulation/yuzu/metadata.xml +++ b/games-emulation/yuzu/metadata.xml @@ -1,16 +1,19 @@ - - Samuel Bauer - samuel.bauer@yahoo.fr - - - Enables the cubeb audio backend - Downloads the latest compatibility list - Enables Discord Rich Presence - Use system dev-util/vulkan-headers - Use QtWebEngine for web applet implementation - Enable web services (telemetry, etc.) - + + Samuel Bauer + samuel.bauer@yahoo.fr + + + Enables the cubeb audio backend + Downloads the latest compatibility list + Enables Discord Rich Presence + Use system dev-util/vulkan-headers + Use QtWebEngine for web applet implementation + Enable web services (telemetry, etc.) + + + herumi/xbyak + diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 6bc23133b..424b891a1 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -55,7 +55,7 @@ BDEPEND=" dev-util/glslang discord? ( >=dev-libs/rapidjson-1.1.0 ) " -REQUIRED_USE="|| ( qt5 sdl )" +REQUIRED_USE="|| ( qt5 sdl ) discord? ( webservice )" RESTRICT="!test? ( test )" pkg_setup() { @@ -132,8 +132,6 @@ src_prepare() { # LZ4 temporary fix: https://github.com/yuzu-emu/yuzu/pull/9054/commits/a8021f5a18bc5251aef54468fa6033366c6b92d9 sed -i 's/lz4::lz4/lz4/' src/common/CMakeLists.txt || die - sed -i '/fmt.*REQUIRED/d' CMakeLists.txt || die # libfmt >= 9 - # Temporary use lastest gentoo vulkan sed -i -e '/Vulkan/s/238/236/' CMakeLists.txt || die sed -i -e '/VK_ERROR_IMAGE_USAGE_NOT_SUPPORTED_KHR/d;' -e '/VK_ERROR_VIDEO_PICTURE_LAYOUT_NOT_SUPPORTED_KHR/d' \