Сравнение qtwebengine-6.5.2-r1 с qtwebengine-6.5.3
/usr/portage/dev-qt/qtwebengine/qtwebengine-6.5.3.ebuild 2023-10-09 14:52:30.416368373 +0300 | ||
---|---|---|
16 | 16 |
" |
17 | 17 | |
18 | 18 |
if [[ ${QT6_BUILD_TYPE} == release ]]; then |
19 |
KEYWORDS="amd64" |
|
19 |
KEYWORDS="~amd64" |
|
20 | 20 |
fi |
21 | 21 | |
22 | 22 |
IUSE=" |
23 | 23 |
+alsa bindist custom-cflags designer geolocation +jumbo-build kerberos |
24 |
opengl pulseaudio qml screencast +system-icu vulkan +widgets |
|
24 |
opengl pdfium pulseaudio qml screencast +system-icu vulkan +widgets |
|
25 | 25 |
" |
26 | 26 |
REQUIRED_USE=" |
27 | 27 |
designer? ( qml widgets ) |
... | ... | |
83 | 83 |
x11-base/xorg-proto |
84 | 84 |
x11-libs/libxshmfence |
85 | 85 |
screencast? ( media-libs/libepoxy[egl(+)] ) |
86 |
pdfium? ( net-print/cups ) |
|
86 | 87 |
test? ( |
87 | 88 |
widgets? ( app-text/poppler[cxx(+)] ) |
88 | 89 |
) |
... | ... | |
161 | 162 | |
162 | 163 |
src_configure() { |
163 | 164 |
local mycmakeargs=( |
164 |
-DQT_FEATURE_qtpdf_build=OFF # TODO? |
|
165 |
-DQT_FEATURE_qtpdf_quick_build=OFF |
|
166 |
-DQT_FEATURE_qtpdf_widgets_build=OFF |
|
165 |
$(qt_feature pdfium qtpdf_build) |
|
166 |
$(qt_feature qml qtpdf_quick_build) |
|
167 |
$(qt_feature widgets qtpdf_widgets_build) |
|
167 | 168 | |
168 | 169 |
-DQT_FEATURE_qtwebengine_build=ON |
169 | 170 |
$(qt_feature qml qtwebengine_quick_build) |