Package Details: ungoogled-chromium 124.0.6367.60-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: seppia (JstKddng)
Last Packager: JstKddng
Votes: 343
Popularity: 4.39
First Submitted: 2016-12-19 08:08 (UTC)
Last Updated: 2024-04-24 04:38 (UTC)

Required by (119)

Sources (12)

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 .. 54 55 56 57 58 59 60 61 62 63 64 Next › Last »

ShatterGlass commented on 2017-07-13 14:03 (UTC)

Fails to build. Log files. Prepare https://paste.pound-python.org/show/z18nQxng3IKsHtfoNWe0/ Build https://paste.pound-python.org/show/4b0j6Sskv2FO6Sui9Su0/

stan commented on 2017-07-05 06:39 (UTC)

Can anyone update this package? Ungoogled-chromium 58 is out.

hollunder commented on 2017-06-01 09:33 (UTC)

Fails to build. I tried it on another machine, can't copy the exact error. It seems the problem occurs when building v8.

xsmile commented on 2017-05-13 20:19 (UTC)

Missing dependency: re2

nucleos commented on 2017-05-09 16:15 (UTC)

Can't install. This error: [4510/25047] CXX obj/base/i18n/case_conversion.o FAILED: obj/base/i18n/case_conversion.o g++ -MMD -MF obj/base/i18n/case_conversion.o.d -DBASE_I18N_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DDISABLE_NACL -DUSE_PROPRIETARY_CODECS -DCHROMIUM_BUILD -DENABLE_MEDIA_ROUTER=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DUSING_SYSTEM_ICU=1 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC -I../.. -Igen -Igen/shim_headers/icui18n_shim -Igen/shim_headers/icuuc_shim -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../../third_party/ced/src -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pipe -m64 -march=x86-64 -pthread -Wall -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -g0 -fvisibility=hidden -O2 -fno-ident -fdata-sections -ffunction-sections -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -fno-delete-null-pointer-checks -Wno-narrowing -fno-rtti -fno-exceptions -c ../../base/i18n/case_conversion.cc -o obj/base/i18n/case_conversion.o ../../base/i18n/case_conversion.cc: In function ‘base::string16 base::i18n::{anonymous}::CaseMap(base::StringPiece16, base::i18n::{anonymous}::CaseMapperFunction)’: ../../base/i18n/case_conversion.cc:67:9: error: invalid conversion from ‘__gnu_cxx::__alloc_traits<std::allocator<short unsigned int> >::value_type* {aka short unsigned int*}’ to ‘UChar* {aka char16_t*}’ [-fpermissive] &dest[0], saturated_cast<int32_t>(dest.size()), ../../base/i18n/case_conversion.cc:68:20: error: invalid conversion from ‘const value_type* {aka const short unsigned int*}’ to ‘const UChar* {aka const char16_t*}’ [-fpermissive] string.data(), saturated_cast<int32_t>(string.size()), ~~~~~~~~~~~^~ [4511/25047] CXX obj/base/i18n/char_iterator.o [4512/25047] CXX obj/third_party/flatbuffers/compiler_files/reflection.o [4513/25047] CXX obj/third_party/flatbuffers/flatc/flatc.o [4514/25047] ACTION //third_party/catapult/tracing:generate_about_tracing(//build/toolchain/linux:x64) [4515/25047] CXX obj/third_party/flatbuffers/compiler_files/idl_parser.o ninja: build stopped: subcommand failed.

PiousMinion commented on 2017-05-05 00:41 (UTC)

I see the problem. You're pulling in the latest source, which uses a different build system, instead of pulling in a specific tag as they recommend.

PiousMinion commented on 2017-05-02 06:53 (UTC)

Building the package complained that version.ini did not exist. Ok, so I commented out pkgver(). Now it's complaining about build.py missing. Is this PKGBUILD beyond broken or am I missing something?

freddy3850 commented on 2017-04-27 17:49 (UTC)

@kcn you're right. For now, webrtc is disabled by default in ungoogled-chromium. It means that flash plugin will not work. I added an option in the pkgbuild to enable webrtc. Quote from gcarq (inox) "Make sure to block webrtc via an extension (i.e.: uBlock Origin) if you don't want to reveal your local ip address." I also changed how we packaging files. There is no more archive created. There is also an option to enable vaapi HW acceleration with patches from saiarcot895. https://pastebin.com/eD7tqKtn

kcning commented on 2017-04-26 09:32 (UTC)

@freddy3850. The PKGBUILD works! But the deps needs to be updated. +minizip +re2

freddy3850 commented on 2017-04-15 17:37 (UTC)

@Plexcon, @nRoof, @TankMissile, @somercet I just successfully made ungoogled-chromium pkg with develop branch. I'm actually running ungoogled-chromium 57.0.2987.133 and it's working fine. To achieve this i used tools in utilikit (for sources cleaning, patching, etc..) and build chromium "manually". There is a build option to choose to substitute domains or not. Here is the PKGBUILD https://pastebin.com/D9yQVzMg