commit c3e5074f969c8329fa28141e3818dab064962907
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Aug 26 22:07:57 2021 +0100
xEnable expired vaapi support
chromium-freeworld.spec | 8 +++++-
extend-enable-accelerated-video-decode-flag.patch | 35 +++++++++++++++++++++++
2 files changed, 42 insertions(+), 1 deletion(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 14a64b7..e9cd71c 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -25,7 +25,7 @@
##############################Package Definitions######################################
Name: chromium-freeworld
Version: 92.0.4515.159
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Chromium built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and
OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL:
https://www.chromium.org/Home
@@ -150,6 +150,9 @@ ExclusiveArch: x86_64
Patch201: chromium-92-EnumTable-crash.patch
Patch202: chromium-92-crashpad-consent.patch
+# Archlinux patches:
+Patch230: extend-enable-accelerated-video-decode-flag.patch
+
# Upstream patches:
Patch251: chromium-sandbox-syscall-broker-use-struct-kernel_stat.patch
Patch252: chromium-sandbox-fix-fstatat-crash.patch
@@ -695,6 +698,9 @@ appstream-util validate-relax --nonet
"%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/swiftshader/libGLESv2.so
#########################################changelogs#################################################
%changelog
+* Thu Aug 26 2021 Leigh Scott <leigh123linux(a)gmail.com> - 92.0.4515.159-5
+- Enable expired vaapi support
+
* Wed Aug 25 2021 Leigh Scott <leigh123linux(a)gmail.com> - 92.0.4515.159-4
- Disable eu-strip
diff --git a/extend-enable-accelerated-video-decode-flag.patch
b/extend-enable-accelerated-video-decode-flag.patch
new file mode 100644
index 0000000..51e346f
--- /dev/null
+++ b/extend-enable-accelerated-video-decode-flag.patch
@@ -0,0 +1,35 @@
+From e48f18eba0eae199ba7bc8a6a09ebf39799447c1 Mon Sep 17 00:00:00 2001
+From: Ted Meyer <tmathmeyer(a)chromium.org>
+Date: Wed, 2 Jun 2021 05:35:22 +0000
+Subject: [PATCH] Extend enable-accelerated-video-decode flag for linux to m93
+
+It appears that there is insistence that the flag be totally removed or
+have its end-milestone increased, I can't just let it wait until the
+feature is working again and then re-enable it. So i've moved it to 93.
+
+R=dalecurtis
+
+Fixed: 1207478
+Change-Id: I26a5e790cd390825516b4a4b6af88e89b2d4f4eb
+Reviewed-on:
https://chromium-review.googlesource.com/c/chromium/src/+/2918478
+Reviewed-by: Dale Curtis <dalecurtis(a)chromium.org>
+Reviewed-by: Ted Meyer <tmathmeyer(a)chromium.org>
+Commit-Queue: Ted Meyer <tmathmeyer(a)chromium.org>
+Cr-Commit-Position: refs/heads/master@{#888312}
+---
+ chrome/browser/flag-metadata.json | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/chrome/browser/flag-metadata.json b/chrome/browser/flag-metadata.json
+index 67e0330436..34542671f2 100644
+--- a/chrome/browser/flag-metadata.json
++++ b/chrome/browser/flag-metadata.json
+@@ -1193,7 +1193,7 @@
+ {
+ "name": "enable-accelerated-video-decode",
+ "owners": [ "media-dev(a)chromium.org" ],
+- "expiry_milestone": 90
++ "expiry_milestone": 93
+ },
+ {
+ "name": "enable-accessibility-live-caption",