Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 63D10705B8 for ; Mon, 5 Aug 2013 12:27:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C9C9A14A1A7; Mon, 5 Aug 2013 12:27:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EE1A14A1A1 for ; Mon, 5 Aug 2013 12:27:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HTmbV-V-TCrB for ; Mon, 5 Aug 2013 12:27:49 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3AEC414A18D for ; Mon, 5 Aug 2013 12:27:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 187B996; Mon, 5 Aug 2013 12:27:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 5 Aug 2013 12:27:49 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/graphics/opencv To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20130805122749.187B996@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Mon Aug 5 12:27:49 UTC 2013 Modified Files: pkgsrc/graphics/opencv: Makefile PLIST distinfo pkgsrc/graphics/opencv/patches: patch-modules_ts_include_opencv2_ts_ts__perf.hpp Log Message: Update opencv to 2.4.6.1 Changes in 2.4.6.1: * Hotfix for camera pipeline for Linux (V4L). Changes in 2.4.6: * Windows RT: added video file i/o and sample application using camera, enabled parallelization with TBB or MS Concurrency * CUDA 5.5: added support for desktop and ARM * Added Qt 5 support * Binary compatiblility with both OpenCL 1.1/1.2 platforms. Now the binaries compiled with any of AMD/Intel/Nvidia's SDK can run on all other platforms. * New functions ported, CLAHE, GoodFeaturesToTrack, TVL1 optical flow and more * Performance optimizations, HOG and more. * More kernel binary cache options though setBinaryDiskCache interface. * OpenCL binaries are now included into the superpack for Windows (for VS2010 and VS2012 only) * Switched all the remaining parallel loops from TBB-only 'tbb::parallel_for()' to universal 'cv::parallel_for_()' with many possible backends (MS Concurrency, Apple's GDC, OpenMP, Intel TBB etc.) * iOS build scripts (together with Android ones) moved to 'opencv/platforms' directory * Fixed bug with incorrect saved video from camera through CvVideoCamera * Added 'rotateVideo' flag to the CvVideoCamera class to control camera preview rotation on device rotation * Added functions to convert between UIImage and cv::Mat (just include opencv2/highgui/ios.h) * Numerous bug-fixes across all the library To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/graphics/opencv/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/opencv/PLIST cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/opencv/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/graphics/opencv/patches/patch-modules_ts_include_opencv2_ts_ts__perf.hpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.