Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/
Date: Thu, 01 Dec 2022 19:19:55
Message-Id: 1669922356.1ef2d666aefbdc84ae247f5b4f6eebbe8f4ef1ba.asturm@gentoo
1 commit: 1ef2d666aefbdc84ae247f5b4f6eebbe8f4ef1ba
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 18:45:35 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 19:19:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef2d666
7
8 dev-qt/qtwebengine: drop 6.3.2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 dev-qt/qtwebengine/Manifest | 1 -
13 dev-qt/qtwebengine/qtwebengine-6.3.2.ebuild | 242 ----------------------------
14 2 files changed, 243 deletions(-)
15
16 diff --git a/dev-qt/qtwebengine/Manifest b/dev-qt/qtwebengine/Manifest
17 index 1dd01f60b148..9721a6bd2a18 100644
18 --- a/dev-qt/qtwebengine/Manifest
19 +++ b/dev-qt/qtwebengine/Manifest
20 @@ -3,5 +3,4 @@ DIST qtwebengine-5.15.2_p20211019-jumbo-build.patch.bz2 2930 BLAKE2B fca1d140687
21 DIST qtwebengine-5.15.3_p20220406-patchset.tar.xz 35480 BLAKE2B ce6aeebbb3255196611130d04ee7a3907ba45d6d2a283f2433e2176cf67e473e74137b180de0a9998762cc54439bb06825815e81e9f95f9413ce2956ac9308b7 SHA512 47e29a1429dce2db324929af91c8ef8421c75ae48f5a491db71b434f8017a5b1e7475e9938989e331e8e012220852848565242e09747892e1a8a8d3ab7386840
22 DIST qtwebengine-5.15.5_p20220618.tar.xz 320131236 BLAKE2B 842322c94737cdf647277ccf226c0d015ac0b362af54c4298cbad6b4494aa4ef0e73830577fb391be31c91b4331b85f407ec58641897a7cc7237e7623043577d SHA512 b1bab7aa5edc7f7b9d4f8338a05dbbd55ae6e0312e1a7e6061895bd7a98c67780127c20db1dbbc81664bf483a5b8f7ed887cedd1baaa1a0259e28fd4b13d6944
23 DIST qtwebengine-5.15.7_p20221122.tar.xz 319323408 BLAKE2B f0f7d566e84a78bae964bf34ccb305d51ae3c0b73bea2b382edca373a5240ab63ce6d90a1f81c8e70fd1f1eb05f9985fccbdae36958afe9dd8fa9c95a72775e0 SHA512 42665d2d7d227aeb04b9f7af0728ea5b07978e221b858fd2855595ad588d709bacbea18ab9e0c3a023579e5e3b80cdf6d3ff721573631ee43626bd37fb424225
24 -DIST qtwebengine-everywhere-src-6.3.2.tar.xz 398294888 BLAKE2B 7fb59e9c0a09e4ffc2c59398e9249cb91c864168b81befa9ea7e2044ed328bc010f0e6d03ecfc74e006044b56c826b35dba05375aba6fee29e5d5aa08b33fa4c SHA512 deff0a7ad71c4c81b3f5cfff77919d9971eec0ba3713a94a28d902404189b4f92b237a89cc6ef3dec2ea7a766f8a7241638a1310e4ac68fe46ecdc61f69a958a
25 DIST qtwebengine-everywhere-src-6.4.0.tar.xz 440346968 BLAKE2B ffe9ad9f71034d14f016a71bf3e6034853d5c2b17a3ab3e8aefc1c3a79896363eb2ce41446f16e126ec313608619900ee7ac41750978c28f135df5bbc2e0be5c SHA512 a024781c675c60ca746abb6cd977872b51e3f4a7ff9f934450b82e9b19883c68c0c6c630c28997624f0caceed3c43e8b0658419ecb18cf08fa9081275bedd2a7
26
27 diff --git a/dev-qt/qtwebengine/qtwebengine-6.3.2.ebuild b/dev-qt/qtwebengine/qtwebengine-6.3.2.ebuild
28 deleted file mode 100644
29 index 2ce46d9ae13e..000000000000
30 --- a/dev-qt/qtwebengine/qtwebengine-6.3.2.ebuild
31 +++ /dev/null
32 @@ -1,242 +0,0 @@
33 -# Copyright 2021-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -PYTHON_COMPAT=( python3_{9,10} )
39 -PYTHON_REQ_USE="xml(+)"
40 -CHROMIUM_VER="94.0.4606.126"
41 -CHROMIUM_PATCHES_VER="104.0.5112.81"
42 -
43 -inherit check-reqs estack flag-o-matic multiprocessing python-any-r1 qt6-build
44 -
45 -DESCRIPTION="Library for rendering dynamic web content in Qt6 C++ and QML applications"
46 -
47 -if [[ ${QT6_BUILD_TYPE} == release ]]; then
48 - KEYWORDS="~amd64"
49 -fi
50 -
51 -IUSE="
52 - alsa bindist designer geolocation +jumbo-build kerberos pulseaudio screencast
53 - +system-ffmpeg +system-icu widgets
54 -"
55 -REQUIRED_USE="designer? ( widgets )"
56 -
57 -BDEPEND="
58 - $(python_gen_any_dep 'dev-python/html5lib[${PYTHON_USEDEP}]')
59 - dev-util/gperf
60 - dev-util/ninja
61 - dev-util/re2c
62 - net-libs/nodejs[ssl]
63 - sys-devel/bison
64 - sys-devel/flex
65 -"
66 -RDEPEND="
67 - app-arch/snappy:=
68 - dev-libs/glib:2
69 - dev-libs/nspr
70 - dev-libs/nss
71 - dev-libs/expat
72 - dev-libs/libevent:=
73 - dev-libs/libxml2[icu]
74 - dev-libs/libxslt
75 - dev-libs/re2:=
76 - =dev-qt/qtdeclarative-${PV}*
77 - =dev-qt/qtwebchannel-${PV}*
78 - media-libs/fontconfig
79 - media-libs/freetype
80 - media-libs/harfbuzz:=
81 - media-libs/lcms:2
82 - media-libs/libjpeg-turbo:=
83 - media-libs/libpng:=
84 - >=media-libs/libvpx-1.5:=[svc(+)]
85 - media-libs/libwebp:=
86 - media-libs/opus
87 - sys-apps/dbus
88 - sys-apps/pciutils
89 - sys-libs/zlib[minizip]
90 - virtual/libudev
91 - x11-libs/libdrm
92 - x11-libs/libX11
93 - x11-libs/libXcomposite
94 - x11-libs/libXcursor
95 - x11-libs/libxcb:=
96 - x11-libs/libXdamage
97 - x11-libs/libXext
98 - x11-libs/libXfixes
99 - x11-libs/libXi
100 - x11-libs/libxkbcommon
101 - x11-libs/libxkbfile
102 - x11-libs/libXrandr
103 - x11-libs/libXrender
104 - x11-libs/libXScrnSaver
105 - x11-libs/libXtst
106 - alsa? ( media-libs/alsa-lib )
107 - geolocation? ( =dev-qt/qtpositioning-${PV}* )
108 - kerberos? ( virtual/krb5 )
109 - pulseaudio? ( media-libs/libpulse:= )
110 - screencast? ( media-video/pipewire:= )
111 - system-ffmpeg? ( media-video/ffmpeg:= )
112 - system-icu? ( >=dev-libs/icu-69.1:= )
113 - widgets? (
114 - =dev-qt/qtbase-${PV}*[widgets]
115 - )
116 -"
117 -DEPEND="${RDEPEND}
118 - media-libs/libglvnd
119 -"
120 -
121 -python_check_deps() {
122 - python_has_version "dev-python/html5lib[${PYTHON_USEDEP}]"
123 -}
124 -
125 -qtwebengine_check-reqs() {
126 - # bug #307861
127 - eshopts_push -s extglob
128 - if is-flagq '-g?(gdb)?([1-9])'; then
129 - ewarn "You have enabled debug info (probably have -g or -ggdb in your CFLAGS/CXXFLAGS)."
130 - ewarn "You may experience really long compilation times and/or increased memory usage."
131 - ewarn "If compilation fails, please try removing -g/-ggdb before reporting a bug."
132 - fi
133 - eshopts_pop
134 -
135 - [[ ${MERGE_TYPE} == binary ]] && return
136 -
137 - # (check-reqs added for bug #570534)
138 - #
139 - # Estimate the amount of RAM required
140 - # Multiplier is *10 because Bash doesn't do floating point maths.
141 - # Let's crudely assume ~2GB per compiler job for GCC.
142 - local multiplier=20
143 -
144 - # And call it ~1.5GB for Clang.
145 - if tc-is-clang ; then
146 - multiplier=15
147 - fi
148 -
149 - local CHECKREQS_DISK_BUILD="7G"
150 - local CHECKREQS_DISK_USR="150M"
151 - if ! has "distcc" ${FEATURES} ; then
152 - # bug #830661
153 - # Not super realistic to come up with good estimates for distcc right now
154 - local CHECKREQS_MEMORY=$(($(makeopts_jobs)*multiplier/10))G
155 - fi
156 -
157 - check-reqs_${EBUILD_PHASE_FUNC}
158 -}
159 -
160 -pkg_pretend() {
161 - qtwebengine_check-reqs
162 -}
163 -
164 -pkg_setup() {
165 - qtwebengine_check-reqs
166 - python-any-r1_pkg_setup
167 -}
168 -
169 -pkg_preinst() {
170 - elog "This version of Qt WebEngine is based on Chromium version ${CHROMIUM_VER}, with"
171 - elog "additional security fixes up to ${CHROMIUM_PATCHES_VER}. Extensive as it is, the"
172 - elog "list of backports is impossible to evaluate, but always bound to be behind"
173 - elog "Chromium's release schedule."
174 - elog "In addition, various online services may deny service based on an outdated"
175 - elog "user agent version (and/or other checks). Google is already known to do so."
176 - elog
177 - elog "tldr: Your web browsing experience will be compromised."
178 -}
179 -
180 -src_unpack() {
181 - # bug 307861
182 - eshopts_push -s extglob
183 - if is-flagq '-g?(gdb)?([1-9])'; then
184 - ewarn
185 - ewarn "You have enabled debug info (probably have -g or -ggdb in your CFLAGS/CXXFLAGS)."
186 - ewarn "You may experience really long compilation times and/or increased memory usage."
187 - ewarn "If compilation fails, please try removing -g/-ggdb before reporting a bug."
188 - ewarn
189 - fi
190 - eshopts_pop
191 -
192 - case ${QT6_BUILD_TYPE} in
193 - live) git-r3_src_unpack ;&
194 - release) default ;;
195 - esac
196 -}
197 -
198 -src_prepare() {
199 - # bug 620444 - ensure local headers are used
200 - find . -type f -name "*.pr[fio]" -exec \
201 - sed -i -e 's|INCLUDEPATH += |&$${QTWEBENGINE_ROOT}_build/include $${QTWEBENGINE_ROOT}/include |' {} + || die
202 -
203 - if use system-icu; then
204 - # Sanity check to ensure that bundled copy of ICU is not used.
205 - # Whole src/3rdparty/chromium/third_party/icu directory cannot be deleted because
206 - # src/3rdparty/chromium/third_party/icu/BUILD.gn is used by build system.
207 - # If usage of headers of bundled copy of ICU occurs, then lists of shim headers in
208 - # shim_headers("icui18n_shim") and shim_headers("icuuc_shim") in
209 - # src/3rdparty/chromium/third_party/icu/BUILD.gn should be updated.
210 - local file
211 - while read file; do
212 - echo "#error This file should not be used!" > "${file}" || die
213 - done < <(find src/3rdparty/chromium/third_party/icu -type f "(" -name "*.c" -o -name "*.cpp" -o -name "*.h" ")" 2>/dev/null)
214 - fi
215 -
216 - qt6-build_src_prepare
217 -}
218 -
219 -src_configure() {
220 - export NINJA_PATH="${BROOT}"/usr/bin/ninja
221 - export NINJAFLAGS="${NINJAFLAGS:--j$(makeopts_jobs) -l$(makeopts_loadavg "${MAKEOPTS}" 0) -v}"
222 -
223 - local mycmakeargs=(
224 - #-DQT_FEATURE_accessibility=off
225 - #-DQT_FEATURE_force_asserts=off
226 - #-DQT_FEATURE_opengl=off
227 - #-DQT_FEATURE_printer=off
228 - -DQT_FEATURE_qtpdf_build=off
229 - -DQT_FEATURE_qtpdf_quick_build=off
230 - -DQT_FEATURE_qtpdf_widgets_build=off
231 - -DQT_FEATURE_qtwebengine_build=on
232 - -DQT_FEATURE_qtwebengine_quick_build=on
233 - -DQT_FEATURE_qtwebengine_widgets_build=on
234 - #-DQT_FEATURE_ssl=off
235 - #-DQT_FEATURE_static=off
236 - #-DQT_FEATURE_system_zlib=off
237 - #-DQT_FEATURE_system_png=off
238 - #-DQT_FEATURE_system_jpeg=off
239 - #-DQT_FEATURE_system_freetype=off
240 - #-DQT_FEATURE_system_harfbuzz=off
241 - #-DQT_FEATURE_use_gold_linker=off
242 - #-DQT_FEATURE_use_lld_linker=off
243 - -DQT_FEATURE_webengine_embedded_build=off
244 - -DQT_FEATURE_webengine_extensions=on
245 - #-DQT_FEATURE_webengine_full_debug_info=$(usex debug)
246 - -DQT_FEATURE_webengine_geolocation=$(usex geolocation on off)
247 - -DQT_FEATURE_webengine_jumbo_build=$(usex jumbo-build)
248 - #-DQT_FEATURE_webengine_jumbo_file_merge_limit
249 - -DQT_FEATURE_webengine_kerberos=$(usex kerberos on off)
250 - -DQT_FEATURE_webengine_native_spellchecker=off
251 - -DQT_FEATURE_webengine_ozone_x11=on
252 - -DQT_FEATURE_webengine_pepper_plugins=on
253 - -DQT_FEATURE_webengine_proprietary_codecs=$(usex bindist off on)
254 - -DQT_FEATURE_webengine_printing_and_pdf=on
255 - -DQT_FEATURE_webengine_sanitizer=on
256 - -DQT_FEATURE_webengine_spellchecker=on
257 - -DQT_FEATURE_webengine_system_opus=on
258 - -DQT_FEATURE_webengine_system_libwebp=on
259 - -DQT_FEATURE_webengine_system_alsa=$(usex alsa on off)
260 - -DQT_FEATURE_webengine_system_ffmpeg=$(usex system-ffmpeg)
261 - -DQT_FEATURE_webengine_system_icu=$(usex system-icu)
262 - -DQT_FEATURE_webengine_system_libevent=on
263 - -DQT_FEATURE_webengine_system_libpci=on
264 - -DQT_FEATURE_webengine_system_libpng=on
265 - -DQT_FEATURE_webengine_system_pulseaudio=$(usex pulseaudio on off)
266 - -DQT_FEATURE_webengine_system_zlib=on
267 - -DQT_FEATURE_webengine_webchannel=on
268 - -DQT_FEATURE_webengine_webrtc=on
269 - -DQT_FEATURE_webengine_webrtc_pipewire=$(usex screencast on off)
270 - #-DQT_FEATURE_xcb=off
271 - )
272 -
273 - qt6-build_src_configure
274 -}