ffmpeg: version upgrade

This commit is contained in:
Raven 2024-09-26 09:36:41 +06:00
parent 895a907441
commit e1473ebd4b
3 changed files with 15 additions and 6 deletions

View File

@ -113,8 +113,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: compat-ffmpeg5%{?flavor}
Version: 5.1.4
Release: 2%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
Version: 5.1.6
Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@ -509,6 +509,9 @@ rm -rf %buildroot%{_mandir}/man*
%changelog
* Mon Sep 9 2024 Raven <raven@sysadmins.ws> - 5.1.6-1
- Update to 5.1.6 release
* Wed Mar 6 2024 Raven <raven@sysadmins.ws> - 5.1.4-2
- fix for chromium
- add openh264 support

View File

@ -127,8 +127,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: compat-ffmpeg%{?flavor}
Version: 6.1.1
Release: 3%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
Version: 6.1.2
Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@ -157,7 +157,7 @@ Patch8: ffmpeg-codec-choice.patch
%{!?_with_openh264:Patch9: ffmpeg-dlopen-openh264.patch}
# Fix build with Vulkan headers >= 1.3.280.0
Patch10: ffmpeg-vulkan.patch
#Patch10: ffmpeg-vulkan.patch
# Backport fix for CVE-2023-49528
Patch11: ffmpeg-CVE-2023-49528.patch
@ -579,6 +579,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
* Mon Sep 9 2024 Raven <raven@sysadmins.ws> - 6.1.2-1
- Update to 6.1.1 release
* Tue May 28 2024 Raven <raven@sysadmins.ws> - 6.1.1-3
- build as a compat-* package due to the upcoming
ffmpeg 7

View File

@ -125,7 +125,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 7.0.2
Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
Release: 2%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@ -563,6 +563,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
* Mon Sep 9 2024 Raven <raven@sysadmins.ws> - 7.0.2-2
- rebuilt
* Mon Aug 5 2024 Raven <raven@sysadmins.ws> - 7.0.2-1
- Update to 7.0.2 release