libraries/opencv: Updated for version 2.4.4a.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
M.Dinslage 2013-04-24 07:14:15 -04:00 committed by Niels Horn
parent 03d9c0104b
commit a83e897e5d
3 changed files with 13 additions and 11 deletions

View file

@ -23,11 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opencv
SRCNAM=OpenCV
VERSION=${VERSION:-2.4.4}
VERSION=${VERSION:-2.4.4a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=OpenCV
TARVER=2.4.4
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@ -62,7 +64,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
cd $SRCNAM-$VERSION
cd $PRGNAM-$TARVER
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View file

@ -1,8 +1,8 @@
PRGNAM="opencv"
VERSION="2.4.4"
VERSION="2.4.4a"
HOMEPAGE="http://opencv.willowgarage.com/wiki/"
DOWNLOAD="http://downloads.sourceforge.net/opencvlibrary/OpenCV-2.4.4.tar.bz2"
MD5SUM="bb7272c102a801a9f9ee01db6e7ad8e9"
DOWNLOAD="http://downloads.sourceforge.net/opencvlibrary/OpenCV-2.4.4a.tar.bz2"
MD5SUM="876dce80ea2648b7e4d4c5a567b4d37b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
opencv: OpenCV (Open Source Computer Vision)