[Lunar-commits] <moonbase-other> opencv: version bumped and added some flags
v4hn
me at v4hn.de
Wed Nov 7 15:31:47 CET 2012
commit de45eb17dd4ae458a0eba5d1cde405725beb5c46
Author: v4hn <me at v4hn.de>
Date: Wed, 07 Nov 2012 06:31:47 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/de45eb17dd4ae458a0eba5d1cde405725beb5c46
opencv: version bumped and added some flags
---
libs/opencv/CONFIGURE | +1/-0
libs/opencv/DEPENDS | +4/-0
libs/opencv/DETAILS | +6/-6
3 files changed, 11 insertions(+), 6 deletions(-)
--- a/libs/opencv/CONFIGURE
+++ b/libs/opencv/CONFIGURE
@@ -1 +1,2 @@
mquery USE_PVAPI "Include support for Prosilica GigE fireware cameras?" n "-DWITH_PVAPI=ON" "-DWITH_PVAPI=OFF"
+mquery EXAMPLES "Build example programs?" y "-DBUILD_EXAMPLES=ON -DINSTALL_C_EXAMPLES=ON -DINSTALL_PYTHON_EXAMPLES=ON" "-DBUILD_EXAMPLES=OFF -DINSTALL_C_EXAMPLES=OFF -DINSTALL_PYTHON_EXAMPLES=OFF"
--- a/libs/opencv/DEPENDS
+++ b/libs/opencv/DEPENDS
@@ -1,3 +1,7 @@
+optional_depends Sphinx "-DBUILD_DOCS=ON" \
+ "-DBUILD_DOCS=OFF" \
+ "build documentation"
+
optional_depends libpng "-DWITH_PNG=ON" \
"-DWITH_PNG=OFF" \
"for png graphics support"
--- a/libs/opencv/DETAILS
+++ b/libs/opencv/DETAILS
@@ -1,15 +1,15 @@
MODULE=opencv
- VERSION=2.4.1
+ VERSION=2.4.3
SOURCE=OpenCV-$VERSION.tar.bz2
- SOURCE2=opencv-2.4.0-fix-pkgconfig.patch
+ SOURCE2=pkgconfig.patch
SOURCE_URL=$SFORGE_URL/opencvlibrary
- SOURCE2_URL=http://code.opencv.org/attachments/download/721/
+ SOURCE2_URL=http://code.opencv.org/attachments/download/1148/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/OpenCV-$VERSION
- SOURCE_VFY=sha1:bc6f23c62c8e3e0746f6f95067d54340d12aed56
- SOURCE2_VFY=sha1:a937bf1d96f453aebc4b1b988b474fd9cb45eb34
+ SOURCE_VFY=sha1:982be2c3e52dfc3e9d14692c60bc856b2b766be2
+ SOURCE2_VFY=sha1:709a2fac455a00e0e8956ec8c8f109be88a083ff
WEB_SITE=http://opencv.willowgarage.com/wiki
ENTERED=20050404
- UPDATED=20120607
+ UPDATED=20121106
SHORT="Open Source Computer Vision Library"
cat << EOF
More information about the Lunar-commits
mailing list