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 71FE8158090 for ; Tue, 10 May 2022 21:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5337BE09DB; Tue, 10 May 2022 21:29:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C402AE09DB for ; Tue, 10 May 2022 21:29:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A5758341339 for ; Tue, 10 May 2022 21:29:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B02A2290 for ; Tue, 10 May 2022 21:29:10 +0000 (UTC) From: "Adel KARA SLIMANE" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adel KARA SLIMANE" Message-ID: <1652218147.67b8cd8e3eddbaccb77d75ef7535079a2e4950ef.adel@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/mangohud/files/, games-util/mangohud/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/mangohud/files/mangohud-0.6.6-meson-fix-imgui-dep.patch games-util/mangohud/files/mangonhud-0.6.6-meson-build.patch games-util/mangohud/mangohud-0.6.6.1-r2.ebuild games-util/mangohud/mangohud-0.6.6.1-r3.ebuild games-util/mangohud/metadata.xml X-VCS-Directories: games-util/mangohud/ games-util/mangohud/files/ X-VCS-Committer: adel X-VCS-Committer-Name: Adel KARA SLIMANE X-VCS-Revision: 67b8cd8e3eddbaccb77d75ef7535079a2e4950ef X-VCS-Branch: dev Date: Tue, 10 May 2022 21:29:10 +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: 66a97434-90cf-4369-ab56-d895f846f6c6 X-Archives-Hash: e63d3e1e7f69bb451bdaf3e8d91e1539 commit: 67b8cd8e3eddbaccb77d75ef7535079a2e4950ef Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Tue May 10 21:27:21 2022 +0000 Commit: Adel KARA SLIMANE karaslimane com> CommitDate: Tue May 10 21:29:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67b8cd8e games-util/mangohud: make dev-python/mako BDEPEND + remove spdlog patch texts Closes: https://bugs.gentoo.org/843551 Closes: https://bugs.gentoo.org/843554 Closes: https://bugs.gentoo.org/843566 Signed-off-by: Adel KARA SLIMANE zegrapher.com> ...on-build.patch => mangohud-0.6.6-meson-fix-imgui-dep.patch} | 2 +- .../{mangohud-0.6.6.1-r2.ebuild => mangohud-0.6.6.1-r3.ebuild} | 10 +++++----- games-util/mangohud/metadata.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/games-util/mangohud/files/mangonhud-0.6.6-meson-build.patch b/games-util/mangohud/files/mangohud-0.6.6-meson-fix-imgui-dep.patch similarity index 79% rename from games-util/mangohud/files/mangonhud-0.6.6-meson-build.patch rename to games-util/mangohud/files/mangohud-0.6.6-meson-fix-imgui-dep.patch index c6aa9e6fd..6d3c9c285 100644 --- a/games-util/mangohud/files/mangonhud-0.6.6-meson-build.patch +++ b/games-util/mangohud/files/mangohud-0.6.6-meson-fix-imgui-dep.patch @@ -8,7 +8,7 @@ -dearimgui_sp = subproject('imgui', default_options: imgui_options) -dearimgui_dep = dearimgui_sp.get_variable('imgui_dep') -+dearimgui_dep = dependency('imgui', default_options: imgui_options, fallback : ['imgui', 'imgui_dep']) ++dearimgui_dep = dependency('imgui') spdlog_dep = cpp.find_library('spdlog', required: get_option('use_system_spdlog')) if not spdlog_dep.found() diff --git a/games-util/mangohud/mangohud-0.6.6.1-r2.ebuild b/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild similarity index 95% rename from games-util/mangohud/mangohud-0.6.6.1-r2.ebuild rename to games-util/mangohud/mangohud-0.6.6.1-r3.ebuild index f237f6f88..977a71eef 100644 --- a/games-util/mangohud/mangohud-0.6.6.1-r2.ebuild +++ b/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild @@ -34,10 +34,10 @@ REQUIRED_USE=" BDEPEND=" app-arch/unzip + dev-python/mako[${PYTHON_USEDEP}] " DEPEND=" - dev-python/mako[${PYTHON_USEDEP}] dev-libs/spdlog dev-util/glslang >=dev-util/vulkan-headers-1.2 @@ -56,10 +56,9 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/MangoHud-${PV}" -PATCHES=( - # "${FILESDIR}/mangonhud-0.6.6-meson-build.patch" - "${FILESDIR}/mangohud-0.6.6-meson-fix-spdlog-dep.patch" -) +# PATCHES=( +# "${FILESDIR}/mangohud-0.6.6-meson-fix-imgui-dep.patch" +# ) src_unpack() { default @@ -73,6 +72,7 @@ src_unpack() { src_configure() { local emesonargs=( -Dappend_libdir_mangohud=false + -Duse_system_spdlog=enabled -Duse_system_vulkan=enabled -Dinclude_doc=false $(meson_feature video_cards_nvidia with_nvml) diff --git a/games-util/mangohud/metadata.xml b/games-util/mangohud/metadata.xml index da9d5549c..53e5027d0 100644 --- a/games-util/mangohud/metadata.xml +++ b/games-util/mangohud/metadata.xml @@ -10,6 +10,6 @@ https://github.com/flightlessmango/MangoHud/issues - "Use XNVctrl as fall back for older Nvidia devices." + Use XNVctrl as fall back for older Nvidia devices.