diff options
author | Marius Bakke <marius@gnu.org> | 2022-02-11 19:29:13 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-02-11 23:54:31 +0100 |
commit | c71dca05cfc2915e658f6b4db49dc794a1836bb0 (patch) | |
tree | d40486c9efe5e26917e6085c05d496cb84566d60 /gnu/packages/patches | |
parent | f2ff26f34d8249503bb3f843853b41ba1d1c16b5 (diff) | |
download | guix-c71dca05cfc2915e658f6b4db49dc794a1836bb0.tar.gz |
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.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch b/gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch deleted file mode 100644 index cbab626e59..0000000000 --- a/gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch +++ /dev/null @@ -1,18 +0,0 @@ -Upstream Chromium no longer supports hardware accelerated video decoding -on GNU/Linux, yet it still works fine on many systems. This patch "unexpires" -the support. - -Taken from Arch Linux: -https://github.com/archlinux/svntogit-packages/blob/packages/chromium/trunk/unexpire-accelerated-video-decode-flag.patch - ---- a/chrome/browser/flag-metadata.json -+++ b/chrome/browser/flag-metadata.json -@@ -1285,7 +1285,7 @@ - { - "name": "enable-accelerated-video-decode", - "owners": [ "media-dev@chromium.org" ], -- "expiry_milestone": 93 -+ "expiry_milestone": 99 - }, - { - "name": "enable-accessibility-live-caption", |