mirror of
https://abf.rosa.ru/djam/chromium-browser-stable.git
synced 2025-02-24 07:02:48 +00:00
Copy libffmpeg.so to destination folder
This commit is contained in:
parent
f0abddbde5
commit
fe9404a47f
1 changed files with 6 additions and 5 deletions
|
@ -518,11 +518,7 @@ python tools/gn/bootstrap/bootstrap.py --gn-gen-args='%{gn_config}'
|
|||
|
||||
out/Release/gn gen --args='%{gn_config}' out/Release
|
||||
|
||||
pushd out/Release
|
||||
# widevinecdmadapter
|
||||
# Build error with widevinecdmadapter in 67.0.3396.62
|
||||
ninja %{_smp_mflags} chrome chrome_sandbox chromedriver
|
||||
popd
|
||||
ninja -C out/Release %{_smp_mflags} chrome chrome_sandbox chromedriver
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
@ -567,4 +563,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/%{crname}
|
|||
install -m 0644 %{SOURCE30} %{buildroot}%{_sysconfdir}/%{crname}/
|
||||
install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{crname}/
|
||||
|
||||
# chromium-stable-codecs-ffmpeg, as chromium-codecs-ffmpeg-extra in Ubuntu
|
||||
# Note: don't forget about UBUNTU-set-rpath-on-chromium-executables.patch, see https://launchpad.net/bugs/1718885
|
||||
# Also, RPM helper removes RPATHs by default
|
||||
install -m 0644 out/Release/libffmpeg.so %{buildroot}%{_crdir}/
|
||||
|
||||
find %{buildroot} -name "*.nexe" -exec strip {} \;
|
||||
|
|
Loading…
Add table
Reference in a new issue