mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/opencv to 3.2.0-4
This commit is contained in:
parent
5b7a8ed17c
commit
5f9b1dd8df
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
pkgbase=opencv
|
||||
pkgname=('opencv' 'opencv-samples')
|
||||
pkgver=3.2.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Open Source Computer Vision Library"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('BSD')
|
||||
|
@ -17,9 +17,9 @@ url="http://opencv.org/"
|
|||
depends=('openexr' 'xine-lib' 'libdc1394' 'gtkglext' 'protobuf')
|
||||
depends_armv7h=('intel-tbb')
|
||||
depends_aarch64=('intel-tbb')
|
||||
makedepends=('cmake' 'python-numpy' 'python2-numpy' 'mesa' 'eigen')
|
||||
makedepends=('cmake' 'python-numpy' 'python2-numpy' 'mesa' 'eigen' 'hdf5')
|
||||
optdepends=('opencv-samples'
|
||||
'eigen'
|
||||
'hdf5: support for HDF5 format'
|
||||
'opencl-icd-loader: For coding with OpenCL'
|
||||
'python-numpy: Python 3 interface'
|
||||
'python2-numpy: Python 2 interface')
|
||||
|
|
Loading…
Reference in a new issue