Package Details: ungoogled-chromium 129.0.6668.58-1

Git Clone URL: https://aur.archlinux.org/ungoogled-chromium.git (read-only, click to copy)
Package Base: ungoogled-chromium
Description: A lightweight approach to removing Google web service dependency
Upstream URL: https://github.com/ungoogled-software/ungoogled-chromium
Keywords: blink browser privacy web
Licenses: BSD-3-Clause
Conflicts: chromedriver, chromium
Provides: chromedriver, chromium
Submitter: ilikenwf
Maintainer: JstKddng (networkException)
Last Packager: networkException
Votes: 349
Popularity: 1.50
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2024-09-22 18:34 (UTC)

Dependencies (49)

Required by (131)

Sources (14)

Pinned Comments

JstKddng commented on 2022-05-06 14:37 (UTC) (edited on 2022-06-27 13:48 (UTC) by JstKddng)

A new va-api patch for wayland has been added. Required flags for it to work are the following, thanks to @acidunit

--disable-features=UseChromeOSDirectVideoDecoder
--enable-hardware-overlays

JstKddng commented on 2020-07-19 06:34 (UTC)

You can get prebuilt binaries here:

https://github.com/ungoogled-software/ungoogled-chromium-archlinux#binary-downloads

seppia commented on 2018-12-12 21:34 (UTC)

Please do NOT flag this package as out of date in relation to official chromium releases.

This is NOT Google Chromium and new releases come after additional work of the ungoogled-chromium contributors, so they may not be ready, nor available for days or even weeks after a new version of official chromium is released.

Please refer to https://github.com/Eloston/ungoogled-chromium/tags for ungoogled-chromium releases. Use those and please flag this package as out of date only if a newer release is present there. I will update the PKGBUILD as soon as I can every time a new release comes out.

Thanks

Latest Comments

« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 66 Next › Last »

SArchB commented on 2020-05-10 07:58 (UTC)

My build keeps failing with:

_=  -D__TIMESTAMP__= -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno- 
builtin-macro-redefined -Wno-unknown-warning-option -c 
../../components/autofill/core/browser/address_rewriter.cc -o 
obj/components/autofill/core/browser/browser/address_rewriter.o
../../components/autofill/core/browser/address_rewriter.cc:60:11: error: no 
member named 'set_utf8' in 're2::RE2::Options'
  options.set_utf8(true);
  ~~~~~~~ ^
1 error generated.
[25906/38522] CXX 
obj/components/autofill/core/browser/browser/autocomplete_history_manager.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
Error making: ungoogled-chromium

zocker_160 commented on 2020-05-09 09:34 (UTC)

@nathanielcwm I cannot reproduce the issue on my end, it does build just fine for me. See my build log here

nathanielcwm commented on 2020-05-06 07:00 (UTC)

I don't have any patching issues but I keep on running into build errors now.

https://github.com/ungoogled-software/ungoogled-chromium-archlinux/issues/75

neeks commented on 2020-05-05 16:38 (UTC)

@jfk try this patch from the ungoogled-chromium-git packpage instead: https://aur.archlinux.org/cgit/aur.git/tree/icu67.patch?h=ungoogled-chromium-git&id=6556105ef13b0bf9a0836e36736c36b9e72b2bdd

tpaniaki commented on 2020-05-05 15:49 (UTC)

@neeks @volfyd, still got the same hunk failures. Has the last update taken this into account?

<deleted-account> commented on 2020-05-05 10:14 (UTC)

@Megumi_fox I know, It has additional VAAPI patches that doesn't exist in this AUR. Its actually a combination of this package and chromium-vaapi. I personally need those patches to make VAAPI work and I don't know why those patches weren't added in ungoogled-chromium-archlinux github repo.

Megumi_fox commented on 2020-05-05 09:14 (UTC)

@Rowisi this package in ArchlinuxCN is not maintained by Felix Yan. And PKGBUILD has difference between ArchlinuxCN and AUR, more detail can see here

<deleted-account> commented on 2020-05-05 07:51 (UTC)

If someone failed to compile this package he can use ArchlinuxCN It is maintained by a group of people including Felix Yan an Archlinux developper.

neeks commented on 2020-05-05 06:43 (UTC)

good catch @volfyd and apologizes @jfk -- wrote it post-fail and didn't realize the original I was patching had domain-substitutions already applied

volfyd commented on 2020-05-05 00:59 (UTC) (edited on 2020-05-05 01:37 (UTC) by volfyd)

@jfk, if you edit the @neeks patch changing the line

 // See https://bugs.chromium.org/p/v8/issues/detail?id=8641

to

 // See https://bugs.ch40m1um.qjz9zk/p/v8/issues/detail?id=8641

it should apply, and I just managed to recompile chromium with that patch successfully.