public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nick Sarnie" <sarnex@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/volk/
Date: Fri, 18 Oct 2024 08:28:59 +0000 (UTC)	[thread overview]
Message-ID: <1729240109.2036a8b744f7b8c0bc35559b5be234e0f64a6153.sarnex@gentoo> (raw)

commit:     2036a8b744f7b8c0bc35559b5be234e0f64a6153
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 08:12:42 2024 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 08:28:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2036a8b7

dev-util/volk: add 1.3.296.0

Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 dev-util/volk/Manifest              |  1 +
 dev-util/volk/volk-1.3.296.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-util/volk/Manifest b/dev-util/volk/Manifest
index 2dc9f745e419..f80aeea8e684 100644
--- a/dev-util/volk/Manifest
+++ b/dev-util/volk/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-util/volk/volk-1.3.296.0.ebuild b/dev-util/volk/volk-1.3.296.0.ebuild
new file mode 100644
index 000000000000..dfe258834e94
--- /dev/null
+++ b/dev-util/volk/volk-1.3.296.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 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
+}


             reply	other threads:[~2024-10-18  8:29 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-18  8:28 Nick Sarnie [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-18 15:30 [gentoo-commits] repo/gentoo:master commit in: dev-util/volk/ Matt Turner
2025-02-28 15:32 Matt Turner
2025-02-28  7:28 Arthur Zamarin
2025-02-24 10:40 Arthur Zamarin
2025-02-23 23:10 Jakov Smolić
2025-02-23 21:59 Sam James
2025-02-23 21:59 Sam James
2025-02-22  0:27 Sam James
2025-02-22  0:25 Sam James
2025-01-18 19:34 Nick Sarnie
2024-11-22 10:20 Sam James
2024-11-21  9:07 Sam James
2024-11-21  9:07 Sam James
2024-10-02 18:06 Matt Turner
2024-09-17  2:49 Matt Turner
2024-09-13  4:13 Sam James
2024-09-12 20:37 Sam James
2024-09-05  2:04 Sam James
2024-09-04  4:54 Sam James
2024-09-04  4:54 Sam James
2024-08-04 19:30 Nick Sarnie
2024-07-11 15:41 Matt Turner
2024-06-16  8:03 Sam James
2024-06-16  4:58 Sam James
2024-06-16  4:58 Sam James
2024-06-16  3:46 Sam James
2024-06-16  3:46 Sam James
2024-05-16 17:18 Matt Turner
2024-05-16 14:53 Matt Turner
2024-05-16 14:45 Arthur Zamarin
2024-05-16 14:43 Arthur Zamarin
2024-05-04  1:32 Sam James
2024-05-04  1:32 Sam James
2024-05-04  0:25 Sam James
2024-04-03  1:52 Matt Turner
2024-04-03  1:52 Matt Turner
2024-03-02 14:38 Arthur Zamarin
2024-02-17 21:17 Sam James
2024-02-16  1:26 Sam James
2024-02-16  0:19 Sam James
2024-02-15 23:51 Sam James
2024-01-29  6:38 WANG Xuerui
2024-01-18 16:47 Jakov Smolić
2024-01-18 15:25 Nick Sarnie
2024-01-18  4:31 Sam James
2024-01-18  4:31 Sam James
2024-01-18  4:31 Sam James
2024-01-18  4:31 Sam James
2024-01-18  0:44 Nick Sarnie
2024-01-18  0:33 Nick Sarnie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1729240109.2036a8b744f7b8c0bc35559b5be234e0f64a6153.sarnex@gentoo \
    --to=sarnex@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox