install libpdf.so

set -Dffmpeg_branding=Chrome instead of Chromium and -Duse_system_ffmpeg=0
require libvdpau-Mesa [release 34.0.1847.137-3mamba;Thu Dec 04 2014]
This commit is contained in:
Silvan Calarco 2024-01-05 21:13:25 +01:00
parent 55ccb473e4
commit 92559c4c7f

View File

@ -1,7 +1,7 @@
Name: chromium Name: chromium
Epoch: 3 Epoch: 3
Version: 34.0.1847.137 Version: 34.0.1847.137
Release: 2mamba Release: 3mamba
Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web 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 Group: Graphical Desktop/Applications/Internet
Vendor: openmamba Vendor: openmamba
@ -136,6 +136,7 @@ BuildRequires: libcap-devel.i586
BuildRequires: ninja BuildRequires: ninja
Requires(post): %{__install_info} Requires(post): %{__install_info}
Requires: xdg-utils Requires: xdg-utils
Requires: libvdpau-Mesa
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
# latest releases code version visible here: http://src.chromium.org/viewvc/chrome/releases/ # latest releases code version visible here: http://src.chromium.org/viewvc/chrome/releases/
@ -258,7 +259,8 @@ chromium_conf=(
-Duse_system_flac=1 -Duse_system_flac=1
-Duse_system_speex=1 -Duse_system_speex=1
-Duse_system_vpx=1 -Duse_system_vpx=1
-Dffmpeg_branding=Chromium -Dffmpeg_branding=Chrome
-Duse_system_ffmpeg=0
-Dremove_webcore_debug_symbols=1 -Dremove_webcore_debug_symbols=1
-Dlinux_fpic=1 -Dlinux_fpic=1
-Ddisable_sse2=1 -Ddisable_sse2=1
@ -425,6 +427,11 @@ fi
%{_mandir}/man1/chrome.1* %{_mandir}/man1/chrome.1*
%changelog %changelog
* Thu Dec 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 34.0.1847.137-3mamba
- install libpdf.so
- set -Dffmpeg_branding=Chrome instead of Chromium and -Duse_system_ffmpeg=0
- require libvdpau-Mesa
* Tue Sep 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 34.0.1847.137-2mamba * Tue Sep 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 34.0.1847.137-2mamba
- build with clang because of startup crash with gcc 4.9 - build with clang because of startup crash with gcc 4.9