import frei0r-plugins-1.6.1-7.el8
This commit is contained in:
parent
54fb8cd892
commit
82f4462f23
22
SOURCES/Include-opencv2-imgproc-hpp-for-CV_RGB.patch
Normal file
22
SOURCES/Include-opencv2-imgproc-hpp-for-CV_RGB.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
From b0a06d52e39438fae2afbf98bafe6c794d13b83e Mon Sep 17 00:00:00 2001
|
||||||
|
From: Christoph Willing <chris.willing@linux.com>
|
||||||
|
Date: Sat, 14 Jul 2018 21:34:03 +1000
|
||||||
|
Subject: [PATCH] Include opencv2/imgproc.hpp for CV_RGB()
|
||||||
|
|
||||||
|
Signed-off-by: Christoph Willing <chris.willing@linux.com>
|
||||||
|
---
|
||||||
|
src/filter/facebl0r/facebl0r.cpp | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/src/filter/facebl0r/facebl0r.cpp b/src/filter/facebl0r/facebl0r.cpp
|
||||||
|
index 6d6e8f2..823462a 100644
|
||||||
|
--- a/src/filter/facebl0r/facebl0r.cpp
|
||||||
|
+++ b/src/filter/facebl0r/facebl0r.cpp
|
||||||
|
@@ -19,6 +19,7 @@
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <opencv/cv.h>
|
||||||
|
#include <opencv/highgui.h>
|
||||||
|
+#include <opencv2/imgproc.hpp>
|
||||||
|
|
||||||
|
#include <frei0r.hpp>
|
||||||
|
#include <frei0r_math.h>
|
@ -1,11 +1,13 @@
|
|||||||
Name: frei0r-plugins
|
Name: frei0r-plugins
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Frei0r - a minimalist plugin API for video effects
|
Summary: Frei0r - a minimalist plugin API for video effects
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://frei0r.dyne.org/
|
URL: https://frei0r.dyne.org/
|
||||||
Source0: https://github.com/dyne/frei0r/archive/v%{version}/frei0r-plugins-%{version}.tar.gz
|
Source0: https://github.com/dyne/frei0r/archive/v%{version}/frei0r-plugins-%{version}.tar.gz
|
||||||
|
# https://github.com/dyne/frei0r/commit/b0a06d52e39438fae2afbf98bafe6c794d13b83e.patch
|
||||||
|
Patch0: Include-opencv2-imgproc-hpp-for-CV_RGB.patch
|
||||||
|
|
||||||
Buildrequires: libtool
|
Buildrequires: libtool
|
||||||
|
|
||||||
@ -35,7 +37,7 @@ The %{name}-devel package contains libraries and header files for
|
|||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n frei0r-%{version}
|
%autosetup -n frei0r-%{version} -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -69,6 +71,11 @@ rm -rf %{buildroot}%{_docdir}/%{name}
|
|||||||
%{_libdir}/pkgconfig/frei0r.pc
|
%{_libdir}/pkgconfig/frei0r.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 10 2020 Tomas Popela <tpopela@redhat.com> - 1.6.1-7
|
||||||
|
- Rebuild with newer annobin to fix rpmdiff problems
|
||||||
|
- Fix the build with a newer opencv
|
||||||
|
- Resolves: rhbz#1703994
|
||||||
|
|
||||||
* Thu Jul 26 2018 Josh Boyer <jwboyer@redhat.com> - 1.6.1-6
|
* Thu Jul 26 2018 Josh Boyer <jwboyer@redhat.com> - 1.6.1-6
|
||||||
- Rebuild for opencv soname bump (rhbz 1597591)
|
- Rebuild for opencv soname bump (rhbz 1597591)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user