summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2019-04-24 08:16:23 +0200
committerTreeve Jelbert2019-04-24 08:16:23 +0200
commite99ab688a9087263ad9c9c147983a7fe970fb7c4 (patch)
tree6aef08232d86e855124b24a34186f4772b181398 /graphics-libs
parent3f2e60a2eed86d51d9a53b97626804acad3e1cf4 (diff)
opencv4: => 4.1.0
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/opencv4/DETAILS6
-rw-r--r--graphics-libs/opencv4/HISTORY4
-rwxr-xr-xgraphics-libs/opencv4/PRE_BUILD1
3 files changed, 8 insertions, 3 deletions
diff --git a/graphics-libs/opencv4/DETAILS b/graphics-libs/opencv4/DETAILS
index 125a2849b0..d247b3fb33 100755
--- a/graphics-libs/opencv4/DETAILS
+++ b/graphics-libs/opencv4/DETAILS
@@ -1,6 +1,6 @@
SPELL=opencv4
- VERSION=4.0.1
- SOURCE_HASH=sha512:d74dd325029a67676dd2c7fdbecb2b14cb531441b2a1b74fc1ebe6db096ea87c12801c8b997ebbe280fbd401311c0220133a0c29911b0dae82cb93453be0b2b0
+ VERSION=4.1.0
+ SOURCE_HASH=sha512:492168c1260cd30449393c4b266d75202e751493a8f1e184af6c085d8f4a38800ee954d84fe8c36fcceb690b1ebb5e511b68c05901f64be79a0915f3f8a46dc0
IPPV=ippicv_2017u3_lnx_intel64_general_20170822.tgz
GIT=dfe3162c237af211e98b8960018b564bc209261d
SOURCE=${SPELL}-$VERSION.tar.gz
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%?}-${VERSION}
URL=https://github.com/opencv
SOURCE_URL[0]=$URL/opencv/archive/$VERSION.tar.gz
if ! list_find "$CV_CONTRIB" none ;then
- SOURCE2_HASH=sha512:8876bbb4dc7955f986e4c9fc80a63060ce0ee8586f3ba2fcd0a82dfbcafba390ff590b0c0fee325388b0feda7c70526f8cab48643e9b15fff90a91b14443add08876bbb4dc7955f986e4c9fc80a63060ce0ee8586f3ba2fcd0a82dfbcafba390ff590b0c0fee325388b0feda7c70526f8cab48643e9b15fff90a91b14443add0
+ SOURCE2_HASH=sha512:68b373dcb149891847927709bd4409711d74adc65c6c79e8d91c61eee673a4a2304535868d7f54324ac6156b2bec9608d4f9c8f24b3378d43893b0734e116c35
SOURCE2=opencv_contrib-$VERSION.tar.gz
SOURCE2_URL[0]=$URL/opencv_contrib/archive/$VERSION.tar.gz
fi
diff --git a/graphics-libs/opencv4/HISTORY b/graphics-libs/opencv4/HISTORY
index 5a3acf9d1f..9da01a05bf 100644
--- a/graphics-libs/opencv4/HISTORY
+++ b/graphics-libs/opencv4/HISTORY
@@ -1,3 +1,7 @@
+2019-04-23 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 4.1.0
+ * PRE_BUILD: specify location for ippiw
+
2019-01-05 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: fix typo
diff --git a/graphics-libs/opencv4/PRE_BUILD b/graphics-libs/opencv4/PRE_BUILD
index 245b9a09d3..eb5dd3c7ae 100755
--- a/graphics-libs/opencv4/PRE_BUILD
+++ b/graphics-libs/opencv4/PRE_BUILD
@@ -1,6 +1,7 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
unpack_file 3 &&
+ln -s ippiw_lnx/src iw &&
if ! list_find "$CV_CONTRIB" none ;then
cd $BUILD_DIRECTORY &&
unpack_file 2 &&