From 61770b2489f2f4001d8a5a9edec9a8fe05a74db7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:13:32 +0100 Subject: [PATCH] /usr/bin/chromium wrapper: fix for running with --ignore-gpu-blacklist (webgl support) [release 80.0.3987.132-2mamba;Thu Mar 12 2020] --- chromium.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index 802ab7b..46b66bc 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1,7 +1,7 @@ Name: chromium Epoch: 3 Version: 80.0.3987.132 -Release: 1mamba +Release: 2mamba Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web Group: Graphical Desktop/Applications/Internet Vendor: openmamba @@ -389,6 +389,7 @@ set -- "\${ARGS[@]}" "\$@" if [ -r /opt/chromium/PepperFlash/manifest.json ]; then PEPPER_FLASH_VERSION="\$(grep '"version":' /opt/chromium/PepperFlash/manifest.json | grep -Po '(?<=version": ")(?:\d|\.)*')" exec %{_libdir}/chromium/chromium \\ + --ignore-gpu-blacklist \\ --ppapi-flash-path=/opt/chromium/PepperFlash/libpepflashplayer.so \\ --ppapi-flash-version=\${PEPPER_FLASH_VERSION} "\$@" else @@ -452,6 +453,9 @@ ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver %{_mandir}/man1/chromium.1* %changelog +* Thu Mar 12 2020 Silvan Calarco 80.0.3987.132-2mamba +- /usr/bin/chromium wrapper: fix for running with --ignore-gpu-blacklist (webgl support) + * Sun Mar 08 2020 Automatic Build System 80.0.3987.132-1mamba - automatic version update by autodist