Search Criteria
Package Details: chromium-dev 126.0.6423.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/chromium-dev.git (read-only, click to copy) |
---|---|
Package Base: | chromium-dev |
Description: | The open-source project behind Google Chrome (Dev Channel) |
Upstream URL: | http://www.chromium.org |
Keywords: | browser web |
Licenses: | BSD |
Submitter: | None |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 158 |
Popularity: | 0.003279 |
First Submitted: | 2010-05-17 09:04 (UTC) |
Last Updated: | 2024-04-21 19:18 (UTC) |
Dependencies (84)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- expat (expat-gitAUR)
- flac (flac-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- harfbuzz (harfbuzz-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdbus-1.so (dbus-gitAUR, dbus-selinuxAUR, libdbus-minimalAUR, dbus, lib32-dbus)
- libdrm (libdrm-gitAUR)
- libexpat.so (expat-gitAUR, expat, lib32-expat)
- libffi (libffi-gitAUR)
- libffi.so (libffi-gitAUR, lib32-libffi, libffi)
- libFLAC.so (flac-gitAUR, flac, lib32-flac)
- libfontconfig.so (fontconfig-gitAUR, fontconfig-ubuntuAUR, fontconfig, lib32-fontconfig)
- Show 64 more dependencies...
Required by (0)
Sources (13)
- chromium-dev.svg
- chromium-qt6.patch
- chromium
- copy_config.base64
- gclient_args.gni
- git+https://chromium.googlesource.com/chromium/tools/depot_tools.git#branch=main
- git+https://github.com/foutrelis/chromium-launcher.git
- https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-111-InkDropHost-crash.patch
- https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-117-system-zstd.patch
- https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-124-libwebp-shim-sharpyuv.patch
- https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-cross-compile.patch
- system-opus.diff
- use-oauth2-client-switches-as-default.patch
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 152 Next › Last »
DAC324 commented on 2022-09-26 11:23 (UTC)
With
clang_use_chrome_plugins=true
I get the followingclang
crash:sl1pkn07 commented on 2022-09-25 19:33 (UTC)
simply build. nothing special
have you problems?
DAC324 commented on 2022-09-25 19:30 (UTC) (edited on 2022-09-25 19:33 (UTC) by DAC324)
@sl1pkn07 How did you manage to get this version compiled with bundled
clang
andclang_use_chrome_plugins=true
?See also https://bugs.chromium.org/p/chromium/issues/detail?id=1350751
DAC324 commented on 2022-06-22 08:11 (UTC) (edited on 2022-09-25 19:36 (UTC) by DAC324)
Nevermind. Looks like
enable_nacl=true
adds some comprehensive testing if'disable_fieldtrial_testing_config=false'
- in addition to the tests performed for the browser.I had
disable_fieldtrial_testing_config=false
due to a misunderstanding on my side as I thought it might be related to enablingVAAPIVideoDecoder
but that's not the case.So you can safely keep
'disable_fieldtrial_testing_config=true'
With that, you can build
chromium
with Native Client enabled and working (just tested it with one of the SSH extensions).sl1pkn07 commented on 2022-06-21 18:31 (UTC) (edited on 2022-06-21 18:32 (UTC) by sl1pkn07)
another hidden dependency. great
and yes. working. at least, in my pc
greetings
DAC324 commented on 2022-06-21 18:22 (UTC)
Set icu to be using the bundled version. Chromium still does not build when
enable_nacl
is set totrue
:DAC324 commented on 2022-06-21 15:58 (UTC)
OK, Thank you very much. Looks like there are more and more components that cannot be unbundled anymore.
I predict
chromium
will soon be likeemacs
[1] but here we can sayChrome/Chromium? Yes, they are great operating systems! All they are lacking is a decent browser :D
[1] https://news.ycombinator.com/item?id=7978048
sl1pkn07 commented on 2022-06-21 14:26 (UTC)
As i put in the pkgbuild. nacl needs bundles ICU instead of system ones
DAC324 commented on 2022-06-21 14:24 (UTC) (edited on 2022-06-21 14:25 (UTC) by DAC324)
I have just seen that the following statements have been added to
PKGBUILD
to enable building the Native Client:Was anybody successful yet in enabling Native Client? Reason I am asking is that the NaCl build process ignores $CFLAGS, using its own set of compiler flags. As such,
-I/usr/include
is ignored as well, resulting in the NaCl build process being unable to find system headers:« First ‹ Previous 1 2 3 4 5 6 7 .. 152 Next › Last »