diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-15 18:20:18 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-16 22:21:12 +0100 |
commit | 745d6cb7d30814ae27da66a845cf0872bfdebbdd (patch) | |
tree | c0e9069a906677ce8f3798e9fbabec73aa1fdb7d /gnu/packages/patches | |
parent | 48a1bb314dd77916203deadc8ce7bc664e0f95f9 (diff) | |
download | guix-745d6cb7d30814ae27da66a845cf0872bfdebbdd.tar.gz |
gnu: ungoogled-chromium: Unexpire accelerated video decoding.
* gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/chromium.scm (%guix-patches): Add it.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch b/gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch new file mode 100644 index 0000000000..cbab626e59 --- /dev/null +++ b/gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch @@ -0,0 +1,18 @@ +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", |