Package Details: ungoogled-chromium 129.0.6668.58-3

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-25 13: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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 66 Next › Last »

cradcore commented on 2022-01-07 14:44 (UTC)

I'm getting an error when building in xdg_mime: clang: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory

aemonge commented on 2021-12-07 16:24 (UTC)

@qcasey

Thanks! That seamed to start the build, and I don't think it'll fail.

qcasey commented on 2021-12-07 15:56 (UTC)

Try makepkg --help: --cleanbuild Remove $srcdir/ dir before building the package

aemonge commented on 2021-12-07 15:53 (UTC)

@JstKddng

I've just runned makepkg --clean but the same error persists for this command to. Maybe there's something that I'm missing, how else can I clean the build ?

JstKddng commented on 2021-12-07 14:52 (UTC)

@aemonge

You need to do a clean build every time you need to rebuild

aemonge commented on 2021-12-07 11:32 (UTC)

Hi, recent updates broke my chromium with the following errors:

patching file url/url_util.cc
Traceback (most recent call last):
  File "/home/aemonge/lib/ungoogled-chromium-archlinux/src/ungoogled-chromium-96.0.4664.45-1/utils/patches.py", line 25
0, in <module>
    main()
  File "/home/aemonge/lib/ungoogled-chromium-archlinux/src/ungoogled-chromium-96.0.4664.45-1/utils/patches.py", line 24
6, in main
    args.callback(args, parser.error)
  File "/home/aemonge/lib/ungoogled-chromium-archlinux/src/ungoogled-chromium-96.0.4664.45-1/utils/patches.py", line 19
8, in _apply_callback
    apply_patches(
  File "/home/aemonge/lib/ungoogled-chromium-archlinux/src/ungoogled-chromium-96.0.4664.45-1/utils/patches.py", line 13
2, in apply_patches
    subprocess.run(cmd, check=True)
  File "/usr/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/patch', '-p1', '--ignore-whitespace', '-i', '/home/aemonge/lib/ungoo
gled-chromium-archlinux/src/ungoogled-chromium-96.0.4664.45-1/patches/core/ungoogled-chromium/block-trk-and-subdomains.
patch', '-d', '.', '--no-backup-if-mismatch', '--forward']' returned non-zero exit status 1.

JstKddng commented on 2021-12-05 20:06 (UTC)

@doron-cohen

Are you trying to build on /tmp or another tmpfs? Maybe you ran out of ram for the build.

doron-cohen commented on 2021-12-05 19:18 (UTC) (edited on 2021-12-05 19:20 (UTC) by doron-cohen)

Hi! I get a build error:

chromium-96.0.4664.45/url/url_constants.cc: Failed to create dir 'chromium-96.0.4664.45/url'
chromium-96.0.4664.45/url/gurl_fuzzer.dict: Failed to create dir 'chromium-96.0.4664.45/url'
chromium-96.0.4664.45/url/url_canon_etc.cc: Failed to create dir 'chromium-96.0.4664.45/url'
chromium-96.0.4664.45/url/url_canon_path.cc: Failed to create dir 'chromium-96.0.4664.45/url'
bsdtar: Error exit delayed from previous errors.
==> ERROR: Failed to extract chromium-96.0.4664.45.tar.xz
    Aborting...

aura >>= There was a makepkg failure.

There are tons of "Failed to create dir" errors I can't see what perceds it.

JstKddng commented on 2021-11-28 07:07 (UTC)

@reclusivesage

just fixed the issue

@ararhoo

thanks for reporting the issue