public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-debug/gfxreconstruct/, dev-debug/gfxreconstruct/files/
@ 2025-05-16  3:42 Matt Turner
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2025-05-16  3:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0537d8fe04ae94dc4f5dd65af717b5b83b94d815
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 03:23:28 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 16 03:42:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0537d8fe

dev-debug/gfxreconstruct: Version bump to 1.4.313.0

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

 dev-debug/gfxreconstruct/Manifest                  |  2 ++
 .../files/1.3.313.0-use-system-vulkan.patch        | 38 ++++++++++++++++++++++
 ...9999.ebuild => gfxreconstruct-1.4.313.0.ebuild} |  2 +-
 .../gfxreconstruct/gfxreconstruct-9999.ebuild      |  2 +-
 4 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/dev-debug/gfxreconstruct/Manifest b/dev-debug/gfxreconstruct/Manifest
index cf6006dbf1b5..9f3cef88e814 100644
--- a/dev-debug/gfxreconstruct/Manifest
+++ b/dev-debug/gfxreconstruct/Manifest
@@ -1,2 +1,4 @@
 DIST SPIRV-Reflect-1.4.309.0.tar.gz 326234 BLAKE2B 5d2d9dc3b6f3639259f089dbaf623c9358bf47e52c059a9acd6bff02691373acb5fdaaad7f752b0a6bce2a75ef1ade9407494b04835cf17617bfc592702e8c63 SHA512 d87ab91fd9b2ca6c86aaf72fd19332fb2d9eb7d5056480868ed79312fe111a3832099806d7a297fc82024683c8fe7ab96d7bec260f2828c111e535a85e288efb
+DIST SPIRV-Reflect-1.4.313.0.tar.gz 326262 BLAKE2B 881e5134b61248f31ed2c7b851fa07599716472e7361e93156a526ea84fd569ab34f2dd4bfc738062f5022513e7449f56cfb629c34d92df309fd1496d02b5ac0 SHA512 2efa6f683bcd33e80a01820c3202dc7fac359ecdbc0d46ba1f8078a61a622cced4d3e2fd8f6b65a35d2a64a50e4b7252386f1f38c88f557ff4b1281b59406d28
 DIST gfxreconstruct-1.4.309.0.tar.gz 40772524 BLAKE2B e03b78f73010a5bee790b516c9e30495dc8f3a8a94d48aecf6ffd6be1c831197295546cb5498dcba616caa46c22af9fd57681adcfd0f86624b36336e9b2c048a SHA512 e1b5ac67fc6c42cf1794e40bf4cc360eb9cbe3d2d6aee80671f66375df9f2ff88b7883b0aeb5038a92d4b73242540a9e0bff25819b805def51f8396f0ddb2cb8
+DIST gfxreconstruct-1.4.313.0.tar.gz 48889557 BLAKE2B 79c4ebaf53dae8271817b68e33a14dec49c5bc0167625c42c5a50ece9848b08c99f1da05f585005805eed6136e2a81520acff134d965f487e29ce716354ffbc6 SHA512 cc8670cb116b12ae6cbf9364fa5f207ad6647ddcb0239b0aac1f768bfc047dd02503b5f7d3dcf61fb5e36c409b7e0a86e686cfbfdac73227c1bd9f7cdf48b120

diff --git a/dev-debug/gfxreconstruct/files/1.3.313.0-use-system-vulkan.patch b/dev-debug/gfxreconstruct/files/1.3.313.0-use-system-vulkan.patch
new file mode 100644
index 000000000000..419ec4134ebe
--- /dev/null
+++ b/dev-debug/gfxreconstruct/files/1.3.313.0-use-system-vulkan.patch
@@ -0,0 +1,38 @@
+From 900940f63432dac21b397150031355c7511032a4 Mon Sep 17 00:00:00 2001
+From: Matt Turner <mattst88@gmail.com>
+Date: Thu, 15 May 2025 23:28:26 -0400
+Subject: [PATCH] Use system Vulkan Headers instead of embedded ones.
+
+---
+ cmake/FindVulkanVersion.cmake | 8 ++------
+ 1 file changed, 2 insertions(+), 6 deletions(-)
+
+diff --git ./cmake/FindVulkanVersion.cmake ./cmake/FindVulkanVersion.cmake
+index 3821c2c8..f7744813 100644
+--- ./cmake/FindVulkanVersion.cmake
++++ ./cmake/FindVulkanVersion.cmake
+@@ -13,9 +13,7 @@ set(FIND_VULKAN_DIR ${CMAKE_CURRENT_LIST_DIR})
+ find_file (VULKAN_HEADER
+             vulkan_core.h
+             HINTS
+-                external/Vulkan-Headers/include/vulkan
+-		${FIND_VULKAN_DIR}/../external/Vulkan-Headers/include/vulkan
+-		${FIND_VULKAN_DIR}/../../external/Vulkan-Headers/include/vulkan
++	    /usr/include/vulkan/
+ 	    NO_DEFAULT_PATH
+ 	    NO_CMAKE_FIND_ROOT_PATH
+ 	)
+@@ -28,9 +26,7 @@ else()
+     find_file(VULKAN_HEADER
+                 vulkan.h
+                 HINTS
+-                    external/Vulkan-Headers/include/vulkan
+-		    ${FIND_VULKAN_DIR}/../external/Vulkan-Headers/include/vulkan
+-		    ${FIND_VULKAN_DIR}/../../external/Vulkan-Headers/include/vulkan
++	        /usr/include/vulkan/
+ 	        NO_DEFAULT_PATH
+ 	        NO_CMAKE_FIND_ROOT_PATH
+ 	)
+-- 
+2.49.0
+

