|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
#global commit 311ea9c529117fb8e38abd6ca7e81782b6b21257
|
|
|
|
|
#global rel %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
%if (0%{?fedora} >= 37 || 0%{?rhel} >= 9) && 0%{!?_with_cuda:0}
|
|
|
|
|
%if 0%{?fedora} >= 37 || 0%{?rhel} >= 9
|
|
|
|
|
%bcond_without libavcodec_freeworld
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with libavcodec_freeworld
|
|
|
|
@ -31,6 +31,7 @@
|
|
|
|
|
%global _with_ilbc 1
|
|
|
|
|
%global _with_openh264 1
|
|
|
|
|
%global _with_rav1e 1
|
|
|
|
|
%global _with_rubberband 1
|
|
|
|
|
%global _with_smb 1
|
|
|
|
|
%global _with_snappy 1
|
|
|
|
|
%global _with_tesseract 1
|
|
|
|
@ -39,7 +40,6 @@
|
|
|
|
|
%global _with_webp 1
|
|
|
|
|
%global _with_zmq 1
|
|
|
|
|
%else
|
|
|
|
|
%global _without_rubberband 1
|
|
|
|
|
%global _without_vulkan 1
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
@ -64,7 +64,6 @@
|
|
|
|
|
%global _without_cdio 1
|
|
|
|
|
%global _without_frei0r 1
|
|
|
|
|
%global _without_gpl 1
|
|
|
|
|
%global _without_rubberband 1
|
|
|
|
|
%global _without_vidstab 1
|
|
|
|
|
%global _without_x264 1
|
|
|
|
|
%global _without_x265 1
|
|
|
|
@ -112,8 +111,8 @@ ExclusiveArch: armv7hnl
|
|
|
|
|
|
|
|
|
|
Summary: Digital VCR and streaming server
|
|
|
|
|
Name: ffmpeg%{?flavor}
|
|
|
|
|
Version: 5.1.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 5.1.4
|
|
|
|
|
Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}.inferit
|
|
|
|
|
License: %{ffmpeg_license}
|
|
|
|
|
URL: https://ffmpeg.org/
|
|
|
|
|
%if 0%{?date}
|
|
|
|
@ -208,7 +207,7 @@ BuildRequires: openjpeg2-devel
|
|
|
|
|
%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
|
|
|
|
|
BuildRequires: perl(Pod::Man)
|
|
|
|
|
%{?_with_rav1e:BuildRequires: pkgconfig(rav1e)}
|
|
|
|
|
%{!?_without_rubberband:BuildRequires: rubberband-devel}
|
|
|
|
|
%{?_with_rubberband:BuildRequires: rubberband-devel}
|
|
|
|
|
%{!?_without_tools:BuildRequires: SDL2-devel}
|
|
|
|
|
%{?_with_snappy:BuildRequires: snappy-devel}
|
|
|
|
|
BuildRequires: soxr-devel
|
|
|
|
@ -362,7 +361,7 @@ Freeworld libavcodec to complement the distro counterparts
|
|
|
|
|
--enable-librsvg \\\
|
|
|
|
|
%{?_with_rav1e:--enable-librav1e} \\\
|
|
|
|
|
%{?_with_rtmp:--enable-librtmp} \\\
|
|
|
|
|
%{!?_without_rubberband:--enable-librubberband} \\\
|
|
|
|
|
%{?_with_rubberband:--enable-librubberband} \\\
|
|
|
|
|
%{?_with_smb:--enable-libsmbclient --enable-version3} \\\
|
|
|
|
|
%{?_with_snappy:--enable-libsnappy} \\\
|
|
|
|
|
--enable-libsoxr \\\
|
|
|
|
@ -532,15 +531,12 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 05 2024 Leigh Scott <leigh123linux@gmail.com> - 5.1.6-1
|
|
|
|
|
- Update to 5.1.6
|
|
|
|
|
|
|
|
|
|
* 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.inferit
|
|
|
|
|
- Update to 5.1.4
|
|
|
|
|
|
|
|
|
|
* Mon Jul 17 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 5.1.3-1.inferit
|
|
|
|
|
- Rebuild RPMFusion version for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Sun May 14 2023 Leigh Scott <leigh123linux@gmail.com> - 5.1.3-3
|
|
|
|
|
- fedora cisco repo isn't multiarch
|
|
|
|
|
|