mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
opencv: update to 3.4.8.
This commit is contained in:
parent
e8b4b3fe58
commit
583d5bec5d
1 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opencv'
|
# Template file for 'opencv'
|
||||||
pkgname=opencv
|
pkgname=opencv
|
||||||
version=3.4.5
|
version=3.4.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
|
configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON
|
||||||
-DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON
|
-DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON
|
||||||
|
@ -16,7 +16,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://opencv.org"
|
homepage="https://opencv.org"
|
||||||
distfiles="https://github.com/opencv/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/opencv/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=0c57d9dd6d30cbffe68a09b03f4bebe773ee44dc8ff5cd6eaeb7f4d5ef3b428e
|
checksum=f0901648a1db3dc3af30e65082665921dbe998673137380450bdd91e8251b567
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv[56]*|mips*) makedepends+=" libatomic-devel";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -61,4 +65,3 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue