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

/usr/portage/dev-qt/qtwebengine/qtwebengine-6.11.0.ebuild 2026-04-10 12:17:39.677402468 +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-1.tar.xz
13 13
"
14 14

  
15 15
if [[ ${QT6_BUILD_TYPE} == release ]]; then
......
109 109
PATCHES+=(
110 110
	# add extras as needed here, may merge in set if carries across versions
111 111
	"${FILESDIR}"/${PN}-6.10.2-clang-22.patch
112
	"${FILESDIR}"/${PN}-6.10.2-glibc-2.43.patch
112 113
	"${FILESDIR}"/${PN}-6.10.3-climits.patch
113 114
)
114 115

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

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

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

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