Age | Commit message (Expand) | Author |
2022-05-12 | gnu: ungoogled-chromium: Update to 101.0.4951.64-1.•••* gnu/packages/chromium.scm (%chromium-version): Set to 101.0.4951.64.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2022-05-03 | gnu: ungoogled-chromium: Update to 101.0.4951.54-1.•••* gnu/packages/chromium.scm (%chromium-version): Set to 101.0.4951.54.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2022-05-01 | gnu: ungoogled-chromium: Update to 101.0.4951.41-1.•••* gnu/packages/chromium.scm (%preserved-third-party-files): Include bundled
Vulkan headers.
(%chromium-version): Set to 101.0.4951.41.
(%debian-revision): Set to debian/101.0.4951.41-2.
(%debian-patches): Add one new patch.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
* gnu/packages/patches/ungoogled-chromium-system-nspr.patch: Refresh.
| Marius Bakke |
2022-04-20 | gnu: ungoogled-chromium: Update to 100.0.4896.127-1.•••* gnu/packages/chromium.scm (%chromium-version): Set to 100.0.4896.127-1.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2022-04-07 | gnu: ungoogled-chromium: Update to 100.0.4896.75-1.•••* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 100.
(%chromium-version): Set to 100.0.4896.75.
(%debian-revision): Set to debian/100.0.4896.60-1.
(%ungoogled-origin): Update hash.
(%debian-patches): Updates hashes. Remove obsolete.
(ungoogled-chromium): Update hash.
[arguments]: Remove obsolete substitution. Patch libvulkan.so.1 in more
files, and add absolute reference to Mesa ICDs.
| Marius Bakke |
2022-04-07 | gnu: ungoogled-chromium: Update to 99.0.4844.84-1.•••* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 99.
(%chromium-version): Set to 99.0.4844.84.
(%ungoogled-origin): Update hash.
(ungoogled-chromium): Likewise.
[arguments]: Patch absolute file names to GTK libraries. Patch one more
Opus header inclusion. Remove labels in wrapping phase.
[native-inputs]: Change from CLANG-13 to CLANG-14.
[inputs]: Add AT-SPI2-ATK.
| Marius Bakke |
2022-02-16 | gnu: ungoogled-chromium: Update to 98.0.4758.102-1.•••* gnu/packages/chromium.scm (%chromium-version): Set to 98.0.4758.102.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2022-02-11 | gnu: ungoogled-chromium: Update to 98.0.4758.80-1.•••* gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%chromium-version): Set to 98.0.4758.80.
(arch-patch, %arch-patches): Remove variables.
(%guix-patches): Remove accelerated video decode patch which no longer works.
(%ungoogled-origin): Update hash.
(ungoogled-chromium-snippet): Don't apply %ARCH-PATCHES.
(ungoogled-chromium)[source]: Update hash.
[arguments]: Remove obsolete #:configure-flags. Adjust substitutions.
| Marius Bakke |
2022-02-11 | gnu: ungoogled-chromium: Use 'search-auxiliary-file'.•••Fixes a regression introduced in
076e825dc5d585943ce820a279fffe4af09757fb whereby "guix build
ungoogled-chromium" would fail with:
canonicalize-path: No such file or directory: "aux-files/chromium/master-preferences.json"
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Use
'search-auxiliary-file' for "master-preferences.json". For some reason,
on Guile 3.0.8, 'local-file' would have its (current-source-directory)
expand to #f.
| Ludovic Courtès |
2022-02-03 | gnu: ungoogled-chromium: Don't use the bundled libc++.•••This partially reverts f01ec472b9c3ef9008e70e0cf41ca46c61137d8c.
* gnu/packages/chromium.scm (%preserved-third-party-files): Unbundle libcxx,
re2, and jsoncpp.
(%debian-patches): Add 'system/jsoncpp.patch'.
(ungoogled-chromium-snippet): Replace re2 GN files.
(ungoogled-chromium)[arguments]: Add use_custom_libcxx, rtc_build_json, and
rtc_jsoncpp_root to #:configure-flags. Don't override CPLUS_INCLUDE_PATH.
Add substitution.
[inputs]: Add JSONCPP and RE2.
| Marius Bakke |
2022-01-21 | gnu: ungoogled-chromium: Update to 97.0.4692.99.•••* gnu/packages/chromium.scm (%chromium-version): Set to 97.0.4692.99.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2022-01-17 | gnu: ungoogled-chromium: Use bundled libvpx for WebRTC.•••Fixes <https://bugs.gnu.org/53301>.
Reported by Yasuaki Kudo <yasu@yasuaki.com>.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Set
rtc_build_libvpx=true in #:configure-flags.
| Marius Bakke |
2022-01-10 | gnu: ungoogled-chromium: Convert arguments to G-expression.•••* gnu/packages/chromium.scm (ungoogled-chromium)[native-inputs]: Remove
the "master-preferences" gexp input. Remove all labels.
[arguments]: Convert to gexp. Inline the above-mentioned gexp. Remove one
usage of "gcc" label while at it.
| Marius Bakke |
2022-01-10 | gnu: ungoogled-chromium: Remove obsolete compiler flags.•••* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Don't set CFLAGS
and CXXFLAGS, as the build system already does the right thing.
| Marius Bakke |
2022-01-10 | gnu: ungoogled-chromium: Remove obsolete substitution.•••* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Remove substitution.
| Marius Bakke |
2022-01-10 | gnu: ungoogled-chromium: Remove input labels.•••* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE & co as appropriate.
| Marius Bakke |
2022-01-08 | gnu: ungoogled-chromium: Build with Clang 13.•••* gnu/packages/chromium.scm (%arch-patches): Remove obsolete.
(ungoogled-chromium)[native-inputs]: Change from CLANG-12 to CLANG-13.
| Marius Bakke |
2022-01-07 | gnu: ungoogled-chromium: Update to 97.0.4692.71-1.•••* gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%guix-patches): Add it.
(%chromium-version): Set to 97.0.4692.71-1.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |