- Rework aarch64 build requirements - Reduce jumbo_file_merge_limit to 8 for aarch64 to avoid OOM - Fix again aarch64 skia build: * chromium-skia-aarch64-buildfix.patch - Update chromium-non-void-return.patch and use __builtin_abort for switch cases of out of enum ranges. - Up to 71.0.3551.3 - Up to 70.0.3528.4 - Up to chromium-70.0.3521.2 - Add patch trying to build with system icu: * chromium-system-icu.patch - Up to chromium-70.0.3510.0 - Up to 69.0.3497.23 - Up to chromium-69.0.3497.12 - Add patch to fix aarch64 build: * chromium-vpx-aarch64.patch - Up to 69.0.3493.3 - Up to 69.0.3486.0 - Up to 69.0.3472.3 - Up to 69.0.3452.0 - Up to 68.0.3440.17 - Up to 68.0.3438.3 - Up to 68.0.3432.3 - Fix AArch64 build with chromium-crashpad-aarch64-fix.patch - Up to 68.0.3423.2 - Refresh patch chromium-master-prefs-path.patch - Fix AArch64 build with chromium-skia-aarch64-buildfix.patch - Add patch chromium-skia-system-fontconfig.patch bsc#1092272 - Up to 67.0.3393.30 - Enable build on AArch64 OBS-URL: https://build.opensuse.org/request/show/655505 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1200
12 lines
580 B
Diff
12 lines
580 B
Diff
Index: chromium-71.0.3573.0/third_party/widevine/cdm/widevine_cdm_version.h
|
|
===================================================================
|
|
--- chromium-71.0.3573.0.orig/third_party/widevine/cdm/widevine_cdm_version.h
|
|
+++ chromium-71.0.3573.0/third_party/widevine/cdm/widevine_cdm_version.h
|
|
@@ -11,5 +11,6 @@
|
|
// If the Widevine CDM is available define the following:
|
|
// - WIDEVINE_CDM_VERSION_STRING (with the version of the CDM that's available
|
|
// as a string, e.g., "1.0.123.456").
|
|
+#define WIDEVINE_CDM_VERSION_STRING "unknown"
|
|
|
|
#endif // WIDEVINE_CDM_VERSION_H_
|