dev-qt/qtwebsockets: add 6.10.3

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-04-02 01:25:26 -04:00
parent d0f10c6db7
commit 330e19a42d
2 changed files with 29 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
DIST qtwebsockets-everywhere-src-6.10.1.tar.xz 447384 BLAKE2B fbccc5b1f122d7dd02e610bcfba56a472d8c4d5b41ac4a8aa44cd6fc3426280c5745da1e92ba30f7039d335a6c9611ca5cd81edf040a5210ffc5867b4b25239a SHA512 98cab54eca3938400ed4462cb63847e0cf13fea43ceffa459df5edf0b59d9bb47b8f94357bcbe79d33c95ea7ed351313d0d04cfe0d205b86dff5d1dfe61796db
DIST qtwebsockets-everywhere-src-6.10.2.tar.xz 447440 BLAKE2B a8f269c14870989d67c2145740d981638da63dca32176233096d3b2804be420d0fb09329dbc46143ebffd4ee7a44861435ee4762c2d470266b55be11a5c01e18 SHA512 e90ac1f8a3808888620c39de19f3a0a7431b960129991df8bc2614381fc659b1698162dc379091d72dd40c6dd818d44b847c6bbe6991f33e790ba631aeeaf1b9
DIST qtwebsockets-everywhere-src-6.10.3.tar.xz 447640 BLAKE2B 46544efcdeb266914c8933cadb95b4fb5cf6380b45d9810f4f57ce1c85f329da73be0b67245739fef6c95fcd8a9f15a00b1f64c3a988d7286dc06aaca3f41e97 SHA512 6e335c47b5d283d40f2a75f8b36a34524a9c7c18906007471cf12b8e4ea9a35fc7693aec1dc2c9c87921495806699ccab958d5ce6170ae1409de92bb643aad09
DIST qtwebsockets-everywhere-src-6.11.0.tar.xz 451968 BLAKE2B 619f864898c1ade8736893760fda1363327a7ad426c3f33ae6b9e92f2537e03f6f6821484e0108b96a39f5583d72da04918c7d298459c832dfeeef1910813328 SHA512 142d95bd1ed4d84c83544b3b8dc9afc344690525ae6533973aec5232563efb68c2b3d85c4e29638824e1b388589f73c0e0290b9afc564edea631f405da648dd9

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
}