Сравнение qtwebengine-6.10.1 с qtwebengine-6.9999

/usr/portage/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild 2026-01-18 11:18:03.186469408 +0300
9 9

  
10 10
DESCRIPTION="Library for rendering dynamic web content in Qt6 C++ and QML applications"
11 11
SRC_URI+="
12
	https://dev.gentoo.org/~ionen/distfiles/${PN}-6.10-patchset-8.tar.xz
12
	https://dev.gentoo.org/~ionen/distfiles/${PN}-6.11-patchset-1.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="
......
207 207
		# issues (e.g. builds but some files don't play even with support)
208 208
		-DQT_FEATURE_webengine_system_ffmpeg=OFF
209 209

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

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

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

  
218 218
		# system_libvpx=ON is intentionally ignored with USE=vaapi which leads
219 219
		# to using system's being less tested, prefer disabling for now until
220 220
		# vaapi can use it as well
Спасибо!