libraries/opencv: Updated for version 2.4.3

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
M.Dinslage 2012-12-02 12:34:15 -05:00 committed by dsomero
parent e6b18b1189
commit 76d01f16a3
2 changed files with 24 additions and 6 deletions

View file

@ -1,12 +1,30 @@
#!/bin/sh
# Slackware build script for opencv (Open Source Computer Vision)
# Slackware build script for opencv
# Written by M.Dinslage contact: daedra1980@gmail.com
# Copyright 2012 Matt Dinslage, Springfield, MO USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opencv
SRCNAM=OpenCV
VERSION=${VERSION:-2.4.2}
VERSION=${VERSION:-2.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="opencv"
VERSION="2.4.2"
VERSION="2.4.3"
HOMEPAGE="http://opencv.willowgarage.com/wiki/"
DOWNLOAD="http://downloads.sourceforge.net/opencvlibrary/OpenCV-2.4.2.tar.bz2"
MD5SUM="059ef86fc1724d69b75832a0d2929ff5"
DOWNLOAD="http://downloads.sourceforge.net/opencvlibrary/OpenCV-2.4.3.tar.bz2"
MD5SUM="c0a5af4ff9d0d540684c0bf00ef35dbe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""