Sync with upstream branch
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
89c9704e7f
commit
500cee9e27
16
ffmpeg.spec
16
ffmpeg.spec
@ -3,7 +3,7 @@
|
|||||||
%bcond all_codecs 0
|
%bcond all_codecs 0
|
||||||
|
|
||||||
# Break dependency cycles by disabling certain optional dependencies.
|
# Break dependency cycles by disabling certain optional dependencies.
|
||||||
%bcond bootstrap 1
|
%bcond bootstrap 0
|
||||||
|
|
||||||
# If you want to do a build with the upstream source tarball, then set the
|
# 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
|
# pkg_suffix to %%nil. We can't handle this with a conditional, as srpm
|
||||||
@ -82,7 +82,7 @@ Name: ffmpeg
|
|||||||
%global pkg_name %{name}%{?pkg_suffix}
|
%global pkg_name %{name}%{?pkg_suffix}
|
||||||
|
|
||||||
Version: 7.0.2
|
Version: 7.0.2
|
||||||
Release: 7.2.riscv64%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: A complete solution to record, convert and stream audio and video
|
Summary: A complete solution to record, convert and stream audio and video
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://ffmpeg.org/
|
URL: https://ffmpeg.org/
|
||||||
@ -172,7 +172,7 @@ BuildRequires: pkgconfig(libbs2b)
|
|||||||
BuildRequires: pkgconfig(libcdio)
|
BuildRequires: pkgconfig(libcdio)
|
||||||
BuildRequires: pkgconfig(libcdio_paranoia)
|
BuildRequires: pkgconfig(libcdio_paranoia)
|
||||||
%if %{with chromaprint}
|
%if %{with chromaprint}
|
||||||
#BuildRequires: pkgconfig(libchromaprint)
|
BuildRequires: pkgconfig(libchromaprint)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(libdrm)
|
BuildRequires: pkgconfig(libdrm)
|
||||||
BuildRequires: pkgconfig(libjxl) >= 0.7.0
|
BuildRequires: pkgconfig(libjxl) >= 0.7.0
|
||||||
@ -569,7 +569,11 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/
|
|||||||
--disable-openssl \
|
--disable-openssl \
|
||||||
--enable-bzlib \
|
--enable-bzlib \
|
||||||
--enable-frei0r \
|
--enable-frei0r \
|
||||||
|
%if %{with chromaprint}
|
||||||
|
--enable-chromaprint \
|
||||||
|
%else
|
||||||
--disable-chromaprint \
|
--disable-chromaprint \
|
||||||
|
%endif
|
||||||
--enable-gcrypt \
|
--enable-gcrypt \
|
||||||
--enable-gnutls \
|
--enable-gnutls \
|
||||||
--enable-ladspa \
|
--enable-ladspa \
|
||||||
@ -854,12 +858,6 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples
|
|||||||
%{_mandir}/man3/libswscale.3*
|
%{_mandir}/man3/libswscale.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 28 2024 David Abdurachmanov <davidlt@rivosinc.com> - 7.0.2-7.1.riscv64
|
|
||||||
- Bootstrap (riscv64)
|
|
||||||
|
|
||||||
* Mon Oct 28 2024 David Abdurachmanov <davidlt@rivosinc.com> - 7.0.2-7.0.riscv64
|
|
||||||
- Bootstrap (riscv64)
|
|
||||||
|
|
||||||
* Mon Oct 07 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 7.0.2-7
|
* Mon Oct 07 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 7.0.2-7
|
||||||
- Properly enable aribb24/libaribcaption
|
- Properly enable aribb24/libaribcaption
|
||||||
- Disable VANC dependency as it depends on decklink
|
- Disable VANC dependency as it depends on decklink
|
||||||
|
Loading…
Reference in New Issue
Block a user