From d4aa7de7b45f37b97a4015fa7dccc78dae12fb47 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sat, 28 May 2022 00:20:48 +0100 Subject: [PATCH] workaround broken deps for ffmpeg-free --- ffmpeg.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 3f3534a..54515ee 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -20,7 +20,7 @@ %global _without_lensfun 1 %ifnarch i686 %global _with_bs2b 1 -#global _with_chromaprint 1 +%global _with_chromaprint 1 %global _with_ilbc 1 %global _with_rav1e 1 %global _with_rtmp 1 @@ -135,7 +135,7 @@ ExclusiveArch: armv7hnl Summary: Digital VCR and streaming server Name: ffmpeg%{?flavor} Version: 5.0.1 -Release: 4%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist} +Release: 5%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist} License: %{ffmpeg_license} URL: http://ffmpeg.org/ %if 0%{?date} @@ -512,6 +512,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} %changelog +* Fri May 27 2022 Leigh Scott - 5.0.1-5 +- rebuilt + * Fri May 27 2022 Leigh Scott - 5.0.1-4 - rebuilt