mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/opencv removed libcl dependency...
libcl only avail for x86, wasnt previously a depends. came in 2.4.3-3
This commit is contained in:
parent
6df0c63232
commit
ef46a93f42
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ pkgbase=opencv
|
|||
pkgname=('opencv' 'opencv-docs' 'opencv-samples')
|
||||
_realname=OpenCV
|
||||
pkgver=2.4.3
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Open Source Computer Vision Library"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('BSD')
|
||||
url="http://opencv.org/"
|
||||
depends=('jasper' 'gstreamer0.10-base' 'libcl'
|
||||
depends=('jasper' 'gstreamer0.10-base'
|
||||
'xine-lib' 'libdc1394' 'openexr' 'gtkglext')
|
||||
makedepends=('cmake' 'python2-numpy' 'eigen2'
|
||||
'opencl-headers' 'mesa')
|
||||
|
|
Loading…
Reference in a new issue