Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
chromium
Commits:
645b0ed0 by Matthias Kurz at 2026-06-05T12:17:39+02:00
Fix widevine patch
- - - - -
1 changed file:
- enable-widevine-arm64.patch
Changes:
=====================================
enable-widevine-arm64.patch
=====================================
@@ -1,10 +1,10 @@
--- a/third_party/widevine/cdm/widevine.gni 2026-02-15 16:29:15.620518832
+0800
+++ b/third_party/widevine/cdm/widevine.gni 2026-02-15 16:29:43.721371706
+0800
-@@ -27,7 +27,7 @@
+@@ -4,7 +4,7 @@
library_widevine_cdm_available =
(is_chromeos &&
(target_cpu == "x64" || target_cpu == "arm" || target_cpu == "arm64")) ||
-- (target_os == "linux" && target_cpu == "x64") ||
+- (target_os == "linux" && (target_cpu == "x64" || target_cpu == "arm64"))
||
+ (target_os == "linux" && (target_cpu == "x64" || target_cpu == "arm" ||
target_cpu == "arm64")) ||
(target_os == "mac" && (target_cpu == "x64" || target_cpu == "arm64")) ||
(target_os == "win" &&
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/645b0ed02e88935bce155811b143b0f6675ab454
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/645b0ed02e88935bce155811b143b0f6675ab454
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help