mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
dev-qt/qtshadertools: add 6.11.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST qtshadertools-everywhere-src-6.11.1.tar.xz 1216568 BLAKE2B c41991234c489cc8c0285a2cc1c1e1ac0782478d4c8fcdd29fb9ece92b5fbc6f889f381bad0505b473979e0af33ce68f4afa4d80b993e172b400fdf551ff8952 SHA512 5f6b824224b26421cf6f06e58e7162cbcf92628fc4f917b46f3f289ea480bd763d8b550e6d60381cdd10f027802c799bbc31ed649e364c1b99e59f41747c0359
|
||||
DIST qtshadertools-everywhere-src-6.11.2.tar.xz 1216816 BLAKE2B d63d95e96f05179f79ca26913b8db3536802c945988ea145268a202da044e81c49e205381bf59f2b294f3b6ae1eed026bf366bb5aac71cc8b7b86d5ce0f491f0 SHA512 511a1c5b05cbe8920cc5750b0384299438fe770755c217b1b96029018799904c039305d36c77fcd718e949e5602104a718a37f2f1a1076185541eaa83238d15d
|
||||
|
||||
24
dev-qt/qtshadertools/qtshadertools-6.11.2.ebuild
Normal file
24
dev-qt/qtshadertools/qtshadertools-6.11.2.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit flag-o-matic 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}"
|
||||
|
||||
src_configure() {
|
||||
# -Werror=odr violations between mismatching spirv.hpp (bug #972694)
|
||||
filter-lto
|
||||
|
||||
qt6-build_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user