Disable rav1e support as rust packaging is rawhide only

el9
Leigh Scott 4 years ago
parent 62cda3aa2d
commit 2153ec706a

@ -9,10 +9,9 @@
%global _lto_cflags %{nil} %global _lto_cflags %{nil}
%endif %endif
# rav1e has a broken .pc file # rav1e is rawhide only so there is no point enabling it.
# https://bugzilla.redhat.com/show_bug.cgi?id=1811550 %if 0%{?fedora} > 33
%if 0%{?fedora} > 32 #global _with_rav1e 1
%global _with_rav1e 1
%endif %endif
# Cuda and others are only available on some arches # Cuda and others are only available on some arches
@ -102,7 +101,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor} Name: ffmpeg%{?flavor}
Version: 4.3.1 Version: 4.3.1
Release: 6%{?date}%{?date:git}%{?rel}%{?dist} Release: 7%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license} License: %{ffmpeg_license}
URL: http://ffmpeg.org/ URL: http://ffmpeg.org/
%if 0%{?date} %if 0%{?date}
@ -466,6 +465,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog %changelog
* Sun Aug 16 2020 Leigh Scott <leigh123linux@gmail.com> - 4.3.1-7
- Disable rav1e support as rust packaging is rawhide only
* Sun Aug 09 2020 Leigh Scott <leigh123linux@gmail.com> - 4.3.1-6 * Sun Aug 09 2020 Leigh Scott <leigh123linux@gmail.com> - 4.3.1-6
- Enable LTO for x86 - Enable LTO for x86
- Add glslang patches and bump version for build requires - Add glslang patches and bump version for build requires

Loading…
Cancel
Save