|
|
@ -31,7 +31,6 @@
|
|
|
|
%global _with_ilbc 1
|
|
|
|
%global _with_ilbc 1
|
|
|
|
%global _with_openh264 1
|
|
|
|
%global _with_openh264 1
|
|
|
|
%global _with_rav1e 1
|
|
|
|
%global _with_rav1e 1
|
|
|
|
%global _with_rubberband 1
|
|
|
|
|
|
|
|
%global _with_smb 1
|
|
|
|
%global _with_smb 1
|
|
|
|
%global _with_snappy 1
|
|
|
|
%global _with_snappy 1
|
|
|
|
%global _with_tesseract 1
|
|
|
|
%global _with_tesseract 1
|
|
|
@ -40,6 +39,7 @@
|
|
|
|
%global _with_webp 1
|
|
|
|
%global _with_webp 1
|
|
|
|
%global _with_zmq 1
|
|
|
|
%global _with_zmq 1
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
|
|
|
|
%global _without_rubberband 1
|
|
|
|
%global _without_vulkan 1
|
|
|
|
%global _without_vulkan 1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -112,8 +112,8 @@ ExclusiveArch: armv7hnl
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Digital VCR and streaming server
|
|
|
|
Summary: Digital VCR and streaming server
|
|
|
|
Name: ffmpeg%{?flavor}
|
|
|
|
Name: ffmpeg%{?flavor}
|
|
|
|
Version: 5.1.4
|
|
|
|
Version: 5.1.5
|
|
|
|
Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: %{ffmpeg_license}
|
|
|
|
License: %{ffmpeg_license}
|
|
|
|
URL: https://ffmpeg.org/
|
|
|
|
URL: https://ffmpeg.org/
|
|
|
|
%if 0%{?date}
|
|
|
|
%if 0%{?date}
|
|
|
@ -208,7 +208,7 @@ BuildRequires: openjpeg2-devel
|
|
|
|
%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
|
|
|
|
%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
|
|
|
|
BuildRequires: perl(Pod::Man)
|
|
|
|
BuildRequires: perl(Pod::Man)
|
|
|
|
%{?_with_rav1e:BuildRequires: pkgconfig(rav1e)}
|
|
|
|
%{?_with_rav1e:BuildRequires: pkgconfig(rav1e)}
|
|
|
|
%{?_with_rubberband:BuildRequires: rubberband-devel}
|
|
|
|
%{!?_without_rubberband:BuildRequires: rubberband-devel}
|
|
|
|
%{!?_without_tools:BuildRequires: SDL2-devel}
|
|
|
|
%{!?_without_tools:BuildRequires: SDL2-devel}
|
|
|
|
%{?_with_snappy:BuildRequires: snappy-devel}
|
|
|
|
%{?_with_snappy:BuildRequires: snappy-devel}
|
|
|
|
BuildRequires: soxr-devel
|
|
|
|
BuildRequires: soxr-devel
|
|
|
@ -532,6 +532,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jun 16 2024 Leigh Scott <leigh123linux@gmail.com> - 5.1.5-1
|
|
|
|
|
|
|
|
- Update to 5.1.5
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 15 2023 Nicolas Chauvet <kwizart@gmail.com> - 5.1.4-1
|
|
|
|
* Wed Nov 15 2023 Nicolas Chauvet <kwizart@gmail.com> - 5.1.4-1
|
|
|
|
- Update to 5.1.4
|
|
|
|
- Update to 5.1.4
|
|
|
|
|
|
|
|
|
|
|
|