Disable bootstrap

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-04-15 12:00:03 +03:00
parent 0697d57cf3
commit c0a88bf6b3
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
%bcond_with all_codecs
# Break dependency cycles by disabling certain optional dependencies.
%bcond_without bootstrap
%bcond_with bootstrap
# If you want to do a build with the upstream source tarball, then set the
# pkg_suffix to %%nil. We can't handle this with a conditional, as srpm
@ -92,7 +92,7 @@ Name: ffmpeg
%global pkg_name %{name}%{?pkg_suffix}
Version: 6.1.1
Release: 8.0.riscv64%{?dist}
Release: 8.1.riscv64%{?dist}
Summary: A complete solution to record, convert and stream audio and video
License: GPL-3.0-or-later
URL: https://ffmpeg.org/
@ -863,6 +863,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
%{_mandir}/man3/libswscale.3*
%changelog
* Mon Apr 15 2024 David Abdurachmanov <davidlt@rivosinc.com> - 6.1.1-8.1.riscv64
- Disable bootstrap
* Sun Apr 14 2024 David Abdurachmanov <davidlt@rivosinc.com> - 6.1.1-8.0.riscv64
- Bootstrap (libvpx)