diff --git a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild b/dev-debug/gfxreconstruct/gfxreconstruct-1.4.313.0.ebuild
similarity index 97%
copy from dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
copy to dev-debug/gfxreconstruct/gfxreconstruct-1.4.313.0.ebuild
index 2636eb2792af..4b816f30cecc 100644
--- a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
+++ b/dev-debug/gfxreconstruct/gfxreconstruct-1.4.313.0.ebuild
@@ -48,7 +48,7 @@ if [[ ${PV} != 9999* ]]; then
 		~dev-util/vulkan-headers-${PV}
 	"
 	PATCHES=(
-		"${FILESDIR}"/1.3.296.0-use-system-vulkan.patch
+		"${FILESDIR}"/1.3.313.0-use-system-vulkan.patch
 	)
 fi
 

diff --git a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild b/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
index 2636eb2792af..4b816f30cecc 100644
--- a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
+++ b/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
@@ -48,7 +48,7 @@ if [[ ${PV} != 9999* ]]; then
 		~dev-util/vulkan-headers-${PV}
 	"
 	PATCHES=(
-		"${FILESDIR}"/1.3.296.0-use-system-vulkan.patch
+		"${FILESDIR}"/1.3.313.0-use-system-vulkan.patch
 	)
 fi
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-debug/gfxreconstruct/, dev-debug/gfxreconstruct/files/
@ 2025-07-20 16:40 Matt Turner
  0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2025-07-20 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     72707feb9aba5b1e65326566cf23d41965676c0c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 20 16:31:14 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jul 20 16:40:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72707feb

dev-debug/gfxreconstruct: Drop old versions

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

 dev-debug/gfxreconstruct/Manifest                  |  2 -
 .../files/1.3.296.0-use-system-vulkan.patch        | 27 --------
 .../gfxreconstruct/gfxreconstruct-1.4.309.0.ebuild | 75 ----------------------
 3 files changed, 104 deletions(-)

diff --git a/dev-debug/gfxreconstruct/Manifest b/dev-debug/gfxreconstruct/Manifest
index 9f3cef88e814..229e59b02160 100644
--- a/dev-debug/gfxreconstruct/Manifest
+++ b/dev-debug/gfxreconstruct/Manifest
@@ -1,4 +1,2 @@
-DIST SPIRV-Reflect-1.4.309.0.tar.gz 326234 BLAKE2B 5d2d9dc3b6f3639259f089dbaf623c9358bf47e52c059a9acd6bff02691373acb5fdaaad7f752b0a6bce2a75ef1ade9407494b04835cf17617bfc592702e8c63 SHA512 d87ab91fd9b2ca6c86aaf72fd19332fb2d9eb7d5056480868ed79312fe111a3832099806d7a297fc82024683c8fe7ab96d7bec260f2828c111e535a85e288efb
 DIST SPIRV-Reflect-1.4.313.0.tar.gz 326262 BLAKE2B 881e5134b61248f31ed2c7b851fa07599716472e7361e93156a526ea84fd569ab34f2dd4bfc738062f5022513e7449f56cfb629c34d92df309fd1496d02b5ac0 SHA512 2efa6f683bcd33e80a01820c3202dc7fac359ecdbc0d46ba1f8078a61a622cced4d3e2fd8f6b65a35d2a64a50e4b7252386f1f38c88f557ff4b1281b59406d28
-DIST gfxreconstruct-1.4.309.0.tar.gz 40772524 BLAKE2B e03b78f73010a5bee790b516c9e30495dc8f3a8a94d48aecf6ffd6be1c831197295546cb5498dcba616caa46c22af9fd57681adcfd0f86624b36336e9b2c048a SHA512 e1b5ac67fc6c42cf1794e40bf4cc360eb9cbe3d2d6aee80671f66375df9f2ff88b7883b0aeb5038a92d4b73242540a9e0bff25819b805def51f8396f0ddb2cb8
 DIST gfxreconstruct-1.4.313.0.tar.gz 48889557 BLAKE2B 79c4ebaf53dae8271817b68e33a14dec49c5bc0167625c42c5a50ece9848b08c99f1da05f585005805eed6136e2a81520acff134d965f487e29ce716354ffbc6 SHA512 cc8670cb116b12ae6cbf9364fa5f207ad6647ddcb0239b0aac1f768bfc047dd02503b5f7d3dcf61fb5e36c409b7e0a86e686cfbfdac73227c1bd9f7cdf48b120

