Skip to content

Commit

Permalink
opencv: Version bump to 2.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed May 14, 2013
1 parent 36895ac commit ac630ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 2 additions & 5 deletions libs/opencv/BUILD
@@ -1,14 +1,11 @@
(

patch_it $SOURCE2 1 &&

if in_depends $MODUE tbb ; then
OPTS+=" -DTBB_LIB_DIR=/usr/lib"
fi &&

patch_it $SOURCE_CACHE/$SOURCE2 1 &&

default_cmake_build &&

# It doesn't install these binaries
install bin/opencv_test* /usr/bin

) > $C_FIFO 2>&1
9 changes: 4 additions & 5 deletions libs/opencv/DETAILS
@@ -1,15 +1,14 @@
MODULE=opencv
VERSION=2.4.3
SOURCE=OpenCV-$VERSION.tar.bz2
VERSION=2.4.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=pkgconfig.patch
SOURCE_URL=$SFORGE_URL/opencvlibrary
SOURCE2_URL=http://code.opencv.org/attachments/download/1148/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/OpenCV-$VERSION
SOURCE_VFY=sha1:982be2c3e52dfc3e9d14692c60bc856b2b766be2
SOURCE_VFY=sha1:9e25f821db9e25aa454a31976ba6b5a3a50b6fa4
SOURCE2_VFY=sha1:709a2fac455a00e0e8956ec8c8f109be88a083ff
WEB_SITE=http://opencv.willowgarage.com/wiki
ENTERED=20050404
UPDATED=20121106
UPDATED=20130514
SHORT="Open Source Computer Vision Library"

cat << EOF
Expand Down

0 comments on commit ac630ff

Please sign in to comment.