[Lunar-commits] <moonbase> opencv: Version bump to 2.3.1. Changing buile to use default_cmake_build().

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Aug 26 01:28:24 CEST 2011


commit 4ad7fdd570a4ed55fd2b8b8a98919380d287144f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Aug 25 19:28:24 2011 -0400

    opencv: Version bump to 2.3.1. Changing buile to use default_cmake_build().
    
    Adding openexr as optional_depends.
---
 libs/opencv/BUILD   |    6 +-----
 libs/opencv/DEPENDS |    6 ++++--
 libs/opencv/DETAILS |    8 ++++----
 3 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/libs/opencv/BUILD b/libs/opencv/BUILD
index 92ab59c..bd4c265 100644
--- a/libs/opencv/BUILD
+++ b/libs/opencv/BUILD
@@ -1,9 +1,5 @@
 (
 
-  cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX         \
-        -DCMAKE_BUILD_TYPE=RELEASE                    \
-        $OPTS .                                      &&
-
-  default_make
+  default_cmake_build
 
 ) > $C_FIFO 2>&1
diff --git a/libs/opencv/DEPENDS b/libs/opencv/DEPENDS
index b78d746..c9ef3ac 100644
--- a/libs/opencv/DEPENDS
+++ b/libs/opencv/DEPENDS
@@ -46,9 +46,11 @@ optional_depends unicap       "-DWITH_UNICAP=ON"    \
                               "-DWITH_UNICAP=OFF"  \
                               "for additional video capture support"
 
-optional_depends              "v4l-utils"          \
-                              "-DWITH_V4L=ON"      \
+optional_depends "v4l-utils"  "-DWITH_V4L=ON"      \
                               "-DWITH_V4L=OFF"     \
                               "for v4l video support"
 
+optional_depends "openexr"    "-DWITH_OPENEXR=ON"     \
+                              "-DWITH_OPENEXR=OFF"    \
+                              "for IML support"
 
diff --git a/libs/opencv/DETAILS b/libs/opencv/DETAILS
index 5d3d4cb..1c161ba 100644
--- a/libs/opencv/DETAILS
+++ b/libs/opencv/DETAILS
@@ -1,12 +1,12 @@
           MODULE=opencv
-         VERSION=2.2.0
+         VERSION=2.3.1
           SOURCE=OpenCV-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/opencvlibrary/opencv-unix/2.0/
+      SOURCE_URL=$SFORGE_URL/opencvlibrary/opencv-unix/2.3.1/
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/OpenCV-$VERSION
-      SOURCE_VFY=sha1:984ed71672d50391d0617fce2ef58e7590ec0fd7
+      SOURCE_VFY=sha1:65ec38aaad6e98f19d3dc2d4f017ce1ef8cbcb1b
         WEB_SITE=http://opencv.willowgarage.com/wiki/
          ENTERED=20050404
-         UPDATED=20101207
+         UPDATED=20110825
            SHORT="Open Source Computer Vision Library"
 
 cat << EOF


More information about the Lunar-commits mailing list