public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-utility-libraries/
Date: Thu, 16 May 2024 14:53:56 +0000 (UTC)	[thread overview]
Message-ID: <1715871223.a8f31ea9977ca58edad2121f1530a6c3bb09684b.mattst88@gentoo> (raw)

commit:     a8f31ea9977ca58edad2121f1530a6c3bb09684b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 14:28:34 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu May 16 14:53:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f31ea9

dev-util/vulkan-utility-libraries: Version bump to 1.3.283.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/vulkan-utility-libraries/Manifest         |  1 +
 .../vulkan-utility-libraries-1.3.283.0.ebuild      | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-util/vulkan-utility-libraries/Manifest b/dev-util/vulkan-utility-libraries/Manifest
index 1c62146d587d..b3dc145152b7 100644
--- a/dev-util/vulkan-utility-libraries/Manifest
+++ b/dev-util/vulkan-utility-libraries/Manifest
@@ -1,2 +1,3 @@
 DIST vulkan-utility-libraries-1.3.275.tar.gz 167313 BLAKE2B 5ee970f7c3472f696df4a9483fe057ef63f671d2299a51164d01f0e625f11ece11ada7ea4493af3795cd4fe8f6c9d84049dd5bf235c425e311b02abaf77264f3 SHA512 113be0cc1b7c3f7cce8c8cfe2459ed36e5b906e55b34f03ce1c211889a9a5a9539d2fa608919e8506e372c3bca521a23cdd1c20d4834e7914696dce33a95fc71
 DIST vulkan-utility-libraries-1.3.280.0.tar.gz 168224 BLAKE2B 654aafd6ffa77764da33fcde1d9953ba880a6fed46901d7369875c0e395855058a4eb9020f27417225e312a2983ffe70233fecf28db12fa8602bc6188fa2d4fe SHA512 5ce54332137ba28908803384a044b5a494408d5a1513d3971ef337ea2ee250ed2a67249b822a8d03f0840dde544d51f236055d42c43536e34cb05d34be340914
+DIST vulkan-utility-libraries-1.3.283.0.tar.gz 538236 BLAKE2B 2b3b24fee507b6687685414805759802046241473dd93d7cc21b74957d5db17f6823f3f9cbf532c42de141c7da44c258a08305e25e63622b87f0e5ca8c2d903b SHA512 5f9ca8b54a2da85f0096c5834d13829fe5675a8f2de1d7c10901a6539880b5215d22af3f000db7bdda3ea8ad9d5c6c83aa74486f299f5293cd65aa95da7523d7

diff --git a/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
new file mode 100644
index 000000000000..82dd22dc1006
--- /dev/null
+++ b/dev-util/vulkan-utility-libraries/vulkan-utility-libraries-1.3.283.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=Vulkan-Utility-Libraries
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE="xml(+)"
+inherit cmake-multilib python-any-r1
+
+if [[ ${PV} == *9999* ]]; then
+	EGIT_REPO_URI="https://github.com/KhronosGroup/${MY_PN}.git"
+	inherit git-r3
+else
+	EGIT_COMMIT="vulkan-sdk-${PV}"
+	SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+	S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
+fi
+
+DESCRIPTION="Share code across various Vulkan repositories"
+HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Utility-Libraries"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="~dev-util/vulkan-headers-${PV}
+	test? (
+		dev-cpp/gtest
+		>=dev-cpp/magic_enum-0.9.2
+	)"
+RDEPEND="!<media-libs/vulkan-layers-1.3.268"
+BDEPEND="${PYTHON_DEPS}"
+
+multilib_src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test ON OFF)
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2024-05-16 14:54 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-16 14:53 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-02 18:06 [gentoo-commits] repo/gentoo:master commit in: dev-util/vulkan-utility-libraries/ 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-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  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-05-04  0:25 Sam James
2024-04-03  1:52 Matt Turner
2024-04-03  1:52 Matt Turner
2024-03-03 16:59 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-02-15 19:26 Jakov Smolić
2024-01-18  0:33 Nick Sarnie
2023-12-21  0:07 Ionen Wolkens
2023-12-20  2:34 Ionen Wolkens
2023-12-19 18:54 Arthur Zamarin
2023-12-19 17:01 Arthur Zamarin
2023-12-19  5:26 Sam James
2023-12-18  9:01 Arthur Zamarin
2023-12-17 19:22 Arthur Zamarin
2023-12-17 17:46 Arthur Zamarin
2023-12-17 17:46 Arthur Zamarin
2023-12-17 17:45 Arthur Zamarin
2023-12-17 17:32 Arthur Zamarin
2023-12-02 18:30 Arthur Zamarin
2023-12-01 20:25 Arthur Zamarin
2023-11-11  2:46 Yixun Lan
2023-11-10 15:52 Arthur Zamarin
2023-11-10 15:52 Arthur Zamarin
2023-11-10 12:01 Arthur Zamarin
2023-11-09 22:57 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=1715871223.a8f31ea9977ca58edad2121f1530a6c3bb09684b.mattst88@gentoo \
    --to=mattst88@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