From 2153ec706a0ec9afaa943845ff447036ec69011c Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 16 Aug 2020 04:16:25 +0100 Subject: [PATCH] Disable rav1e support as rust packaging is rawhide only --- ffmpeg.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index cd73709..b49cae1 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -9,10 +9,9 @@ %global _lto_cflags %{nil} %endif -# rav1e has a broken .pc file -# https://bugzilla.redhat.com/show_bug.cgi?id=1811550 -%if 0%{?fedora} > 32 -%global _with_rav1e 1 +# rav1e is rawhide only so there is no point enabling it. +%if 0%{?fedora} > 33 +#global _with_rav1e 1 %endif # Cuda and others are only available on some arches @@ -102,7 +101,7 @@ ExclusiveArch: armv7hnl Summary: Digital VCR and streaming server Name: ffmpeg%{?flavor} Version: 4.3.1 -Release: 6%{?date}%{?date:git}%{?rel}%{?dist} +Release: 7%{?date}%{?date:git}%{?rel}%{?dist} License: %{ffmpeg_license} URL: http://ffmpeg.org/ %if 0%{?date} @@ -466,6 +465,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} %changelog +* Sun Aug 16 2020 Leigh Scott - 4.3.1-7 +- Disable rav1e support as rust packaging is rawhide only + * Sun Aug 09 2020 Leigh Scott - 4.3.1-6 - Enable LTO for x86 - Add glslang patches and bump version for build requires