summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2023-01-06 12:32:40 +0100
committerTreeve Jelbert2023-01-06 12:32:40 +0100
commitafdb98ebd3e7e67ec8fcac5da783f17ecf0d1b8a (patch)
treefe64b1fa0dbf781944d1de98373a5572f6cd8160 /graphics-libs
parent9b8c1284de3fb61d7bc8ddce681548a87db1c261 (diff)
opencv4: => 4.7.0
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/opencv4/DETAILS6
-rw-r--r--graphics-libs/opencv4/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/graphics-libs/opencv4/DETAILS b/graphics-libs/opencv4/DETAILS
index 065d576605..47269ad2e0 100755
--- a/graphics-libs/opencv4/DETAILS
+++ b/graphics-libs/opencv4/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=opencv4
- VERSION=4.6.0
- SOURCE_HASH=sha512:93d7807794682990b6a1d1de1851986ae3c5d1afe6605f3f8cace03ba5e3390bee2568bc0f335af34d3fc974df64cbce0ce685261ec2abd693d259b97b15bc46
+ VERSION=4.7.0
+ SOURCE_HASH=sha512:f799e1eb4ef1eb81212319cf908d0a64d2d5179c8da86b919b06e96a6870a9f3ed33251223a841b71711349018ea6782c174179fa59958a1573e22d11cc9347d
IPPV=ippicv_2020_lnx_intel64_20191018_general.tgz
GIT=a56b6ac6f030c312b2dce17430eef13aed9af274
SOURCE=${SPELL}-$VERSION.tar.gz
@@ -9,7 +9,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:2e9cc9632774babf59cd186cd7b7edbd35a816bdda2acb51339c514a33fc6d8c3f1687eb3b0f6827304e3fcb0f9f3e81d47e8ab08239175750ac1240cc99dc5d
+ SOURCE2_HASH=sha512:f0d878180655de4255cb72cf358a5949dfcf53a386e74f9a743902ac1bae12b2e812a1fc4ecc56a6afdc6adbffec867883a3245ce0b527614cc76e3710e23230
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 e7429b907e..a8f31f05a0 100644
--- a/graphics-libs/opencv4/HISTORY
+++ b/graphics-libs/opencv4/HISTORY
@@ -1,3 +1,6 @@
+2023-01-06 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 4.7.0
+
2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)