Package Details: ungoogled-chromium 131.0.6778.264-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: 353
Popularity: 3.68
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2025-01-09 17:44 (UTC)

Dependencies (49)

Required by (135)

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 .. 35 36 37 38 39 40 41 42 43 44 45 .. 66 Next › Last »

<deleted-account> commented on 2020-04-30 22:46 (UTC)

@seppia I have compiled this new version and VAAPI is back working.

this is the only warning I get and it show once per video ERROR:vaapi_video_decode_accelerator.cc(740)] : Failed to allocate memory for a VaapiPicture

lunainvictum commented on 2020-04-30 15:59 (UTC)

Getting Segmentation fault from clang++ at 4679/38522. Cant build :/

seppia commented on 2020-04-27 19:26 (UTC)

@Rowisi libopenjpeg issue is still not clear what is caused by so we'll keep the fix for now. About hw acceleration I would geuess this could not entirely depend on new chromium (and/or ungoogled) releases but I might be completely wrong.

<deleted-account> commented on 2020-04-27 06:58 (UTC)

@seppia Well, I think I was wrong, the latest version has broken VAAPI for Intel and AMD gpu.

<deleted-account> commented on 2020-04-27 05:09 (UTC)

@seppia I just compiled ungoogled chromium from the github repo and it works fine.

sed -i '/use_system_libopenjpeg2=true/d' "out/Default/args.gn" is still needed.

seppia commented on 2020-04-26 11:20 (UTC)

@arch-dev Archlinux patchset was broken with new chromium versions. I was wating for a pull request which should fix it to be merged. It has been merged less than a day ago. I'll test it and update soon.

Anyway please consider that even if a new version of ungoogled-chromium is released, it need a bit of extra testing and configuration for it to be buildable and functional on archlinux. This configuration is almost completely made on dedicated ungoogled-chromium-archlinux repository on github. This process may take time. As I recently said, if the needed fix is minor I will add it to the PKGBUILD, if not, I will wait for official configurations and patches to be updated.

arch-dev commented on 2020-04-26 10:29 (UTC)

@seppia: This package is 4 releases behind the upstream. Can you please update it?

eita commented on 2020-04-25 08:44 (UTC)

Hi, I have a question why it build too long ? Thank you.

nathanielcwm commented on 2020-04-25 07:59 (UTC)

Maybe you should try using ccache?

Jojosh commented on 2020-04-12 04:16 (UTC)

@JstKddng After 12 hours of building I can confirm that this helped. Thank you.