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 E7BA7158041 for ; Sat, 13 Apr 2024 16:14:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 339CBE2A4F; Sat, 13 Apr 2024 16:14:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12157E2A3E for ; Sat, 13 Apr 2024 16:14:07 +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 50759343379 for ; Sat, 13 Apr 2024 16:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3C2AAB7 for ; Sat, 13 Apr 2024 16:14:04 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713023611.aecae388f667c82eebac21fe1cdcf39d6df93147.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/mangohud/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/mangohud/mangohud-0.7.1.ebuild games-util/mangohud/mangohud-9999.ebuild X-VCS-Directories: games-util/mangohud/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: aecae388f667c82eebac21fe1cdcf39d6df93147 X-VCS-Branch: master Date: Sat, 13 Apr 2024 16:14:04 +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: 868509d8-900e-4a67-8639-bb30a5881742 X-Archives-Hash: 1e7f9bf4506f0c757e3765e1910979f9 commit: aecae388f667c82eebac21fe1cdcf39d6df93147 Author: Adel KARA SLIMANE zegrapher com> AuthorDate: Sat Apr 13 15:53:07 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 15:53:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aecae388 games-util/mangohud: minor ebuild code improvement Signed-off-by: Adel KARA SLIMANE zegrapher.com> games-util/mangohud/mangohud-0.7.1.ebuild | 18 ++++++++++++------ games-util/mangohud/mangohud-9999.ebuild | 18 ++++++++++++------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/games-util/mangohud/mangohud-0.7.1.ebuild b/games-util/mangohud/mangohud-0.7.1.ebuild index 5260457e43..56583d7753 100644 --- a/games-util/mangohud/mangohud-0.7.1.ebuild +++ b/games-util/mangohud/mangohud-0.7.1.ebuild @@ -16,17 +16,23 @@ HOMEPAGE="https://github.com/flightlessmango/MangoHud" VK_HEADERS_VER="1.2.158" VK_HEADERS_MESON_WRAP_VER="2" SPDLOG_VER="1.13.0" +SPDLOG_WRAP_VER="1" IMPLOT_VER="0.16" +IMPLOT_WRAP_VER="1" SRC_URI=" https://github.com/KhronosGroup/Vulkan-Headers/archive/v${VK_HEADERS_VER}.tar.gz -> vulkan-headers-${VK_HEADERS_VER}.tar.gz https://wrapdb.mesonbuild.com/v2/vulkan-headers_${VK_HEADERS_VER}-${VK_HEADERS_MESON_WRAP_VER}/get_patch -> vulkan-headers-${VK_HEADERS_VER}-${VK_HEADERS_MESON_WRAP_VER}-meson-wrap.zip - https://github.com/gabime/spdlog/archive/refs/tags/v${SPDLOG_VER}.tar.gz -> spdlog-${SPDLOG_VER}.tar.gz - https://wrapdb.mesonbuild.com/v2/spdlog_${SPDLOG_VER}-1/get_patch -> spdlog-${SPDLOG_VER}-1-wrap.zip - https://github.com/epezent/implot/archive/refs/tags/v${IMPLOT_VER}.tar.gz -> implot-${IMPLOT_VER}.tar.gz - https://wrapdb.mesonbuild.com/v2/implot_${IMPLOT_VER}-1/get_patch -> implot-${IMPLOT_VER}-1-wrap.zip + https://github.com/gabime/spdlog/archive/refs/tags/v${SPDLOG_VER}.tar.gz + -> spdlog-${SPDLOG_VER}.tar.gz + https://wrapdb.mesonbuild.com/v2/spdlog_${SPDLOG_VER}-${SPDLOG_WRAP_VER}/get_patch + -> spdlog-${SPDLOG_VER}-${SPDLOG_WRAP_VER}-wrap.zip + https://github.com/epezent/implot/archive/refs/tags/v${IMPLOT_VER}.tar.gz + -> implot-${IMPLOT_VER}.tar.gz + https://wrapdb.mesonbuild.com/v2/implot_${IMPLOT_VER}-${IMPLOT_WRAP_VER}/get_patch + -> implot-${IMPLOT_VER}-${IMPLOT_WRAP_VER}-wrap.zip " if [[ ${PV} == 9999 ]]; then @@ -101,11 +107,11 @@ src_unpack() { # fix build error by using upstream submodule version of spdlog unpack spdlog-${SPDLOG_VER}.tar.gz - unpack spdlog-${SPDLOG_VER}-1-wrap.zip + unpack spdlog-${SPDLOG_VER}-${SPDLOG_WRAP_VER}-wrap.zip mv "${WORKDIR}/spdlog-${SPDLOG_VER}" "${S}/subprojects/" || die unpack implot-${IMPLOT_VER}.tar.gz - unpack implot-${IMPLOT_VER}-1-wrap.zip + unpack implot-${IMPLOT_VER}-${IMPLOT_WRAP_VER}-wrap.zip mv "${WORKDIR}/implot-${IMPLOT_VER}" "${S}/subprojects/" || die } diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 5260457e43..56583d7753 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-9999.ebuild @@ -16,17 +16,23 @@ HOMEPAGE="https://github.com/flightlessmango/MangoHud" VK_HEADERS_VER="1.2.158" VK_HEADERS_MESON_WRAP_VER="2" SPDLOG_VER="1.13.0" +SPDLOG_WRAP_VER="1" IMPLOT_VER="0.16" +IMPLOT_WRAP_VER="1" SRC_URI=" https://github.com/KhronosGroup/Vulkan-Headers/archive/v${VK_HEADERS_VER}.tar.gz -> vulkan-headers-${VK_HEADERS_VER}.tar.gz https://wrapdb.mesonbuild.com/v2/vulkan-headers_${VK_HEADERS_VER}-${VK_HEADERS_MESON_WRAP_VER}/get_patch -> vulkan-headers-${VK_HEADERS_VER}-${VK_HEADERS_MESON_WRAP_VER}-meson-wrap.zip - https://github.com/gabime/spdlog/archive/refs/tags/v${SPDLOG_VER}.tar.gz -> spdlog-${SPDLOG_VER}.tar.gz - https://wrapdb.mesonbuild.com/v2/spdlog_${SPDLOG_VER}-1/get_patch -> spdlog-${SPDLOG_VER}-1-wrap.zip - https://github.com/epezent/implot/archive/refs/tags/v${IMPLOT_VER}.tar.gz -> implot-${IMPLOT_VER}.tar.gz - https://wrapdb.mesonbuild.com/v2/implot_${IMPLOT_VER}-1/get_patch -> implot-${IMPLOT_VER}-1-wrap.zip + https://github.com/gabime/spdlog/archive/refs/tags/v${SPDLOG_VER}.tar.gz + -> spdlog-${SPDLOG_VER}.tar.gz + https://wrapdb.mesonbuild.com/v2/spdlog_${SPDLOG_VER}-${SPDLOG_WRAP_VER}/get_patch + -> spdlog-${SPDLOG_VER}-${SPDLOG_WRAP_VER}-wrap.zip + https://github.com/epezent/implot/archive/refs/tags/v${IMPLOT_VER}.tar.gz + -> implot-${IMPLOT_VER}.tar.gz + https://wrapdb.mesonbuild.com/v2/implot_${IMPLOT_VER}-${IMPLOT_WRAP_VER}/get_patch + -> implot-${IMPLOT_VER}-${IMPLOT_WRAP_VER}-wrap.zip " if [[ ${PV} == 9999 ]]; then @@ -101,11 +107,11 @@ src_unpack() { # fix build error by using upstream submodule version of spdlog unpack spdlog-${SPDLOG_VER}.tar.gz - unpack spdlog-${SPDLOG_VER}-1-wrap.zip + unpack spdlog-${SPDLOG_VER}-${SPDLOG_WRAP_VER}-wrap.zip mv "${WORKDIR}/spdlog-${SPDLOG_VER}" "${S}/subprojects/" || die unpack implot-${IMPLOT_VER}.tar.gz - unpack implot-${IMPLOT_VER}-1-wrap.zip + unpack implot-${IMPLOT_VER}-${IMPLOT_WRAP_VER}-wrap.zip mv "${WORKDIR}/implot-${IMPLOT_VER}" "${S}/subprojects/" || die }