mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
opencv to 2.4.3-4
This commit is contained in:
parent
160baac217
commit
e1f3a87eb7
1 changed files with 4 additions and 3 deletions
|
@ -9,15 +9,15 @@ pkgbase=opencv
|
|||
pkgname=('opencv' 'opencv-docs' 'opencv-samples')
|
||||
_realname=OpenCV
|
||||
pkgver=2.4.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Open Source Computer Vision Library"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('BSD')
|
||||
url="http://opencv.org/"
|
||||
depends=('jasper' 'gstreamer0.10-base'
|
||||
depends=('jasper' 'gstreamer0.10-base' 'libcl'
|
||||
'xine-lib' 'libdc1394' 'openexr' 'gtkglext')
|
||||
makedepends=('cmake' 'python2-numpy' 'eigen2'
|
||||
'libcl' 'opencl-headers' 'mesa')
|
||||
'opencl-headers' 'mesa')
|
||||
optdepends=('opencv-docs'
|
||||
'opencv-samples'
|
||||
'eigen2'
|
||||
|
@ -110,6 +110,7 @@ package_opencv-samples() {
|
|||
mkdir -p "$pkgdir/usr/share/opencv"
|
||||
cp -r opencv-samples "$pkgdir/usr/share/opencv/samples"
|
||||
|
||||
# Do we really need licenses for these minor splits?
|
||||
# install license file
|
||||
#install -Dm644 "$srcdir/$_realname-$pkgver/doc/license.txt" \
|
||||
# "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
|
|
Loading…
Reference in a new issue