[arch-commits] Commit in opencv/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jun 7 19:07:15 UTC 2017


    Date: Wednesday, June 7, 2017 @ 19:07:09
  Author: arojas
Revision: 298139

Add hdf5 make+optdepend, not pulled by ffmpeg anymore (FS#54347)

Modified:
  opencv/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-07 18:30:30 UTC (rev 298138)
+++ PKGBUILD	2017-06-07 19:07:09 UTC (rev 298139)
@@ -5,15 +5,15 @@
 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')
 url="http://opencv.org/"
 depends=('intel-tbb' 'openexr' 'xine-lib' 'libdc1394' 'gtkglext')
-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')



More information about the arch-commits mailing list