diff --git a/dev-debug/gfxreconstruct/files/1.3.296.0-use-system-vulkan.patch b/dev-debug/gfxreconstruct/files/1.3.296.0-use-system-vulkan.patch
deleted file mode 100644
index 27e0fe65e200..000000000000
--- a/dev-debug/gfxreconstruct/files/1.3.296.0-use-system-vulkan.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Author: Dylan Aïssi <daissi@debian.org>
-Description: Use system Vulkan Headers instead of embedded ones.
-Last-Update: 2021-06-04
-Forwarded: not-needed
-
---- a/cmake/FindVulkanVersion.cmake
-+++ b/cmake/FindVulkanVersion.cmake
-@@ -9,8 +9,7 @@
- find_file (VULKAN_HEADER
-             vulkan_core.h
-             HINTS
--                external/Vulkan-Headers/include/vulkan
--                ../external/Vulkan-Headers/include/vulkan)
-+                /usr/include/vulkan/)
- 
- MESSAGE(STATUS "Vulkan Header = ${VULKAN_HEADER}")
- 
-@@ -20,8 +19,7 @@
-     find_file(VULKAN_HEADER
-                 vulkan.h
-                 HINTS
--                    external/Vulkan-Headers/include/vulkan
--                    ../external/Vulkan-Headers/include/vulkan)
-+                    /usr/include/vulkan/)
-     set(VulkanHeaders_main_header ${VULKAN_HEADER})
- endif()
- 

diff --git a/dev-debug/gfxreconstruct/gfxreconstruct-1.4.309.0.ebuild b/dev-debug/gfxreconstruct/gfxreconstruct-1.4.309.0.ebuild
deleted file mode 100644
index 89faea5c0da3..000000000000
--- a/dev-debug/gfxreconstruct/gfxreconstruct-1.4.309.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-inherit cmake
-
-if [[ ${PV} == 9999* ]]; then
-	EGIT_REPO_URI="https://github.com/LunarG/gfxreconstruct.git"
-	EGIT_SUBMODULES=( external/{Vulkan-Headers,SPIRV-Headers,SPIRV-Reflect} )
-	inherit git-r3
-else
-	SRC_URI="
-		https://github.com/LunarG/${PN}/archive/vulkan-sdk-${PV}.tar.gz -> ${P}.tar.gz
-		https://github.com/KhronosGroup/SPIRV-Reflect/archive/vulkan-sdk-${PV}.tar.gz -> SPIRV-Reflect-${PV}.tar.gz
-	"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}"/${PN}-vulkan-sdk-${PV}
-fi
-
-DESCRIPTION="Graphics API Capture and Replay Tools"
-HOMEPAGE="https://github.com/LunarG/gfxreconstruct"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="wayland X"
-
-RDEPEND="
-	app-arch/lz4:=
-	app-arch/zstd:=
-	sys-libs/zlib:=
-
-	media-libs/vulkan-loader[wayland?,X?]
-	wayland? ( dev-libs/wayland )
-	X? (
-		x11-libs/libX11
-		x11-libs/libxcb
-		x11-libs/xcb-util-keysyms
-	)
-"
-DEPEND="${RDEPEND}
-	X? ( x11-libs/libXrandr )
-"
-if [[ ${PV} != 9999* ]]; then
-	DEPEND+="
-		~dev-util/spirv-headers-${PV}
-		~dev-util/vulkan-headers-${PV}
-	"
-	PATCHES=(
-		"${FILESDIR}"/1.3.296.0-use-system-vulkan.patch
-	)
-fi
-
-src_unpack() {
-	if [[ ${PV} == 9999* ]]; then
-		git-r3_src_unpack
-	else
-		default
-		rmdir "${S}"/external/SPIRV-Reflect || die
-		mv "${WORKDIR}"/SPIRV-Reflect-vulkan-sdk-${PV} "${S}"/external/SPIRV-Reflect || die
-	fi
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_SKIP_RPATH=ON
-		-DBUILD_WERROR=OFF
-		-DBUILD_WSI_DISPLAY_SUPPORT=ON
-		-DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
-		-DBUILD_WSI_XCB_SUPPORT=$(usex X)
-		-DBUILD_WSI_XLIB_SUPPORT=$(usex X)
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-20 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16  3:42 [gentoo-commits] repo/gentoo:master commit in: dev-debug/gfxreconstruct/, dev-debug/gfxreconstruct/files/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2025-07-20 16:40 Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox