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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 66 Next › Last »

cartesius commented on 2021-05-18 11:54 (UTC)

@A520 Confirmed. Currently downgraded gcc and gcc-libs back to 10 until gcc 11 is more prevalent.

A520 commented on 2021-05-18 11:38 (UTC) (edited on 2021-05-18 11:40 (UTC) by A520)

@networkException It still fails even with the patch:



In file included from ../../sql/recover_module/module.cc:17:
../../sql/recover_module/cursor.h:65:5: error: static_assert failed due to requirement 'std::is_standard_layout<sql::recover::VirtualCursor>::value' "needed for the reinterpret_cast below"
    static_assert(std::is_standard_layout<VirtualCursor>::value,
    ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[15540/47493] CXX obj/sql/sql/table.o
FAILED: obj/sql/sql/table.o

In file included from ../../sql/recover_module/table.cc:11:
../../sql/recover_module/cursor.h:65:5: error: static_assert failed due to requirement 'std::is_standard_layout<sql::recover::VirtualCursor>::value' "needed for the reinterpret_cast below"
    static_assert(std::is_standard_layout<VirtualCursor>::value,
    ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[15550/47493] CXX obj/sql/sql/sql_memory_dump_provider.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
:: Packages failed to build: ungoogled-chromium-90.0.4430.212-

networkException commented on 2021-05-17 20:27 (UTC)

@cartesius The chromium-90-ruy-include patch seems to be required now (see https://github.com/ungoogled-software/ungoogled-chromium-archlinux/commit/1453d87fe8ced77bd6e28b7b149f4af16bc7463a)

cartesius commented on 2021-05-17 14:03 (UTC)

Missing

#include <limits>

in

ungoogled-chromium/src/chromium-90.0.4430.212/third_party/ruy/src/ruy/block_map.cc

fails otherwise after recent upgrade to GCC 11 (stdlib).

eq891 commented on 2021-05-03 11:38 (UTC)

Thanks for your hard work.

JstKddng commented on 2021-05-02 18:30 (UTC)

@eimis

yeah, seems like more CFLAGS were added with a recent pacman upgrade so I'm removing them in the PKGBUILD to have it build at least. Once I get a succesfull build from the OBS I'll update here.

eimis commented on 2021-05-02 18:26 (UTC)

just compiled 90.0.4430.85-1 with -march=native -mtune=native -O2 and everything is great.

@JstKddng I really appreciate all your effort. ☮

eq891 commented on 2021-05-02 15:52 (UTC)

@JstKddng Is it because you updated PKGBUILD to .85 instead of .93?

eq891 commented on 2021-05-02 15:51 (UTC)

Now I also get this error although I use latest docker image to build.

JstKddng commented on 2021-05-02 14:15 (UTC)

@eq891

I'm still alive here, I just talk more on github. I have the update to v90 available but with this compilation problem I don't see a reason to update until it can be fixed.