After I update to 125.0.6422.60-3, "energy saver" option doesn't work now!
Search Criteria
Package Details: ungoogled-chromium 131.0.6778.85-1
Package Actions
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: | 3.73 |
First Submitted: | 2016-12-19 08:08 (UTC) |
Last Updated: | 2024-11-20 21:14 (UTC) |
Dependencies (54)
- alsa-lib
- brotli (brotli-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- flac (flac-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- harfbuzz (harfbuzz-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libffi (libffi-gitAUR)
- libgcrypt
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libwebp (libwebp-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- Show 34 more dependencies...
Required by (137)
- anylogic-ple (requires chromium) (optional)
- anylogic-ple-8.2.4 (requires chromium) (optional)
- anylogic-professional (requires chromium) (optional)
- anylogic-professional-8.2.4 (requires chromium) (optional)
- anylogic-university (requires chromium) (optional)
- anylogic-university-8.2.4 (requires chromium) (optional)
- aptana-studio (requires chromium) (optional)
- aquatone (requires chromium)
- aquatone-bin (requires chromium)
- aquatone-git (requires chromium)
- archivebox (requires chromium)
- archivebox-git (requires chromium)
- assbreak (requires chromedriver) (make)
- audible-activator-git (requires chromedriver)
- augenkrebs-git (requires chromium)
- bbb-recorder-git (requires chromium)
- bitwarden-chromium (requires chromium) (optional)
- candybox (requires chromium)
- candybox2 (requires chromium)
- canokey-console-legacy (optional)
- Show 117 more...
Sources (14)
- 0001-adjust-buffer-format-order.patch
- 0001-enable-linux-unstable-deb-target.patch
- 0001-ozone-wayland-implement-text_input_manager-fixes.patch
- 0001-ozone-wayland-implement-text_input_manager_v3.patch
- 0001-vaapi-flag-ozone-wayland.patch
- compiler-rt-adjust-paths.patch
- const-atomicstring-conversion.patch
- fetch-chromium-release
- https://github.com/foutrelis/chromium-launcher/archive/v8/chromium-launcher-8.tar.gz
- increase-fortify-level.patch
- unbundle-add-enable_freetype.patch
- unbundle-icu-target.patch
- ungoogled-chromium-131.0.6778.85-1.tar.gz
- use-oauth2-client-switches-as-default.patch
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 66 Next › Last »
Duter2016 commented on 2024-05-21 05:37 (UTC)
Kyuunex commented on 2024-05-20 11:46 (UTC) (edited on 2024-05-20 11:46 (UTC) by Kyuunex)
Does not build. log: https://0x0.st/XPyw.txt
lahwaacz commented on 2024-05-19 09:22 (UTC) (edited on 2024-05-19 10:15 (UTC) by lahwaacz)
The following warning is repeated many times during the build:
In file included from <built-in>:455:
<command line>:81:9: warning: '_FORTIFY_SOURCE' macro redefined [-Wmacro-redefined]
81 | #define _FORTIFY_SOURCE 3
| ^
<command line>:9:9: note: previous definition is here
9 | #define _FORTIFY_SOURCE 2
| ^
1 warning generated.
Edit: and the build failed...
FAILED: obj/chrome/browser/extensions/extensions/chrome_file_system_delegate.o
clang++ -MD -MF obj/chrome/browser/extensions/extensions/chrome_file_system_delegate.o.d [......]
In file included from <built-in>:455:
<command line>:95:9: warning: '_FORTIFY_SOURCE' macro redefined [-Wmacro-redefined]
95 | #define _FORTIFY_SOURCE 3
| ^
<command line>:8:9: note: previous definition is here
8 | #define _FORTIFY_SOURCE 2
| ^
In file included from ../../chrome/browser/extensions/api/file_system/chrome_file_system_delegate.cc:16:
../../chrome/browser/download/chrome_download_manager_delegate.h:29:10: fatal error: 'components/safe_browsing/content/common/proto/download_file_types.pb.h' file not found
29 | #include "components/safe_browsing/content/common/proto/download_file_types.pb.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
rabcor commented on 2024-05-07 05:58 (UTC) (edited on 2024-05-07 05:59 (UTC) by rabcor)
in 124 ozone-platform-hint=wayland is broken.
To run on native wayland you gotta use
chromium --ozone-platform=wayland
BarkleyIII commented on 2024-04-08 20:12 (UTC)
Adding -target x86_64-unknown-linux-gnu
to CFLAGS
and CXXFLAGS
in the PKGBUILD
seems to work as a workaround.
BarkleyIII commented on 2024-03-30 15:01 (UTC)
Im getting the same linking errors as randomnobody, but so far nothing I tried helped.
My makepkg.conf
does not seem to be the problem, at least as far as I can tell.
There isn't a .pacnew version either.
Any help or pointers to further diagnose the problem would be very welcome.
randomnobody commented on 2024-03-22 01:19 (UTC)
Self resolved. I believe my error was related to my makepkg.conf
, which I hadn't updated from the .pacnew. If you have the same issues try defaulting your settings.
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
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