summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2019-08-21 22:01:24 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2019-08-21 22:01:24 -0500
commit9d677f52a3b29dedf9227e77de3db065cbb072ca (patch)
tree0bf3aff2e279bace0b47abe726624c33f70ad176
parentcc734672dcf794790ba179bac0c49bc4bb2a4a19 (diff)
opencv-4.1.1-1.par1: updating version
-rw-r--r--libre/opencv/PKGBUILD20
1 files changed, 11 insertions, 9 deletions
diff --git a/libre/opencv/PKGBUILD b/libre/opencv/PKGBUILD
index 897539cdf..8d258445e 100644
--- a/libre/opencv/PKGBUILD
+++ b/libre/opencv/PKGBUILD
@@ -6,8 +6,8 @@
pkgbase=opencv
pkgname=opencv
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.1.1
+pkgrel=1
pkgrel+=.par1
pkgdesc="Free Computer Vision Library, without nonfree SIFT and SURF algorithms, nonfree Milky icons and lena images"
arch=(x86_64)
@@ -17,19 +17,19 @@ url="https://opencv.org/"
depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 jasper ffmpeg)
makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 vtk glew ant java-environment)
optdepends=('opencv-samples: samples'
- 'gtk3: for the HighGUI module'
+ 'gtk3: for the HighGUI module and the Python bindings'
'vtk: for the viz module'
- 'hdf5: support for HDF5 format'
+ 'hdf5: for the HDF5 module and the Python bindings'
'opencl-icd-loader: For coding with OpenCL'
- 'python-numpy: Python 3 interface'
+ 'python-numpy: Python bindings'
'java-runtime: Java interface')
mksource=("$pkgbase-$pkgver.zip::https://github.com/opencv/opencv/archive/$pkgver.zip"
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz")
source=("https://repo.parabola.nu/other/$pkgname-libre/$pkgname-libre-$pkgver.zip"
opencv-includedir.patch)
-mksha256sums=('2c75b129da2e2c8728d168b7bf14ceca2da0ebe938557b109bae6742855ede13'
- 'e7d775cc0b87b04308823ca518b11b34cc12907a59af4ccdaf64419c1ba5e682')
-sha256sums=('0e98ff102aad366f2fc871b78d0910faa24f4528566cd793e6f8d615e12860f8'
+mksha256sums=('d34985c7b4283519c032e3585b30846644f56c81acba35693295ff8930f080aa'
+ '9f85d380758498d800fec26307e389620cde8b1a2e86ab51cddc5200fbe37102')
+sha256sums=('92de32fbd5c2239cf1b7bd52c07aab8bec76fab1dd51fef5a887f401f75ee2f6'
'a96e35c9592e655b21a62cfe04e864a10e21535ad900e5de67356b9e9f40ca10')
mksource() {
@@ -93,7 +93,9 @@ build() {
-DLAPACK_LAPACKE_H="/usr/include/lapacke.h" \
-DOPENCV_GENERATE_PKGCONFIG=ON \
-DOPENCV_ENABLE_NONFREE=OFF \
- -DOPENCV_JNI_INSTALL_PATH=lib
+ -DOPENCV_JNI_INSTALL_PATH=lib \
+ -DOPENCV_GENERATE_SETUPVARS=OFF \
+ -DEIGEN_INCLUDE_PATH=/usr/include/eigen3
# -DWITH_IPP=OFF
make
}