Update to 4.4.2 release

el9
Leigh Scott 3 years ago
parent 583f36ce11
commit 18ab038ce8

1
.gitignore vendored

@ -1,2 +1,3 @@
/ffmpeg-4.3.3.tar.xz
/ffmpeg-4.4.1.tar.xz
/ffmpeg-4.4.2.tar.xz

@ -45,7 +45,7 @@
Summary: Digital VCR and streaming server
Name: compat-ffmpeg4
Version: 4.4.1
Version: 4.4.2
Release: 1%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
@ -53,6 +53,7 @@ Source0: %{url}/releases/ffmpeg-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: alsa-lib-devel
BuildRequires: AMF-devel
BuildRequires: bzip2-devel
%{?_with_faac:BuildRequires: faac-devel}
%{?_with_fdk_aac:BuildRequires: fdk-aac-devel}
@ -341,6 +342,9 @@ rm -rf %{buildroot}/%{_datadir}/compat-ffmpeg4/
%changelog
* Fri Apr 15 2022 Leigh Scott <leigh123linux@gmail.com> - 4.4.2-1
- Update to 4.4.2
* Mon Feb 14 2022 Leigh Scott <leigh123linux@gmail.com> - 4.4.1-1
- Update to 4.4.1

@ -1 +1 @@
SHA512 (ffmpeg-4.4.1.tar.xz) = c651c120b71db6991ffc54abc291986e7d35d776203af327f9a28853d1d0af468ca0956e2d3d893f55a211f70a40c041d5aa9aa9664ef581302b27494be9374e
SHA512 (ffmpeg-4.4.2.tar.xz) = abce847c607ac6d63fe32ceff8bf8724888acf2b7db9a083cba50e3235590cdcb27feb7e0a314133d0030809fb54d474f64001fc9ab7d896a819159869c09d5a

Loading…
Cancel
Save