import ffmpeg-5.1.5-1.el9

i9cr changed/i9cr/ffmpeg-5.1.5-1.el9
MSVSphere Packaging Team 5 months ago
parent 0d2e243a99
commit b01457faad

@ -1,2 +1,2 @@
ebcb9e2f6975b97e25314abdfd717d94b3078eff SOURCES/ffmpeg-5.1.4.tar.xz
5f36267deb62b43bc5971473b470e63856c65ed8 SOURCES/ffmpeg-5.1.4.tar.xz.asc
2a75b88952bd9e76f02ce60fe4b0f6b37e766853 SOURCES/ffmpeg-5.1.5.tar.xz
4423373349515709192f394f4da1d135d4f7f8f6 SOURCES/ffmpeg-5.1.5.tar.xz.asc

4
.gitignore vendored

@ -1,2 +1,2 @@
SOURCES/ffmpeg-5.1.4.tar.xz
SOURCES/ffmpeg-5.1.4.tar.xz.asc
SOURCES/ffmpeg-5.1.5.tar.xz
SOURCES/ffmpeg-5.1.5.tar.xz.asc

@ -31,7 +31,6 @@
%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
@ -40,6 +39,7 @@
%global _with_webp 1
%global _with_zmq 1
%else
%global _without_rubberband 1
%global _without_vulkan 1
%endif
%endif
@ -112,8 +112,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 5.1.4
Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
Version: 5.1.5
Release: 1%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@ -208,7 +208,7 @@ BuildRequires: openjpeg2-devel
%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
BuildRequires: perl(Pod::Man)
%{?_with_rav1e:BuildRequires: pkgconfig(rav1e)}
%{?_with_rubberband:BuildRequires: rubberband-devel}
%{!?_without_rubberband:BuildRequires: rubberband-devel}
%{!?_without_tools:BuildRequires: SDL2-devel}
%{?_with_snappy:BuildRequires: snappy-devel}
BuildRequires: soxr-devel
@ -532,6 +532,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%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
- Update to 5.1.4

Loading…
Cancel
Save