From dd6b9e76a0417c976ffb33889dfd3eaf71b11464 Mon Sep 17 00:00:00 2001 From: wyx Date: Sun, 28 Apr 2024 17:33:47 +0800 Subject: [PATCH] chromium build on other platforms chromium build on other platforms Author: wyxaihjr chromium build on other platforms Committer: wyxaihjr Author: wyxaihjr --- ffmpeg.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 1d7eab5..1b1d195 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 -- Gitee