dev-qt/qtshadertools: drop 6.8.2

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-06-09 03:09:39 -04:00
parent eaba368e66
commit aa317477fa
3 changed files with 0 additions and 30 deletions

View File

@@ -1,3 +1,2 @@
DIST qtshadertools-everywhere-src-6.8.2.tar.xz 1138404 BLAKE2B e09fde928ff1a7a1da570d2bed85bfc1fd44824accd4160e556fbdf4703f4925116a69ccba4f87064354bce9cbf69d96bddbf39a2f3c9e05a217231dd31eb43f SHA512 70667d6ace7d93e5b8a097802611078ee7c326a449e58406e1754c7fb82235622c55dab8e9a21aa22f56fcf3043cf7e9d537ef669cce9da1b88c1bdecc3f8b51
DIST qtshadertools-everywhere-src-6.8.3.tar.xz 1140608 BLAKE2B 87687eeda844ac8d55b42433d00a90548244be23f07ddb67cccb0ddffaa15ca6c88b900658aa9b3b5697a7fdbb7888797d664dd4a5a365ce52dcce71fba0f4cd SHA512 5f326bb097e09f9f9259b550ccf5fb05634d748eebf8b8c416225e3cd328c2b532c764a41b98a4d47633be446edaeaa3d4e5da1f4951b31e3da6ddc4392a47fc
DIST qtshadertools-everywhere-src-6.9.1.tar.xz 1166596 BLAKE2B 639e8bad793429d8d779fb848b1b6a9740548e182cd46c6cc5ee5407ebbf3dd5234e972e05bb684d0e5bde3b7cd0af603591975d858ba426ba50d6c79126ce29 SHA512 f914e27032422af02ebfe16bb4d84ea2bab01b8b6c49e728d4da8f95c36c41849429b7c37c6b677b74b36ccc9341608c85bccf7836f5abbdb5bec520e740d2e6

View File

@@ -1,8 +0,0 @@
https://bugs.gentoo.org/937261
https://github.com/KhronosGroup/glslang/pull/3684
--- a/src/3rdparty/glslang/SPIRV/SpvBuilder.h
+++ b/src/3rdparty/glslang/SPIRV/SpvBuilder.h
@@ -58,2 +58,3 @@
#include <algorithm>
+#include <cstdint>
#include <map>

View File

@@ -1,21 +0,0 @@
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt6-build
DESCRIPTION="Qt APIs and Tools for Graphics Pipelines"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
fi
RDEPEND="
~dev-qt/qtbase-${PV}:6[gui]
"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-6.7.2-gcc15.patch
)