diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-10-22 14:05:52 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-10-22 14:05:52 -0500 |
commit | f0148a11ea4e09e6f1c28749df34f03ff8e5068b (patch) | |
tree | 4cd51f320a3772e9d121d91f7729a875132587b8 /libre/opencv | |
parent | 267d624efcee7aa5832fb2a5842b555622c457dc (diff) | |
download | abslibre-f0148a11ea4e09e6f1c28749df34f03ff8e5068b.tar.gz abslibre-f0148a11ea4e09e6f1c28749df34f03ff8e5068b.tar.bz2 abslibre-f0148a11ea4e09e6f1c28749df34f03ff8e5068b.zip |
opencv-3.4.3-4.par1: rebuild
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' |