Package Details: ungoogled-chromium 131.0.6778.69-2

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: 354
Popularity: 4.92
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2024-11-14 21:49 (UTC)

Required by (136)

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 .. 51 52 53 54 55 56 57 58 59 60 61 .. 66 Next › Last »

nticompass commented on 2018-12-18 17:49 (UTC)

I am getting an error when patching! I'm not sure what happened. I was compiling it with clang/ThinLTO, then got a linker error. I went to remove the ThinLTO flags, and when I tried again I got an error in patching:

2018-12-18 12:46:05,620 - INFO: * Applying add-third-party-ungoogled.patch (74/134)
2018-12-18 12:46:05,620 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/patches/ungoogled-chromium/add-third-party-ungoogled.patch -d . --no-backup-if-mismatch --forward
The next patch would create the file third_party/ungoogled/BUILD.gn,
which already exists!  Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file third_party/ungoogled/ungoogled_switches.cc,
which already exists!  Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file third_party/ungoogled/ungoogled_switches.h,
which already exists!  Skipping patch.
1 out of 1 hunk ignored
2018-12-18 12:46:05,622 - ERROR: Unexpected exception caught.
Traceback (most recent call last):
  File "/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/buildkit/cli.py", line 384, in main
    args.callback(args=args)
  File "/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/buildkit/cli.py", line 232, in _apply_callback
    patch_bin_path=args.patch_bin)
  File "/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/buildkit/patches.py", line 95, in apply_patches
    subprocess.run(cmd, check=True)
  File "/usr/lib/python3.7/subprocess.py", line 481, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/usr/bin/patch', '-p1', '--ignore-whitespace', '-i', '/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/patches/ungoogled-chromium/add-third-party-ungoogled.patch', '-d', '.', '--no-backup-if-mismatch', '--forward']' returned non-zero exit status 1.
==> ERROR: A failure occurred in prepare().
    Aborting...
2018-12-18 12:46:05,639 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/nticompass/.cache/aurman/ungoogled-chromium

seppia commented on 2018-12-16 09:28 (UTC)

@tuborg thanks, I'll check for other missing dependencies in a clean environment and add them all together if others are found.

@Yorper I'm sorry but that is not how flags should be passed to make in PKGBUILDs unless there are specific requirements. Adding make flags directly in PKGBUILD overrides the user set MAKEFLASG so, again, this is not good unless the override is stricly needed. Anyway this could be better for you but worse for most because of the much increased memory need, and resources in general, of a multithreaded build. You should set that in your makepkg.conf. Please read this section of the wiki https://wiki.archlinux.org/index.php/Makepkg#Parallel_compilation

Yorper commented on 2018-12-16 00:36 (UTC) (edited on 2018-12-16 00:38 (UTC) by Yorper)

Just an idea to help with compilation speeds...

Change line 104 of the pkgbuild from "make -C chromium-launcher-$_launcher_ver" to "make -j$(nproc) -C chromium-launcher-$_launcher_ver"

Then it'll use all cores of the CPU.

tuborg commented on 2018-12-14 01:15 (UTC) (edited on 2018-12-14 13:13 (UTC) by tuborg)

jsoncpp is now a build dependency with version 71.0.3578.98-1

Build failure log snippit (this happens at "Configuring Chromium" stage):

"Package jsoncpp was not found in the pkg-config search path. Perhaps you should add the directory containing `jsoncpp.pc' to the PKG_CONFIG_PATH environment variable Package 'jsoncpp', required by 'virtual:world', not found Could not run pkg-config.

See //third_party/jsoncpp/BUILD.gn:7:1: whence it was called."

Installing extra/jsoncpp resolves issue. Edit: It builds, thanks for your work!

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

Ranguvar commented on 2018-12-10 22:11 (UTC)

Fails to run with new libfdk-aac (v2), also fails to rebuild.

http://ix.io/1vL3

milaxnuts commented on 2018-12-06 20:35 (UTC) (edited on 2018-12-07 09:08 (UTC) by milaxnuts)

ungoogled-chromium-bin
offers pre-built binaries with inox-patchset and various other patches
via https://github.com/gcarq/inox-patchset#download

seppia commented on 2018-11-06 12:14 (UTC)

@florensie well you most likely have upgraded libicu to a new version and need to rebuilid ungoogled-chromium to link it to the new library version.

florensie commented on 2018-11-06 10:26 (UTC)

I'm suddenly getting this when I try to start chromium:

/usr/lib/chromium/chromium: error while loading shared libraries: libicui18n.so.62: cannot open shared object file: No such file or directory

gcarq commented on 2018-11-05 18:59 (UTC)

I'm stepping back as maintainer for inox and inox-bin because lack of time. Feel free to adopt them.