Disable OpenCV for f32 until fixed
This commit is contained in:
parent
e54bc29ad9
commit
b5b3e20dbe
@ -1,6 +1,6 @@
|
||||
Name: frei0r-plugins
|
||||
Version: 1.7.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Frei0r - a minimalist plugin API for video effects
|
||||
|
||||
License: GPLv2+
|
||||
@ -13,7 +13,9 @@ Buildrequires: libtool
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gavl-devel >= 0.2.3
|
||||
%if 0%{?fedora} && 0%{?fedora} < 32
|
||||
BuildRequires: opencv-devel >= 1.0.0
|
||||
%endif
|
||||
BuildRequires: cairo-devel >= 1.0.0
|
||||
|
||||
|
||||
@ -72,6 +74,9 @@ rm -rf %{buildroot}%{_docdir}/%{name}
|
||||
%{_libdir}/pkgconfig/frei0r.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jan 20 2020 Nicolas Chauvet <kwizart@gmail.com>
|
||||
- Rebuilt without OpenCV
|
||||
|
||||
* Mon Dec 30 2019 Nicolas Chauvet <kwizart@gmail.com> - 1.7.0-2
|
||||
- Rebuilt for opencv4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user