From 92559c4c7f1dc03118b4f147dcc27780fc2d00fe Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:13:25 +0100 Subject: [PATCH] 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] --- chromium.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/chromium.spec b/chromium.spec index 45059c7..59be00d 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1,7 +1,7 @@ Name: chromium Epoch: 3 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 Group: Graphical Desktop/Applications/Internet Vendor: openmamba @@ -136,6 +136,7 @@ BuildRequires: libcap-devel.i586 BuildRequires: ninja Requires(post): %{__install_info} Requires: xdg-utils +Requires: libvdpau-Mesa BuildRoot: %{_tmppath}/%{name}-%{version}-root # 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_speex=1 -Duse_system_vpx=1 - -Dffmpeg_branding=Chromium + -Dffmpeg_branding=Chrome + -Duse_system_ffmpeg=0 -Dremove_webcore_debug_symbols=1 -Dlinux_fpic=1 -Ddisable_sse2=1 @@ -425,6 +427,11 @@ fi %{_mandir}/man1/chrome.1* %changelog +* Thu Dec 04 2014 Silvan Calarco 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 34.0.1847.137-2mamba - build with clang because of startup crash with gcc 4.9