Сравнение qtwebengine-6.10.3 с qtwebengine-6.11.0

/usr/portage/dev-qt/qtwebengine/qtwebengine-6.11.0.ebuild 2026-05-01 00:17:34.708130086 +0300
9 9

  
10 10
DESCRIPTION="Library for rendering dynamic web content in Qt6 C++ and QML applications"
11 11
SRC_URI+="
12
	https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}-6.10-patchset-8.tar.xz
12
	https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}-6.11-patchset-2.tar.xz
13 13
"
14 14

  
15 15
if [[ ${QT6_BUILD_TYPE} == release ]]; then
16
	KEYWORDS="amd64 arm64"
16
	KEYWORDS="~amd64 ~arm64"
17 17
fi
18 18

  
19 19
IUSE="
......
209 209
		# issues (e.g. builds but some files don't play even with support)
210 210
		-DQT_FEATURE_webengine_system_ffmpeg=OFF
211 211

  
212
		# currently seems unused with our configuration, doesn't link and grep
213
		# seems(?) to imply no dlopen nor using bundled (TODO: check again)
214
		-DQT_FEATURE_webengine_system_openh264=OFF
215

  
216 212
		# use bundled re2 to avoid complications, Qt has also disabled
217 213
		# this by default in 6.7.3+ (bug #913923)
218 214
		-DQT_FEATURE_webengine_system_re2=OFF
219 215

  
216
		# currently seems unused with our configuration, doesn't link and grep
217
		# seems(?) to imply no dlopen nor using bundled (TODO: check again)
218
		-DQT_FEATURE_webengine_system_openh264=OFF
219

  
220 220
		# system_libvpx=ON is intentionally ignored with USE=vaapi which leads
221 221
		# to using system's being less tested, prefer disabling for now until
222 222
		# vaapi can use it as well
......
295 295
	local CMAKE_SKIP_TESTS=(
296 296
		# fails with *-sandbox
297 297
		tst_certificateerror
298
		tst_inspectorserver
298 299
		tst_loadsignals
299 300
		tst_qquickwebengineview
300 301
		tst_qwebengineglobalsettings
Спасибо!