pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Avoid opencv 3.0 for now as libpthread hangs in cvtColor



Module Name:	pkgsrc-wip
Committed By:	Adrian Steinmann <ast%NetBSD.org@localhost>
Pushed By:	ast
Date:		Thu Nov 12 07:12:21 2015 +0100
Changeset:	b6d779fd25e71305bd5ea15f7aa12328fb6ad03d

Modified Files:
	facedetect/Makefile

Log Message:
Avoid opencv 3.0 for now as libpthread hangs in cvtColor

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b6d779fd25e71305bd5ea15f7aa12328fb6ad03d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 facedetect/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/facedetect/Makefile b/facedetect/Makefile
index b03520f..eacfea4 100644
--- a/facedetect/Makefile
+++ b/facedetect/Makefile
@@ -15,7 +15,7 @@ HOMEPAGE=       http://www.thregr.org/~wavexx/software/facedetect/
 COMMENT=        Simple face detector for batch processing
 LICENSE=        gnu-gpl-v2
 
-DEPENDS+=       opencv>=2.4:../../graphics/opencv
+DEPENDS+=       opencv>=2.4:../../graphics/opencv2
 
 SUBST_CLASSES+=          fix-paths
 SUBST_STAGE.fix-paths=   post-extract


Home | Main Index | Thread Index | Old Index