/usr/bin/chromium wrapper: fix for running with --ignore-gpu-blacklist (webgl support) [release 80.0.3987.132-2mamba;Thu Mar 12 2020]
This commit is contained in:
parent
45b35fd21b
commit
61770b2489
@ -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 <silvan.calarco@mambasoft.it> 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 <autodist@mambasoft.it> 80.0.3987.132-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user