Package Details: ungoogled-chromium 131.0.6778.85-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: 352
Popularity: 4.12
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2024-11-20 21:14 (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 .. 53 54 55 56 57 58 59 60 61 62 63 .. 66 Next › Last »

<deleted-account> commented on 2018-10-13 01:09 (UTC)

Hey aur users, $maintainer here.

So, since some people has said that they want hardware acceleration and this package doesn't provide it, you can download this binary built by me.

https://twistcloud.uk/index.php/s/adqt7srry8YYiTY/download

I didn't put anything malicious there btw. Of course, you will have to trust me lol.

The sha256 sum of the file is:

c1fa752a0429290053dafeea77d5717c8ed8ce9b25845497945d8a115c63df2d

In order to enable hardware acceleration with VA-API you need to follow this instructions:

https://wiki.archlinux.org/index.php/Chromium#Hardware_video_acceleration

TankMissile commented on 2018-09-17 05:00 (UTC) (edited on 2018-09-17 05:02 (UTC) by TankMissile)

@cybrid I got it compiling by setting ninja options -j and -l to half the number of cores on my machine. You can obtain the number of cores on your machine using the nproc command. For instance, If you have 4 cores, it would be ninja -j 2 -l 2. I'm hoping a more permanent solution can be found. If you run into other errors, try generating a PKGBUILD using the get_package.py script on the git.

cybrid commented on 2018-09-16 15:37 (UTC)

Build process freezes my whole PC at browser_jumbo_8.o (as previously reported by TankMissile) Is there a way to mitigate this somehow?

dreieck commented on 2018-09-07 13:32 (UTC)

Can you change provides=('chromium' to provides=("chromium=${pkgver}")?

sputnick commented on 2018-08-19 21:15 (UTC)

I have a build python error : https://pastebin.com/raw/Qdk62WZZ

ilikenwf commented on 2018-08-12 21:27 (UTC)

@seppia if you could please add -fno-fast-math to CPPFLAGS and CXXFLAGS, it will prevent people with it enabled by default from encountering build errors when we build sqlite.

TankMissile commented on 2018-07-02 23:09 (UTC) (edited on 2018-07-05 04:49 (UTC) by TankMissile)

ninja with default options consumes an enormous amount of ram when compiling the _jumbo.obj files, causing the entire system to hang until the build process is killed.

Larf commented on 2018-06-24 23:21 (UTC) (edited on 2018-06-24 23:27 (UTC) by Larf)

version 67 works with the pkgbuild created from the git repo other than the sums. they have to be recreated.<br> the changes are created with diff -u and uploaded here: https://ptpb.pw/Bez1 doesnt look too complicated. have fun and thank you for maintaining!

solnce commented on 2018-05-16 09:42 (UTC)

@bm456: Looks like you are correct. Thanks!