dev-qt/qtwebsockets: add 6.11.2

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-08-18 07:17:20 -04:00
parent 37dc01dc2f
commit bbd1c614dd
2 changed files with 29 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST qtwebsockets-everywhere-src-6.11.1.tar.xz 452228 BLAKE2B 0bd24edf8f20a70be52fcbd3cc4672c02d33445abe8153388e2023f8846411879819d3b29848caa1cb3dfd69161ab447442d0d2b9a3f988ccdfefaeb9efa013a SHA512 f6189482219e20b40bf7e4ac9d188d5184a25ca65c3978f51d3298bfd557ef49448b6bd3984f6cbf0d94897613cfc9ae16c63cec5149a432808fabaf56bd914a
DIST qtwebsockets-everywhere-src-6.11.2.tar.xz 452352 BLAKE2B c7e46b35b3a7a4759827e6081eeaedef980121a7d2f20293776c6e27c5ee53b61c0ef6639c7d99b91d44f9d75f5e99c9d18d8bf5e016d70bfd5121302f90348c SHA512 2a65e5076759fe7cc0d9f66bc689a6644842f78388d08968f6e3890bd500c4ebead3e970c248e8d805ee6f69eae3e77fdb3386f678c509beebd784944192c31e

View File

@@ -0,0 +1,28 @@
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qt6-build
DESCRIPTION="Implementation of the WebSocket protocol for the Qt6 framework"
if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
fi
IUSE="qml +ssl"
RDEPEND="
~dev-qt/qtbase-${PV}:6[network,ssl=]
qml? ( ~dev-qt/qtdeclarative-${PV}:6 )
"
DEPEND="${RDEPEND}"
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package qml Qt6Quick)
)
qt6-build_src_configure
}