head 1.2; access; symbols pkgsrc-2019Q1:1.1.0.6 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.4 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.2 pkgsrc-2018Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2019.04.24.19.34.45; author adam; state dead; branches; next 1.1; commitid ufHYOOmjLekzADkB; 1.1 date 2018.09.26.19.33.50; author prlw1; state Exp; branches; next ; commitid MSuuh6XKqc0SkETA; desc @@ 1.2 log @opencv: updated to 3.4.6 version:3.4.6 OpenCV 3.4.6 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.1.0. version:3.4.5 OpenCV 3.4.5 has been released. Bug fixes, optimizations and other enhancements are propagated into OpenCV 4.0.1. version:3.4.4 OpenCV 3.4.4 has been released. This is a mantenance release. New features are landed in OpenCV 4.0. version:3.4.3 OpenCV 3.4.3 has been released, with further extended dnn module, documentation improvements, some other new functionality and bug fixes. version:3.4.2 OpenCV 3.4.2 has been released, with further extended dnn module, documentation improvements, some other new functionality and bug fixes. OpenCV 3.4.x development is switched from "master" to "3.4" branch. "master" branch is used for development of upcoming OpenCV 4.x releases. Bugfixes / optimizations / small improvemets should go into "3.4" branch. We will merge changes from "3.4" into "master" regularly (weekly/bi-weekly). @ text @$NetBSD: patch-modules_python_src2_cv2.cpp,v 1.1 2018/09/26 19:33:50 prlw1 Exp $ Sprinkle const for python 3.7 compatibility --- modules/python/src2/cv2.cpp.orig 2018-02-23 08:38:33.000000000 +0000 +++ modules/python/src2/cv2.cpp @@@@ -886,7 +886,7 @@@@ bool pyopencv_to(PyObject* obj, String& (void)name; if(!obj || obj == Py_None) return true; - char* str = PyString_AsString(obj); + const char* str = PyString_AsString(obj); if(!str) return false; value = String(str); @ 1.1 log @Fix opencv build with PYTHON_VERSION_DEFAULT=37 @ text @d1 1 a1 1 $NetBSD$ @