diff options
Diffstat (limited to 'libre/opencv')
-rw-r--r-- | libre/opencv/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libre/opencv/PKGBUILD b/libre/opencv/PKGBUILD index 8e3458ee9..ab03a9aae 100644 --- a/libre/opencv/PKGBUILD +++ b/libre/opencv/PKGBUILD @@ -8,15 +8,18 @@ pkgbase=opencv pkgname=opencv pkgver=3.4.3 -pkgrel=2.parabola1 +pkgrel=4 +pkgrel+=.par1 pkgdesc="Free Computer Vision Library, without nonfree SIFT and SURF algorithms, nonfree Milky icons and lena images" -arch=(i686 x86_64 armv7h) +arch=(x86_64) +arch+=(i686 armv7h) license=(BSD) url="http://opencv.org/" -depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 jasper) -makedepends=(cmake python-numpy python2-numpy mesa eigen hdf5 lapacke gtk3) +depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 jasper ffmpeg) +makedepends=(cmake python-numpy python2-numpy mesa eigen hdf5 lapacke gtk3 vtk glew) optdepends=('opencv-samples: samples' 'gtk3: for the HighGUI module' + 'vtk: for the viz module' 'hdf5: support for HDF5 format' 'opencl-icd-loader: For coding with OpenCL' 'python-numpy: Python 3 interface' |