Search Criteria
Package Details: ungoogled-chromium-git 88.0.4324.104.1.r3.ga9140d5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ungoogled-chromium-git.git (read-only, click to copy) |
---|---|
Package Base: | ungoogled-chromium-git |
Description: | A lightweight approach to removing Google web service dependency (master branch) |
Upstream URL: | https://github.com/Eloston/ungoogled-chromium |
Licenses: | BSD |
Conflicts: | chromium |
Provides: | chromium |
Submitter: | JstKddng |
Maintainer: | yet |
Last Packager: | JstKddng |
Votes: | 7 |
Popularity: | 0.050459 |
First Submitted: | 2020-04-16 13:55 (UTC) |
Last Updated: | 2021-01-31 16:55 (UTC) |
Dependencies (48)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- 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)
- libgcrypt
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libwebp (libwebp-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxslt (libxslt-gitAUR)
- libxss
- Show 28 more dependencies...
Required by (128)
- 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)
- augenkrebs-git (requires chromium)
- bbb-recorder-git (requires chromium)
- bitwarden-chromium (requires chromium) (optional)
- candybox (requires chromium)
- candybox2 (requires chromium)
- captive-browser-git (requires chromium) (optional)
- cargo-web (requires chromium) (optional)
- cargo-web-git (requires chromium) (optional)
- Show 108 more...
Sources (7)
- chromium-drirc-disable-10bpc-color-configs.conf
- https://commondatastorage.googleapis.com/chromium-browser-official/chromium-88.0.4324.104.tar.xz
- https://github.com/foutrelis/chromium-launcher/archive/v7/chromium-launcher-7.tar.gz
- https://github.com/stha09/chromium-patches/releases/download/chromium-88-patchset-3/chromium-88-patchset-3.tar.xz
- subpixel-anti-aliasing-in-FreeType-2.8.1.patch
- ungoogled-chromium-master
- wayland-egl.patch
Latest Comments
1 2 Next › Last »
MartinVonReich commented on 2024-05-30 17:31 (UTC)
For anybody interested in Google Chrome/Chromium (Stable, Beta, Dev) releases, you can check this website out:
https://chromiumdash.appspot.com/releases?platform=Linux
There is everything . . .
dubster commented on 2021-03-14 00:00 (UTC)
Getting a similar error as of today:
Koffiepoeder commented on 2020-12-31 15:35 (UTC)
zacjor commented on 2020-09-02 20:04 (UTC) (edited on 2020-09-02 20:06 (UTC) by zacjor)
Getting the following 404 error:
JstKddng commented on 2020-05-09 02:08 (UTC)
just updated to add a re2 patch. Also, this package builds 81.0.4044.138, no tag for it though.
@lunainvictum
That is the problem with dynamic linking, you could try to use guix. Supposedly these problems are avoided by design. I think there are some problems related to font-config but apart from that it should work.
bsdice commented on 2020-05-08 23:03 (UTC) (edited on 2020-05-08 23:08 (UTC) by bsdice)
@lunainvictum Fixing this problem would require a fully static build of chromium or some nasty LD_PRELOAD_PATH scripting or running it in a container with correct library collection or use flatpak or similar.
To mitigate, I run findbrokenpkgs after any update to find newly missing libraries especially in AUR packages. Originally it is a Gentoo invention.
What you need is /etc/findbrokenpkgs/arch.conf to filter noise and tune search paths:
I also wrote a small awk script called /usr/local/bin/collect-missing-libs to populate that LD_LIBRARY_MASK (have to comment it out while running the script to get everything freshly reported):
lunainvictum commented on 2020-05-08 22:05 (UTC)
And yet again Chromium is broken :(
/usr/lib/chromium/chromium: error while loading shared libraries: libre2.so.6: cannot open shared object file: No such file or directory
Isnt it possible to fix such problems forever?
I let my Server build it again. Hopes it fixes...
lunainvictum commented on 2020-05-02 14:02 (UTC) (edited on 2020-05-02 14:06 (UTC) by lunainvictum)
@JstKddng
Now it fails at the very end with this Error:
../../v8/src/objects/js-number-format.cc:1227:15: error: no member named 'getAllFieldPositions' in 'icu_67::number::FormattedNumber' formatted.getAllFieldPositions(*fp_iter, status); ~~~~~~~~~ ^
Edit: Saw u add this Patch at the time, where the build was running. Trying yet again... Even with TR 1950x it takes 2 Hours.
JstKddng commented on 2020-05-02 13:22 (UTC)
@lunainvictum
yeah, had to add another patch for icu67, it should work now
1 2 Next › Last »