Gentoo Archives: gentoo-commits

From: Stephan Hartmann <sultan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/
Date: Sat, 30 Oct 2021 17:41:45
Message-Id: 1635615694.61ba25145e2693ec3da97b6fe059de0f6d92dc69.sultan@gentoo
1 commit: 61ba25145e2693ec3da97b6fe059de0f6d92dc69
2 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 17:41:04 2021 +0000
4 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 17:41:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ba2514
7
8 www-client/chromium: stable channel bump to 95.0.4638.69
9
10 Bug: https://bugs.gentoo.org/819771
11 Bug: https://bugs.gentoo.org/820689
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
14
15 www-client/chromium/Manifest | 1 +
16 www-client/chromium/chromium-95.0.4638.69.ebuild | 953 +++++++++++++++++++++++
17 2 files changed, 954 insertions(+)
18
19 diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
20 index 4fd27fce870..ed5dc23afcc 100644
21 --- a/www-client/chromium/Manifest
22 +++ b/www-client/chromium/Manifest
23 @@ -1,5 +1,6 @@
24 DIST chromium-95-patchset-4.tar.xz 4308 BLAKE2B e91cb78d2357af8c0dfc66e4d148c5e6ef20cf9a811bcebf411e07cc5af73f30760d889842923afb2945e57b0f67330deac3f9068b6ce7c487482a6434e5c672 SHA512 152657e13afab3caca6a9ff6c0b51203f5bc8b0a4075a4396794d7a85caddce1b26f989c7dede5fa9a54316334099d21889e6767885fbf974260a6e9bd90df9d
25 DIST chromium-95.0.4638.54.tar.xz 1213374932 BLAKE2B 75e1017a50eb0f42c714863969414308df7ee69160271d3bcd5ba7af79c96c5eb53edd9d892f33db6c2455d0b2dfa12dadfa8cb01d4baf1f89d57fde5291783e SHA512 159c8d37e8cfb5bb0e55d3d1329295dab585164b84b8c514ea80f0f68ce0b491f4c40a186a2bc108baae2341cf320dee78c654c0a038d5aeb17b5a19c7f043d9
26 +DIST chromium-95.0.4638.69.tar.xz 1213470900 BLAKE2B 31619448fd42bce74dac4fb3b7e04c59a2eb05461358e4fa59ab7122b07cd2dc6632a1a8c92a9bacd93c78c37a9e7fadfa7b9ded6371697177c419ce4e6665a5 SHA512 e8845a3add5f784342c51c530ed4fbf144f8ab16701d9dd6a2eedbd255167f39c26cf400d22f246ef5ad4afbb6a6133e17d767711587dd4bae18e3b5a997f95e
27 DIST chromium-96-patchset-4.tar.xz 4812 BLAKE2B 5d82d212b8ec1689be6f4a7a0646256311d06c17e74ee0e5b2035c32125a5235e4b6b7605cefffa367cc53e651be17b75f5e339149b4c80dca50cd959b1623f1 SHA512 a72c1bb2c58e9e2912a641093c153f01ad7239dc971c7c96481ba4164204afe41741f3253e8af03070dab8276179784dc6a11761b39ad7902ed2553016778282
28 DIST chromium-96.0.4664.27.tar.xz 1221600064 BLAKE2B 707596f44897660057edf977011db34341028c4b99dbe61878109090049e727232bfe784a1ea1447847a559584d0b2297a218c06817b618be76b5e96aafa8ea6 SHA512 4b87a04d055dedb508466e188151ea7f46d14a8a76dd64b4e783d8b6cc8e4d0d54ca5fdfb4ac60727028fbc3539e64bcb77d424904af2a64cb8f5d44d065f08e
29 DIST chromium-97-patchset-2.tar.xz 3756 BLAKE2B a690466a5d359f38805f468d096f909d3063a4134aa28599a145c4741a15244c7dc06dd8151f53ef0dd29a6a604447ce37f99181a05170ac88483a837dea71cc SHA512 e088d84ea43ffc05e4e83b1c87d83fb73d985df1cf92d3a17e50201e96c32dfda29d7d9b84943307380b2d75cda699ddf65ef6414e3e4484f01ac5b957605ccd
30
31 diff --git a/www-client/chromium/chromium-95.0.4638.69.ebuild b/www-client/chromium/chromium-95.0.4638.69.ebuild
32 new file mode 100644
33 index 00000000000..0ee53748088
34 --- /dev/null
35 +++ b/www-client/chromium/chromium-95.0.4638.69.ebuild
36 @@ -0,0 +1,953 @@
37 +# Copyright 2009-2021 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +PYTHON_COMPAT=( python3_{8,9} )
42 +PYTHON_REQ_USE="xml"
43 +
44 +CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he
45 + hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr
46 + sv sw ta te th tr uk vi zh-CN zh-TW"
47 +
48 +inherit check-reqs chromium-2 desktop flag-o-matic ninja-utils pax-utils python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
49 +
50 +DESCRIPTION="Open-source version of Google Chrome web browser"
51 +HOMEPAGE="https://chromium.org/"
52 +PATCHSET="4"
53 +PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
54 +SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz
55 + https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz"
56 +
57 +LICENSE="BSD"
58 +SLOT="0/stable"
59 +KEYWORDS="~amd64 ~arm64 ~x86"
60 +IUSE="component-build cups cpu_flags_arm_neon debug +hangouts headless +js-type-check kerberos +official pic +proprietary-codecs pulseaudio screencast selinux +suid +system-ffmpeg +system-harfbuzz +system-icu vaapi wayland widevine"
61 +REQUIRED_USE="
62 + component-build? ( !suid )
63 + screencast? ( wayland )
64 +"
65 +
66 +COMMON_X_DEPEND="
67 + media-libs/mesa:=[gbm(+)]
68 + x11-libs/libX11:=
69 + x11-libs/libXcomposite:=
70 + x11-libs/libXcursor:=
71 + x11-libs/libXdamage:=
72 + x11-libs/libXext:=
73 + x11-libs/libXfixes:=
74 + >=x11-libs/libXi-1.6.0:=
75 + x11-libs/libXrandr:=
76 + x11-libs/libXrender:=
77 + x11-libs/libXtst:=
78 + x11-libs/libxcb:=
79 + x11-libs/libxshmfence:=
80 + vaapi? ( >=x11-libs/libva-2.7:=[X,drm] )
81 +"
82 +
83 +COMMON_DEPEND="
84 + app-arch/bzip2:=
85 + cups? ( >=net-print/cups-1.3.11:= )
86 + dev-libs/expat:=
87 + dev-libs/glib:2
88 + >=dev-libs/libxml2-2.9.4-r3:=[icu]
89 + dev-libs/nspr:=
90 + >=dev-libs/nss-3.26:=
91 + >=media-libs/alsa-lib-1.0.19:=
92 + media-libs/fontconfig:=
93 + >=media-libs/freetype-2.11.0-r1:=
94 + system-harfbuzz? ( >=media-libs/harfbuzz-2.9.0:0=[icu(-)] )
95 + media-libs/libjpeg-turbo:=
96 + media-libs/libpng:=
97 + pulseaudio? ( media-sound/pulseaudio:= )
98 + system-ffmpeg? (
99 + >=media-video/ffmpeg-4.3:=
100 + || (
101 + media-video/ffmpeg[-samba]
102 + >=net-fs/samba-4.5.10-r1[-debug(-)]
103 + )
104 + >=media-libs/opus-1.3.1:=
105 + )
106 + net-misc/curl[ssl]
107 + sys-apps/dbus:=
108 + sys-apps/pciutils:=
109 + virtual/udev
110 + x11-libs/cairo:=
111 + x11-libs/gdk-pixbuf:2
112 + x11-libs/libxkbcommon:=
113 + x11-libs/pango:=
114 + media-libs/flac:=
115 + >=media-libs/libwebp-0.4.0:=
116 + sys-libs/zlib:=[minizip]
117 + kerberos? ( virtual/krb5 )
118 + !headless? (
119 + ${COMMON_X_DEPEND}
120 + >=app-accessibility/at-spi2-atk-2.26:2
121 + >=app-accessibility/at-spi2-core-2.26:2
122 + >=dev-libs/atk-2.26
123 + x11-libs/gtk+:3[X]
124 + wayland? (
125 + dev-libs/wayland:=
126 + screencast? ( media-video/pipewire:0/0.3 )
127 + x11-libs/gtk+:3[wayland,X]
128 + x11-libs/libdrm:=
129 + )
130 + )
131 +"
132 +RDEPEND="${COMMON_DEPEND}
133 + x11-misc/xdg-utils
134 + virtual/opengl
135 + virtual/ttf-fonts
136 + selinux? ( sec-policy/selinux-chromium )
137 +"
138 +DEPEND="${COMMON_DEPEND}
139 +"
140 +# dev-vcs/git - https://bugs.gentoo.org/593476
141 +BDEPEND="
142 + ${PYTHON_DEPS}
143 + $(python_gen_any_dep '
144 + dev-python/setuptools[${PYTHON_USEDEP}]
145 + ')
146 + >=app-arch/gzip-1.7
147 + dev-lang/perl
148 + >=dev-util/gn-0.1807
149 + dev-vcs/git
150 + >=dev-util/gperf-3.0.3
151 + >=dev-util/ninja-1.7.2
152 + >=net-libs/nodejs-7.6.0[inspector]
153 + sys-apps/hwids[usb(+)]
154 + >=sys-devel/bison-2.4.3
155 + sys-devel/flex
156 + virtual/pkgconfig
157 + js-type-check? ( virtual/jre )
158 +"
159 +
160 +# These are intended for ebuild maintainer use to force clang if GCC is broken.
161 +: ${CHROMIUM_FORCE_CLANG=no}
162 +: ${CHROMIUM_FORCE_LIBCXX=no}
163 +
164 +if [[ ${CHROMIUM_FORCE_CLANG} == yes ]]; then
165 + BDEPEND+=" >=sys-devel/clang-12"
166 +fi
167 +
168 +if [[ ${CHROMIUM_FORCE_LIBCXX} == yes ]]; then
169 + RDEPEND+=" >=sys-libs/libcxx-12"
170 + DEPEND+=" >=sys-libs/libcxx-12"
171 +else
172 + COMMON_DEPEND="
173 + dev-libs/libxslt:=
174 + >=dev-libs/re2-0.2019.08.01:=
175 + >=media-libs/openh264-1.6.0:=
176 + system-icu? ( >=dev-libs/icu-69.1:= )
177 + "
178 + RDEPEND+="${COMMON_DEPEND}"
179 + DEPEND+="${COMMON_DEPEND}"
180 +fi
181 +
182 +if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then
183 + EBUILD_DEATH_HOOKS+=" chromium_pkg_die";
184 +fi
185 +
186 +DISABLE_AUTOFORMATTING="yes"
187 +DOC_CONTENTS="
188 +Some web pages may require additional fonts to display properly.
189 +Try installing some of the following packages if some characters
190 +are not displayed properly:
191 +- media-fonts/arphicfonts
192 +- media-fonts/droid
193 +- media-fonts/ipamonafont
194 +- media-fonts/noto
195 +- media-fonts/ja-ipafonts
196 +- media-fonts/takao-fonts
197 +- media-fonts/wqy-microhei
198 +- media-fonts/wqy-zenhei
199 +
200 +To fix broken icons on the Downloads page, you should install an icon
201 +theme that covers the appropriate MIME types, and configure this as your
202 +GTK+ icon theme.
203 +
204 +For native file dialogs in KDE, install kde-apps/kdialog.
205 +
206 +To make password storage work with your desktop environment you may
207 +have install one of the supported credentials management applications:
208 +- app-crypt/libsecret (GNOME)
209 +- kde-frameworks/kwallet (KDE)
210 +If you have one of above packages installed, but don't want to use
211 +them in Chromium, then add --password-store=basic to CHROMIUM_FLAGS
212 +in /etc/chromium/default.
213 +"
214 +
215 +python_check_deps() {
216 + has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
217 +}
218 +
219 +pre_build_checks() {
220 + if [[ ${MERGE_TYPE} != binary ]]; then
221 + local -x CPP="$(tc-getCXX) -E"
222 + if tc-is-gcc && ! ver_test "$(gcc-version)" -ge 9.2; then
223 + die "At least gcc 9.2 is required"
224 + fi
225 + if [[ ${CHROMIUM_FORCE_CLANG} == yes ]] || tc-is-clang; then
226 + CPP="${CHOST}-clang++ -E"
227 + if ! ver_test "$(clang-major-version)" -ge 12; then
228 + die "At least clang 12 is required"
229 + fi
230 + fi
231 + fi
232 +
233 + # Check build requirements, bug #541816 and bug #471810 .
234 + CHECKREQS_MEMORY="4G"
235 + CHECKREQS_DISK_BUILD="9G"
236 + if ( shopt -s extglob; is-flagq '-g?(gdb)?([1-9])' ); then
237 + if use custom-cflags || use component-build; then
238 + CHECKREQS_DISK_BUILD="25G"
239 + fi
240 + if ! use component-build; then
241 + CHECKREQS_MEMORY="16G"
242 + fi
243 + fi
244 + check-reqs_pkg_setup
245 +}
246 +
247 +pkg_pretend() {
248 + pre_build_checks
249 +}
250 +
251 +pkg_setup() {
252 + pre_build_checks
253 +
254 + chromium_suid_sandbox_check_kernel_config
255 +
256 + # nvidia-drivers does not work correctly with Wayland due to unsupported EGLStreams
257 + if use wayland && ! use headless && has_version "x11-drivers/nvidia-drivers"; then
258 + ewarn "Proprietary nVidia driver does not work with Wayland. You can disable"
259 + ewarn "Wayland by setting DISABLE_OZONE_PLATFORM=true in /etc/chromium/default."
260 + fi
261 +}
262 +
263 +src_prepare() {
264 + # Calling this here supports resumption via FEATURES=keepwork
265 + python_setup
266 +
267 + local PATCHES=(
268 + "${WORKDIR}/patches"
269 + "${FILESDIR}/chromium-93-EnumTable-crash.patch"
270 + "${FILESDIR}/chromium-93-InkDropHost-crash.patch"
271 + "${FILESDIR}/chromium-95-maldoca-zlib.patch"
272 + "${FILESDIR}/chromium-95-eigen-avx-1.patch"
273 + "${FILESDIR}/chromium-95-eigen-avx-2.patch"
274 + "${FILESDIR}/chromium-95-eigen-avx-3.patch"
275 + "${FILESDIR}/chromium-95-harfbuzz-3.patch"
276 + "${FILESDIR}/chromium-95-xfce-maximize.patch"
277 + "${FILESDIR}/chromium-use-oauth2-client-switches-as-default.patch"
278 + "${FILESDIR}/chromium-shim_headers.patch"
279 + )
280 +
281 + default
282 +
283 + mkdir -p third_party/node/linux/node-linux-x64/bin || die
284 + ln -s "${EPREFIX}"/usr/bin/node third_party/node/linux/node-linux-x64/bin/node || die
285 +
286 + # adjust python interpreter version
287 + sed -i -e "s|\(^script_executable = \).*|\1\"${EPYTHON}\"|g" .gn || die
288 +
289 + local keeplibs=(
290 + base/third_party/cityhash
291 + base/third_party/double_conversion
292 + base/third_party/dynamic_annotations
293 + base/third_party/icu
294 + base/third_party/nspr
295 + base/third_party/superfasthash
296 + base/third_party/symbolize
297 + base/third_party/valgrind
298 + base/third_party/xdg_mime
299 + base/third_party/xdg_user_dirs
300 + buildtools/third_party/libc++
301 + buildtools/third_party/libc++abi
302 + chrome/third_party/mozilla_security_manager
303 + courgette/third_party
304 + net/third_party/mozilla_security_manager
305 + net/third_party/nss
306 + net/third_party/quic
307 + net/third_party/uri_template
308 + third_party/abseil-cpp
309 + third_party/angle
310 + third_party/angle/src/common/third_party/base
311 + third_party/angle/src/common/third_party/smhasher
312 + third_party/angle/src/common/third_party/xxhash
313 + third_party/angle/src/third_party/libXNVCtrl
314 + third_party/angle/src/third_party/trace_event
315 + third_party/angle/src/third_party/volk
316 + third_party/apple_apsl
317 + third_party/axe-core
318 + third_party/blink
319 + third_party/boringssl
320 + third_party/boringssl/src/third_party/fiat
321 + third_party/breakpad
322 + third_party/breakpad/breakpad/src/third_party/curl
323 + third_party/brotli
324 + third_party/catapult
325 + third_party/catapult/common/py_vulcanize/third_party/rcssmin
326 + third_party/catapult/common/py_vulcanize/third_party/rjsmin
327 + third_party/catapult/third_party/beautifulsoup4-4.9.3
328 + third_party/catapult/third_party/html5lib-1.1
329 + third_party/catapult/third_party/polymer
330 + third_party/catapult/third_party/six
331 + third_party/catapult/tracing/third_party/d3
332 + third_party/catapult/tracing/third_party/gl-matrix
333 + third_party/catapult/tracing/third_party/jpeg-js
334 + third_party/catapult/tracing/third_party/jszip
335 + third_party/catapult/tracing/third_party/mannwhitneyu
336 + third_party/catapult/tracing/third_party/oboe
337 + third_party/catapult/tracing/third_party/pako
338 + third_party/ced
339 + third_party/cld_3
340 + third_party/closure_compiler
341 + third_party/crashpad
342 + third_party/crashpad/crashpad/third_party/lss
343 + third_party/crashpad/crashpad/third_party/zlib
344 + third_party/crc32c
345 + third_party/cros_system_api
346 + third_party/dav1d
347 + third_party/dawn
348 + third_party/dawn/third_party/khronos
349 + third_party/dawn/third_party/tint
350 + third_party/depot_tools
351 + third_party/devscripts
352 + third_party/devtools-frontend
353 + third_party/devtools-frontend/src/front_end/third_party/acorn
354 + third_party/devtools-frontend/src/front_end/third_party/axe-core
355 + third_party/devtools-frontend/src/front_end/third_party/chromium
356 + third_party/devtools-frontend/src/front_end/third_party/codemirror
357 + third_party/devtools-frontend/src/front_end/third_party/diff
358 + third_party/devtools-frontend/src/front_end/third_party/i18n
359 + third_party/devtools-frontend/src/front_end/third_party/intl-messageformat
360 + third_party/devtools-frontend/src/front_end/third_party/lighthouse
361 + third_party/devtools-frontend/src/front_end/third_party/lit-html
362 + third_party/devtools-frontend/src/front_end/third_party/lodash-isequal
363 + third_party/devtools-frontend/src/front_end/third_party/marked
364 + third_party/devtools-frontend/src/front_end/third_party/puppeteer
365 + third_party/devtools-frontend/src/front_end/third_party/wasmparser
366 + third_party/devtools-frontend/src/test/unittests/front_end/third_party/i18n
367 + third_party/devtools-frontend/src/third_party
368 + third_party/dom_distiller_js
369 + third_party/eigen3
370 + third_party/emoji-segmenter
371 + third_party/farmhash
372 + third_party/fdlibm
373 + third_party/fft2d
374 + third_party/flatbuffers
375 + third_party/freetype
376 + third_party/fusejs
377 + third_party/highway
378 + third_party/libgifcodec
379 + third_party/liburlpattern
380 + third_party/libzip
381 + third_party/gemmlowp
382 + third_party/google_input_tools
383 + third_party/google_input_tools/third_party/closure_library
384 + third_party/google_input_tools/third_party/closure_library/third_party/closure
385 + third_party/googletest
386 + third_party/hunspell
387 + third_party/iccjpeg
388 + third_party/inspector_protocol
389 + third_party/jinja2
390 + third_party/jsoncpp
391 + third_party/jstemplate
392 + third_party/khronos
393 + third_party/leveldatabase
394 + third_party/libXNVCtrl
395 + third_party/libaddressinput
396 + third_party/libaom
397 + third_party/libaom/source/libaom/third_party/fastfeat
398 + third_party/libaom/source/libaom/third_party/vector
399 + third_party/libaom/source/libaom/third_party/x86inc
400 + third_party/libavif
401 + third_party/libgav1
402 + third_party/libjingle
403 + third_party/libjxl
404 + third_party/libphonenumber
405 + third_party/libsecret
406 + third_party/libsrtp
407 + third_party/libsync
408 + third_party/libudev
409 + third_party/libva_protected_content
410 + third_party/libvpx
411 + third_party/libvpx/source/libvpx/third_party/x86inc
412 + third_party/libwebm
413 + third_party/libx11
414 + third_party/libxcb-keysyms
415 + third_party/libxml/chromium
416 + third_party/libyuv
417 + third_party/llvm
418 + third_party/lottie
419 + third_party/lss
420 + third_party/lzma_sdk
421 + third_party/mako
422 + third_party/maldoca
423 + third_party/maldoca/src/third_party/tensorflow_protos
424 + third_party/maldoca/src/third_party/zlibwrapper
425 + third_party/markupsafe
426 + third_party/mesa
427 + third_party/metrics_proto
428 + third_party/minigbm
429 + third_party/modp_b64
430 + third_party/nasm
431 + third_party/nearby
432 + third_party/neon_2_sse
433 + third_party/node
434 + third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2
435 + third_party/one_euro_filter
436 + third_party/opencv
437 + third_party/openscreen
438 + third_party/openscreen/src/third_party/mozilla
439 + third_party/openscreen/src/third_party/tinycbor/src/src
440 + third_party/ots
441 + third_party/pdfium
442 + third_party/pdfium/third_party/agg23
443 + third_party/pdfium/third_party/base
444 + third_party/pdfium/third_party/bigint
445 + third_party/pdfium/third_party/freetype
446 + third_party/pdfium/third_party/lcms
447 + third_party/pdfium/third_party/libopenjpeg20
448 + third_party/pdfium/third_party/libpng16
449 + third_party/pdfium/third_party/libtiff
450 + third_party/pdfium/third_party/skia_shared
451 + third_party/perfetto
452 + third_party/perfetto/protos/third_party/chromium
453 + third_party/pffft
454 + third_party/ply
455 + third_party/polymer
456 + third_party/private-join-and-compute
457 + third_party/private_membership
458 + third_party/protobuf
459 + third_party/protobuf/third_party/six
460 + third_party/pyjson5
461 + third_party/qcms
462 + third_party/rnnoise
463 + third_party/s2cellid
464 + third_party/securemessage
465 + third_party/shell-encryption
466 + third_party/simplejson
467 + third_party/skia
468 + third_party/skia/include/third_party/skcms
469 + third_party/skia/include/third_party/vulkan
470 + third_party/skia/third_party/skcms
471 + third_party/skia/third_party/vulkan
472 + third_party/smhasher
473 + third_party/snappy
474 + third_party/sqlite
475 + third_party/swiftshader
476 + third_party/swiftshader/third_party/astc-encoder
477 + third_party/swiftshader/third_party/llvm-subzero
478 + third_party/swiftshader/third_party/marl
479 + third_party/swiftshader/third_party/subzero
480 + third_party/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1
481 + third_party/tcmalloc
482 + third_party/tensorflow-text
483 + third_party/tflite
484 + third_party/tflite/src/third_party/eigen3
485 + third_party/tflite/src/third_party/fft2d
486 + third_party/tflite-support
487 + third_party/ruy
488 + third_party/six
489 + third_party/ukey2
490 + third_party/unrar
491 + third_party/usrsctp
492 + third_party/utf
493 + third_party/vulkan
494 + third_party/web-animations-js
495 + third_party/webdriver
496 + third_party/webgpu-cts
497 + third_party/webrtc
498 + third_party/webrtc/common_audio/third_party/ooura
499 + third_party/webrtc/common_audio/third_party/spl_sqrt_floor
500 + third_party/webrtc/modules/third_party/fft
501 + third_party/webrtc/modules/third_party/g711
502 + third_party/webrtc/modules/third_party/g722
503 + third_party/webrtc/rtc_base/third_party/base64
504 + third_party/webrtc/rtc_base/third_party/sigslot
505 + third_party/widevine
506 + third_party/woff2
507 + third_party/wuffs
508 + third_party/x11proto
509 + third_party/xcbproto
510 + third_party/zxcvbn-cpp
511 + third_party/zlib/google
512 + url/third_party/mozilla
513 + v8/src/third_party/siphash
514 + v8/src/third_party/valgrind
515 + v8/src/third_party/utf8-decoder
516 + v8/third_party/inspector_protocol
517 + v8/third_party/v8
518 +
519 + # gyp -> gn leftovers
520 + base/third_party/libevent
521 + third_party/speech-dispatcher
522 + third_party/usb_ids
523 + third_party/xdg-utils
524 + )
525 + if ! use system-ffmpeg; then
526 + keeplibs+=( third_party/ffmpeg third_party/opus )
527 + fi
528 + if ! use system-icu; then
529 + keeplibs+=( third_party/icu )
530 + fi
531 + if use system-harfbuzz; then
532 + keeplibs+=( third_party/harfbuzz-ng/utils )
533 + else
534 + keeplibs+=( third_party/harfbuzz-ng )
535 + fi
536 + if use wayland && ! use headless ; then
537 + keeplibs+=( third_party/wayland )
538 + fi
539 + if [[ ${CHROMIUM_FORCE_LIBCXX} == yes ]]; then
540 + keeplibs+=( third_party/libxml )
541 + keeplibs+=( third_party/libxslt )
542 + keeplibs+=( third_party/openh264 )
543 + keeplibs+=( third_party/re2 )
544 + if use system-icu; then
545 + keeplibs+=( third_party/icu )
546 + fi
547 + fi
548 + if use arm64 || use ppc64 ; then
549 + keeplibs+=( third_party/swiftshader/third_party/llvm-10.0 )
550 + fi
551 + # we need to generate ppc64 stuff because upstream does not ship it yet
552 + # it has to be done before unbundling.
553 + if use ppc64; then
554 + pushd third_party/libvpx >/dev/null || die
555 + mkdir -p source/config/linux/ppc64 || die
556 + ./generate_gni.sh || die
557 + popd >/dev/null || die
558 + fi
559 +
560 + # Remove most bundled libraries. Some are still needed.
561 + build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove || die
562 +
563 + if use js-type-check; then
564 + ln -s "${EPREFIX}"/usr/bin/java third_party/jdk/current/bin/java || die
565 + fi
566 +
567 + # bundled eu-strip is for amd64 only and we don't want to pre-stripped binaries
568 + mkdir -p buildtools/third_party/eu-strip/bin || die
569 + ln -s "${EPREFIX}"/bin/true buildtools/third_party/eu-strip/bin/eu-strip || die
570 +}
571 +
572 +src_configure() {
573 + # Calling this here supports resumption via FEATURES=keepwork
574 + python_setup
575 +
576 + local myconf_gn=""
577 +
578 + # Make sure the build system will use the right tools, bug #340795.
579 + tc-export AR CC CXX NM
580 +
581 + if [[ ${CHROMIUM_FORCE_CLANG} == yes ]] && ! tc-is-clang; then
582 + # Force clang since gcc is pretty broken at the moment.
583 + CC=${CHOST}-clang
584 + CXX=${CHOST}-clang++
585 + strip-unsupported-flags
586 + fi
587 +
588 + if tc-is-clang; then
589 + myconf_gn+=" is_clang=true clang_use_chrome_plugins=false"
590 + else
591 + if [[ ${CHROMIUM_FORCE_LIBCXX} == yes ]]; then
592 + die "Compiling with sys-libs/libcxx requires clang."
593 + fi
594 + myconf_gn+=" is_clang=false"
595 + fi
596 +
597 + # Define a custom toolchain for GN
598 + myconf_gn+=" custom_toolchain=\"//build/toolchain/linux/unbundle:default\""
599 +
600 + if tc-is-cross-compiler; then
601 + tc-export BUILD_{AR,CC,CXX,NM}
602 + myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:host\""
603 + myconf_gn+=" v8_snapshot_toolchain=\"//build/toolchain/linux/unbundle:host\""
604 + else
605 + myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:default\""
606 + fi
607 +
608 + # GN needs explicit config for Debug/Release as opposed to inferring it from build directory.
609 + myconf_gn+=" is_debug=false"
610 +
611 + # enable DCHECK with USE=debug only, increases chrome binary size by 30%, bug #811138.
612 + # DCHECK is fatal by default, make it configurable at runtime, #bug 807881.
613 + myconf_gn+=" dcheck_always_on=$(usex debug true false)"
614 + myconf_gn+=" dcheck_is_configurable=$(usex debug true false)"
615 +
616 + # Component build isn't generally intended for use by end users. It's mostly useful
617 + # for development and debugging.
618 + myconf_gn+=" is_component_build=$(usex component-build true false)"
619 +
620 + # Disable nacl, we can't build without pnacl (http://crbug.com/269560).
621 + myconf_gn+=" enable_nacl=false"
622 +
623 + # Use system-provided libraries.
624 + # TODO: freetype -- remove sources (https://bugs.chromium.org/p/pdfium/issues/detail?id=733).
625 + # TODO: use_system_hunspell (upstream changes needed).
626 + # TODO: use_system_protobuf (bug #525560).
627 + # TODO: use_system_sqlite (http://crbug.com/22208).
628 +
629 + # libevent: https://bugs.gentoo.org/593458
630 + local gn_system_libraries=(
631 + flac
632 + fontconfig
633 + freetype
634 + # Need harfbuzz_from_pkgconfig target
635 + #harfbuzz-ng
636 + libdrm
637 + libjpeg
638 + libpng
639 + libwebp
640 + zlib
641 + )
642 + if use system-ffmpeg; then
643 + gn_system_libraries+=( ffmpeg opus )
644 + fi
645 + if use system-icu; then
646 + gn_system_libraries+=( icu )
647 + fi
648 + if [[ ${CHROMIUM_FORCE_LIBCXX} != yes ]]; then
649 + # unbundle only without libc++, because libc++ is not fully ABI compatible with libstdc++
650 + gn_system_libraries+=( libxml )
651 + gn_system_libraries+=( libxslt )
652 + gn_system_libraries+=( openh264 )
653 + gn_system_libraries+=( re2 )
654 + fi
655 + build/linux/unbundle/replace_gn_files.py --system-libraries "${gn_system_libraries[@]}" || die
656 +
657 + # See dependency logic in third_party/BUILD.gn
658 + myconf_gn+=" use_system_harfbuzz=$(usex system-harfbuzz true false)"
659 +
660 + # Disable deprecated libgnome-keyring dependency, bug #713012
661 + myconf_gn+=" use_gnome_keyring=false"
662 +
663 + # Optional dependencies.
664 + myconf_gn+=" enable_js_type_check=$(usex js-type-check true false)"
665 + myconf_gn+=" enable_hangout_services_extension=$(usex hangouts true false)"
666 + myconf_gn+=" enable_widevine=$(usex widevine true false)"
667 + myconf_gn+=" use_cups=$(usex cups true false)"
668 + myconf_gn+=" use_kerberos=$(usex kerberos true false)"
669 + myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)"
670 + myconf_gn+=" use_vaapi=$(usex vaapi true false)"
671 + myconf_gn+=" rtc_use_pipewire=$(usex screencast true false)"
672 +
673 + # TODO: link_pulseaudio=true for GN.
674 +
675 + myconf_gn+=" disable_fieldtrial_testing_config=true"
676 +
677 + # Never use bundled gold binary. Disable gold linker flags for now.
678 + # Do not use bundled clang.
679 + # Trying to use gold results in linker crash.
680 + myconf_gn+=" use_gold=false use_sysroot=false use_custom_libcxx=false"
681 +
682 + # Disable forced lld, bug 641556
683 + myconf_gn+=" use_lld=false"
684 +
685 + # Disable pseudolocales, only used for testing
686 + myconf_gn+=" enable_pseudolocales=false"
687 +
688 + # Disable code formating of generated files
689 + myconf_gn+=" blink_enable_generated_code_formatting=false"
690 +
691 + ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)"
692 + myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)"
693 + myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\""
694 +
695 + # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys .
696 + # Note: these are for Gentoo use ONLY. For your own distribution,
697 + # please get your own set of keys. Feel free to contact chromium@g.o
698 + # for more info. The OAuth2 credentials, however, have been left out.
699 + # Those OAuth2 credentials have been broken for quite some time anyway.
700 + # Instead we apply a patch to use the --oauth2-client-id= and
701 + # --oauth2-client-secret= switches for setting GOOGLE_DEFAULT_CLIENT_ID and
702 + # GOOGLE_DEFAULT_CLIENT_SECRET at runtime. This allows signing into
703 + # Chromium without baked-in values.
704 + local google_api_key="AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc"
705 + myconf_gn+=" google_api_key=\"${google_api_key}\""
706 + local myarch="$(tc-arch)"
707 +
708 + # Avoid CFLAGS problems, bug #352457, bug #390147.
709 + if ! use custom-cflags; then
710 + replace-flags "-Os" "-O2"
711 + strip-flags
712 +
713 + # Debug info section overflows without component build
714 + # Prevent linker from running out of address space, bug #471810 .
715 + if ! use component-build || use x86; then
716 + filter-flags "-g*"
717 + fi
718 +
719 + # Prevent libvpx build failures. Bug 530248, 544702, 546984.
720 + if [[ ${myarch} == amd64 || ${myarch} == x86 ]]; then
721 + filter-flags -mno-mmx -mno-sse2 -mno-ssse3 -mno-sse4.1 -mno-avx -mno-avx2 -mno-fma -mno-fma4
722 + fi
723 + fi
724 +
725 + if [[ ${CHROMIUM_FORCE_LIBCXX} == yes ]]; then
726 + append-flags -stdlib=libc++
727 + append-ldflags -stdlib=libc++
728 + fi
729 +
730 + if [[ $myarch = amd64 ]] ; then
731 + myconf_gn+=" target_cpu=\"x64\""
732 + ffmpeg_target_arch=x64
733 + elif [[ $myarch = x86 ]] ; then
734 + myconf_gn+=" target_cpu=\"x86\""
735 + ffmpeg_target_arch=ia32
736 +
737 + # This is normally defined by compiler_cpu_abi in
738 + # build/config/compiler/BUILD.gn, but we patch that part out.
739 + append-flags -msse2 -mfpmath=sse -mmmx
740 + elif [[ $myarch = arm64 ]] ; then
741 + myconf_gn+=" target_cpu=\"arm64\""
742 + ffmpeg_target_arch=arm64
743 + elif [[ $myarch = arm ]] ; then
744 + myconf_gn+=" target_cpu=\"arm\""
745 + ffmpeg_target_arch=$(usex cpu_flags_arm_neon arm-neon arm)
746 + elif [[ $myarch = ppc64 ]] ; then
747 + myconf_gn+=" target_cpu=\"ppc64\""
748 + ffmpeg_target_arch=ppc64
749 + else
750 + die "Failed to determine target arch, got '$myarch'."
751 + fi
752 +
753 + # Make sure that -Werror doesn't get added to CFLAGS by the build system.
754 + # Depending on GCC version the warnings are different and we don't want
755 + # the build to fail because of that.
756 + myconf_gn+=" treat_warnings_as_errors=false"
757 +
758 + # Disable fatal linker warnings, bug 506268.
759 + myconf_gn+=" fatal_linker_warnings=false"
760 +
761 + # Bug 491582.
762 + export TMPDIR="${WORKDIR}/temp"
763 + mkdir -p -m 755 "${TMPDIR}" || die
764 +
765 + # https://bugs.gentoo.org/654216
766 + addpredict /dev/dri/ #nowarn
767 +
768 + #if ! use system-ffmpeg; then
769 + if false; then
770 + local build_ffmpeg_args=""
771 + if use pic && [[ "${ffmpeg_target_arch}" == "ia32" ]]; then
772 + build_ffmpeg_args+=" --disable-asm"
773 + fi
774 +
775 + # Re-configure bundled ffmpeg. See bug #491378 for example reasons.
776 + einfo "Configuring bundled ffmpeg..."
777 + pushd third_party/ffmpeg > /dev/null || die
778 + chromium/scripts/build_ffmpeg.py linux ${ffmpeg_target_arch} \
779 + --branding ${ffmpeg_branding} -- ${build_ffmpeg_args} || die
780 + chromium/scripts/copy_config.sh || die
781 + chromium/scripts/generate_gn.py || die
782 + popd > /dev/null || die
783 + fi
784 +
785 + # Chromium relies on this, but was disabled in >=clang-10, crbug.com/1042470
786 + append-cxxflags $(test-flags-CXX -flax-vector-conversions=all)
787 +
788 + # Disable unknown warning message from clang.
789 + tc-is-clang && append-flags -Wno-unknown-warning-option
790 +
791 + # Explicitly disable ICU data file support for system-icu builds.
792 + if use system-icu; then
793 + myconf_gn+=" icu_use_data_file=false"
794 + fi
795 +
796 + # Enable ozone wayland and/or headless support
797 + myconf_gn+=" use_ozone=true ozone_auto_platforms=false"
798 + myconf_gn+=" ozone_platform_headless=true"
799 + myconf_gn+=" ozone_platform_x11=$(usex headless false true)"
800 + if use wayland || use headless; then
801 + if use headless; then
802 + myconf_gn+=" ozone_platform=\"headless\""
803 + myconf_gn+=" use_x11=false"
804 + else
805 + myconf_gn+=" ozone_platform_wayland=true"
806 + myconf_gn+=" use_system_libdrm=true"
807 + myconf_gn+=" use_system_minigbm=true"
808 + myconf_gn+=" use_xkbcommon=true"
809 + myconf_gn+=" ozone_platform=\"wayland\""
810 + fi
811 + else
812 + myconf_gn+=" ozone_platform=\"x11\""
813 + fi
814 +
815 + # Enable official builds
816 + myconf_gn+=" is_official_build=$(usex official true false)"
817 + myconf_gn+=" use_thin_lto=false"
818 + if use official; then
819 + # Allow building against system libraries in official builds
820 + sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
821 + tools/generate_shim_headers/generate_shim_headers.py || die
822 + # Disable CFI: unsupported for GCC, requires clang+lto+lld
823 + myconf_gn+=" is_cfi=false"
824 + # Disable PGO, because profile data is only compatible with >=clang-11
825 + myconf_gn+=" chrome_pgo_phase=0"
826 + fi
827 +
828 + einfo "Configuring Chromium..."
829 + set -- gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release
830 + echo "$@"
831 + "$@" || die
832 +}
833 +
834 +src_compile() {
835 + # Final link uses lots of file descriptors.
836 + ulimit -n 2048
837 +
838 + # Calling this here supports resumption via FEATURES=keepwork
839 + python_setup
840 +
841 + # Don't inherit PYTHONPATH from environment, bug #789021, #812689
842 + local -x PYTHONPATH=
843 +
844 + #"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die
845 +
846 + # Build mksnapshot and pax-mark it.
847 + local x
848 + for x in mksnapshot v8_context_snapshot_generator; do
849 + if tc-is-cross-compiler; then
850 + eninja -C out/Release "host/${x}"
851 + pax-mark m "out/Release/host/${x}"
852 + else
853 + eninja -C out/Release "${x}"
854 + pax-mark m "out/Release/${x}"
855 + fi
856 + done
857 +
858 + # Even though ninja autodetects number of CPUs, we respect
859 + # user's options, for debugging with -j 1 or any other reason.
860 + eninja -C out/Release chrome chromedriver
861 + use suid && eninja -C out/Release chrome_sandbox
862 +
863 + pax-mark m out/Release/chrome
864 +
865 + mv out/Release/chromedriver{.unstripped,} || die
866 +
867 + # Build manpage; bug #684550
868 + sed -e 's|@@PACKAGE@@|chromium-browser|g;
869 + s|@@MENUNAME@@|Chromium|g;' \
870 + chrome/app/resources/manpage.1.in > \
871 + out/Release/chromium-browser.1 || die
872 +
873 + # Build desktop file; bug #706786
874 + sed -e 's|@@MENUNAME@@|Chromium|g;
875 + s|@@USR_BIN_SYMLINK_NAME@@|chromium-browser|g;
876 + s|@@PACKAGE@@|chromium-browser|g;
877 + s|\(^Exec=\)/usr/bin/|\1|g;' \
878 + chrome/installer/linux/common/desktop.template > \
879 + out/Release/chromium-browser-chromium.desktop || die
880 +}
881 +
882 +src_install() {
883 + local CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser"
884 + exeinto "${CHROMIUM_HOME}"
885 + doexe out/Release/chrome
886 +
887 + if use suid; then
888 + newexe out/Release/chrome_sandbox chrome-sandbox
889 + fperms 4755 "${CHROMIUM_HOME}/chrome-sandbox"
890 + fi
891 +
892 + doexe out/Release/chromedriver
893 + doexe out/Release/chrome_crashpad_handler
894 +
895 + ozone_auto_session () {
896 + use wayland && ! use headless && echo true || echo false
897 + }
898 + local sedargs=( -e
899 + "s:/usr/lib/:/usr/$(get_libdir)/:g;
900 + s:@@OZONE_AUTO_SESSION@@:$(ozone_auto_session):g"
901 + )
902 + sed "${sedargs[@]}" "${FILESDIR}/chromium-launcher-r7.sh" > chromium-launcher.sh || die
903 + doexe chromium-launcher.sh
904 +
905 + # It is important that we name the target "chromium-browser",
906 + # xdg-utils expect it; bug #355517.
907 + dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium-browser
908 + # keep the old symlink around for consistency
909 + dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium
910 +
911 + dosym "${CHROMIUM_HOME}/chromedriver" /usr/bin/chromedriver
912 +
913 + # Allow users to override command-line options, bug #357629.
914 + insinto /etc/chromium
915 + newins "${FILESDIR}/chromium.default" "default"
916 +
917 + pushd out/Release/locales > /dev/null || die
918 + chromium_remove_language_paks
919 + popd
920 +
921 + insinto "${CHROMIUM_HOME}"
922 + doins out/Release/*.bin
923 + doins out/Release/*.pak
924 + (
925 + shopt -s nullglob
926 + local files=(out/Release/*.so out/Release/*.so.[0-9])
927 + [[ ${#files[@]} -gt 0 ]] && doins "${files[@]}"
928 + )
929 +
930 + if ! use system-icu; then
931 + doins out/Release/icudtl.dat
932 + fi
933 +
934 + doins -r out/Release/locales
935 + doins -r out/Release/resources
936 + doins -r out/Release/MEIPreload
937 +
938 + if [[ -d out/Release/swiftshader ]]; then
939 + insinto "${CHROMIUM_HOME}/swiftshader"
940 + doins out/Release/swiftshader/*.so
941 + fi
942 +
943 + # Install icons
944 + local branding size
945 + for size in 16 24 32 48 64 128 256 ; do
946 + case ${size} in
947 + 16|32) branding="chrome/app/theme/default_100_percent/chromium" ;;
948 + *) branding="chrome/app/theme/chromium" ;;
949 + esac
950 + newicon -s ${size} "${branding}/product_logo_${size}.png" \
951 + chromium-browser.png
952 + done
953 +
954 + # Install desktop entry
955 + domenu out/Release/chromium-browser-chromium.desktop
956 +
957 + # Install GNOME default application entry (bug #303100).
958 + insinto /usr/share/gnome-control-center/default-apps
959 + newins "${FILESDIR}"/chromium-browser.xml chromium-browser.xml
960 +
961 + # Install manpage; bug #684550
962 + doman out/Release/chromium-browser.1
963 + dosym chromium-browser.1 /usr/share/man/man1/chromium.1
964 +
965 + readme.gentoo_create_doc
966 +}
967 +
968 +pkg_postrm() {
969 + xdg_icon_cache_update
970 + xdg_desktop_database_update
971 +}
972 +
973 +pkg_postinst() {
974 + xdg_icon_cache_update
975 + xdg_desktop_database_update
976 + readme.gentoo_print_elog
977 +
978 + if use vaapi; then
979 + elog "VA-API is disabled by default at runtime. You have to enable it"
980 + elog "by adding --enable-features=VaapiVideoDecoder to CHROMIUM_FLAGS"
981 + elog "in /etc/chromium/default."
982 + fi
983 + if use screencast; then
984 + elog "Screencast is disabled by default at runtime. Either enable it"
985 + elog "by navigating to chrome://flags/#enable-webrtc-pipewire-capturer"
986 + elog "inside Chromium or add --enable-webrtc-pipewire-capturer"
987 + elog "to CHROMIUM_FLAGS in /etc/chromium/default."
988 + fi
989 +}