Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2020 09:06:20 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558733 - in head/graphics/frei0r: . files
Message-ID:  <202012200906.0BK96KIL018245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Dec 20 09:06:19 2020
New Revision: 558733
URL: https://svnweb.freebsd.org/changeset/ports/558733

Log:
  graphics/frei0r-plugins-opencv: prepare for OpenCV 3.4.7
  
  PR:		237135
  Obtained from:	https://github.com/dyne/frei0r/commit/b0a06d52e39438fae2afbf98bafe6c794d13b83e

Added:
  head/graphics/frei0r/files/extra-patch-src_filter_facebl0r_facebl0r.cpp   (contents, props changed)
Modified:
  head/graphics/frei0r/Makefile

Modified: head/graphics/frei0r/Makefile
==============================================================================
--- head/graphics/frei0r/Makefile	Sun Dec 20 08:56:51 2020	(r558732)
+++ head/graphics/frei0r/Makefile	Sun Dec 20 09:06:19 2020	(r558733)
@@ -23,7 +23,8 @@ IGNORE=		cannot build OpenCV and gavl plugins simultan
 
 .if defined(BUILDING_FREI0R_OPENCV) || defined(BUILDING_FREI0R_GAVL)
 EXTRA_PATCHES=	${PATCHDIR}/extra-patch-frei0r-plugins \
-		${PATCHDIR}/extra-patch-src_filter_facedetect_CMakeLists.txt
+		${PATCHDIR}/extra-patch-src_filter_facedetect_CMakeLists.txt \
+		${PATCHDIR}/extra-patch-src_filter_facebl0r_facebl0r.cpp
 
 USES+=		localbase
 .endif

Added: head/graphics/frei0r/files/extra-patch-src_filter_facebl0r_facebl0r.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/frei0r/files/extra-patch-src_filter_facebl0r_facebl0r.cpp	Sun Dec 20 09:06:19 2020	(r558733)
@@ -0,0 +1,10 @@
+--- src/filter/facebl0r/facebl0r.cpp.orig	2020-12-20 08:53:32 UTC
++++ 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012200906.0BK96KIL018245>