diff --git a/ffmpeg.spec b/ffmpeg.spec index 1d7eab59a488576e3938055c628537d79d7c8f1e..1b1d195a4967ceec557cc630890e4c2c7651369c 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -59,14 +59,11 @@ ExclusiveArch: armv7hnl Summary: Digital VCR and streaming server Name: ffmpeg%{?flavor} Version: 6.1.1 -Release: 2 +Release: 3 License: GPL-3.0-or-later URL: http://ffmpeg.org/ Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz -%ifarch riscv64 -# Special patch for building chromium on riscv64 Patch0: avformat-get_first_dts.patch -%endif Requires: %{name}-libs%{?_isa} = %{version}-%{release} %{?_with_cuda:BuildRequires: cuda-minimal-build-%{_cuda_version_rpm} cuda-drivers-devel} @@ -395,6 +392,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} %changelog +* Sun Apr 28 2024 wyxaihjr - 6.1.1-3 +- Clean patch to chromium build on other platforms + * Wed Apr 03 2024 misaka00251 - 6.1.1-2 - Add patch to fix chromium build on riscv64 & Cleanup patches