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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C977415813A for ; Sat, 18 Jan 2025 19:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81F2AE08F2; Sat, 18 Jan 2025 19:34:26 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DBDDE08F2 for ; Sat, 18 Jan 2025 19:34:26 +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 B64A3335D77 for ; Sat, 18 Jan 2025 19:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7EF4252D for ; Sat, 18 Jan 2025 19:34:22 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1737228819.7272e797099c813ec5138f369cdbf73953c1162e.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/volk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/volk/Manifest dev-util/volk/volk-1.4.304.0.ebuild X-VCS-Directories: dev-util/volk/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 7272e797099c813ec5138f369cdbf73953c1162e X-VCS-Branch: master Date: Sat, 18 Jan 2025 19:34:22 +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: 7721f545-fed9-4d10-b001-6cbc1a4339a3 X-Archives-Hash: a5216261d5c2bc4a9362d6817ad23e89 commit: 7272e797099c813ec5138f369cdbf73953c1162e Author: Nick Sarnie gentoo org> AuthorDate: Sat Jan 18 18:41:16 2025 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sat Jan 18 19:33:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7272e797 dev-util/volk: add 1.4.304.0 Signed-off-by: Nick Sarnie gentoo.org> dev-util/volk/Manifest | 1 + dev-util/volk/volk-1.4.304.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-util/volk/Manifest b/dev-util/volk/Manifest index f80aeea8e684..bc65814d8a38 100644 --- a/dev-util/volk/Manifest +++ b/dev-util/volk/Manifest @@ -1,2 +1,3 @@ DIST volk-1.3.290.0.tar.gz 62571 BLAKE2B be7495fa0b5509f10259842b5394a651a2b57eb6d607a04b69a43faac2ab10ccc259acbd8445970d12d4111362806b20bf9acc2459438ff15c903d3978f395d7 SHA512 1af3933ab18120ab9418282069ee5a1ba86e8333b6fb1cfc04c85132f9c54ba1d21bbd833fa9e35cfd08edf2867982f19c536c0744569c6a91b0be8b54986e09 DIST volk-1.3.296.0.tar.gz 63986 BLAKE2B 72cf4178028ead0c604b30fc8d24a988e32382ddee7851c3ce70f17868396105a5dddf773879fed6235208c66c96ca1f0040c753d113a26af4b6f4a6caa7871b SHA512 b9c305db98d931d5bb8580f415262522d97f7041fe351afd8198b5d26a31aaaf573dd651e6e5b3ceb86b67bb74850ac6b237c89dca6de9d423de631160316b31 +DIST volk-1.4.304.0.tar.gz 65511 BLAKE2B 31e9faf00a3abba7f226e1c08b924d6b3575b670b51cad157a02bf4594ebad64483d88dae9bd4ddae8b8766214db47ed4aab1b14ba0f5cec6d29910628fb7b98 SHA512 de7c58e7242e7c876cf40ef87c7e65b1baf1d73759fe3d98c5bfafd81e5ef56d9a7421c782d04c3180673e502cbbf430bcf14e4ebe12ec9634f400446937602c diff --git a/dev-util/volk/volk-1.4.304.0.ebuild b/dev-util/volk/volk-1.4.304.0.ebuild new file mode 100644 index 000000000000..994cfbec26f1 --- /dev/null +++ b/dev-util/volk/volk-1.4.304.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake-multilib + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/zeux/volk.git" + inherit git-r3 +else + EGIT_COMMIT="vulkan-sdk-${PV}" + SRC_URI="https://github.com/zeux/volk/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv" + S="${WORKDIR}"/${PN}-${EGIT_COMMIT} +fi + +DESCRIPTION="Meta loader for Vulkan API" +HOMEPAGE="https://github.com/zeux/volk" + +LICENSE="MIT" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="~media-libs/vulkan-loader-${PV}:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + ~dev-util/vulkan-headers-${PV} +" + +multilib_src_configure() { + local mycmakeargs=( + -DVOLK_INSTALL=on + ) + cmake_src_configure +}