Update to 1.7.0
This commit is contained in:
parent
6e7aeb7de7
commit
70ccc4e973
22
27.diff
22
27.diff
@ -1,22 +0,0 @@
|
||||
diff --git a/src/filter/facebl0r/facebl0r.cpp b/src/filter/facebl0r/facebl0r.cpp
|
||||
index 6d6e8f2..10fcdb7 100644
|
||||
--- a/src/filter/facebl0r/facebl0r.cpp
|
||||
+++ b/src/filter/facebl0r/facebl0r.cpp
|
||||
@@ -15,10 +15,17 @@
|
||||
*/
|
||||
|
||||
|
||||
+#include <opencv2/core/version.hpp>
|
||||
+#define CV_VERSION_NUM (CV_VERSION_MAJOR * 10000 \
|
||||
+ + CV_VERSION_MINOR * 100 \
|
||||
+ + CV_VERSION_REVISION)
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <opencv/cv.h>
|
||||
#include <opencv/highgui.h>
|
||||
+#if CV_VERSION_NUM > 30401
|
||||
+#include <opencv2/imgproc.hpp>
|
||||
+#endif
|
||||
|
||||
#include <frei0r.hpp>
|
||||
#include <frei0r_math.h>
|
@ -1,12 +1,11 @@
|
||||
Name: frei0r-plugins
|
||||
Version: 1.6.1
|
||||
Release: 9%{?dist}
|
||||
Version: 1.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Frei0r - a minimalist plugin API for video effects
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://frei0r.dyne.org/
|
||||
Source0: https://github.com/dyne/frei0r/archive/v%{version}/frei0r-plugins-%{version}.tar.gz
|
||||
Patch1: 27.diff
|
||||
|
||||
Buildrequires: libtool
|
||||
|
||||
@ -71,6 +70,9 @@ rm -rf %{buildroot}%{_docdir}/%{name}
|
||||
%{_libdir}/pkgconfig/frei0r.pc
|
||||
|
||||
%changelog
|
||||
* Sun Dec 15 2019 Nicolas Chauvet <kwizart@gmail.com> - 1.7.0-1
|
||||
- Update to 1.7.0
|
||||
|
||||
* Wed Sep 11 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.6.1-9
|
||||
- Rebuild for opencv (with vtk disabled)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (frei0r-plugins-1.6.1.tar.gz) = 013ccc9a58049b5a07049965db50255e488bab469df2d395017a5bcde4bede1a157f642d331fd0322046b12851fca650c447ee9ffb7cd7f307b2be2e1a62f29c
|
||||
SHA512 (frei0r-plugins-1.7.0.tar.gz) = 5b8a4f7be0518b4d448c50abaa686d1b48e65cc0a909c18bd97ef85193c21b7c6677bb703b3861b817cd48b859cb1c8b9eae5236caf81d385bbe06f24a019717
|
||||
|
Loading…
Reference in New Issue
Block a user