2013-11-12 23:13:01 +00:00
|
|
|
# $Id$
|
2012-11-17 07:36:21 +00:00
|
|
|
# Maintainer: Ray Rashif <schiv@archlinux.org>
|
|
|
|
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
|
|
|
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
2015-04-28 20:09:04 +00:00
|
|
|
# - remove intel-tbb depend for v5 and v6
|
2016-04-24 19:28:02 +00:00
|
|
|
# - depend on protobuf to skip building old, broken, bundled version
|
2012-11-17 07:36:21 +00:00
|
|
|
|
|
|
|
pkgbase=opencv
|
2013-04-11 19:27:35 +00:00
|
|
|
pkgname=('opencv' 'opencv-samples')
|
2017-12-26 14:06:32 +00:00
|
|
|
pkgver=3.4.0
|
2018-01-02 00:43:47 +00:00
|
|
|
pkgrel=2.1
|
2012-11-17 07:36:21 +00:00
|
|
|
pkgdesc="Open Source Computer Vision Library"
|
2017-12-05 19:37:48 +00:00
|
|
|
arch=('x86_64')
|
2012-11-17 07:36:21 +00:00
|
|
|
license=('BSD')
|
|
|
|
url="http://opencv.org/"
|
2017-12-26 14:06:32 +00:00
|
|
|
depends=('openexr' 'xine-lib' 'libdc1394' 'gtkglext' 'protobuf' 'cblas' 'lapack' 'libgphoto2')
|
2015-04-28 20:09:04 +00:00
|
|
|
depends_armv7h=('intel-tbb')
|
2016-04-24 19:28:02 +00:00
|
|
|
depends_aarch64=('intel-tbb')
|
2017-12-05 19:37:48 +00:00
|
|
|
makedepends=('cmake' 'python-numpy' 'python2-numpy' 'mesa' 'eigen' 'hdf5' 'lapacke')
|
2013-04-11 19:27:35 +00:00
|
|
|
optdepends=('opencv-samples'
|
2017-06-07 23:17:49 +00:00
|
|
|
'hdf5: support for HDF5 format'
|
2016-12-08 00:39:10 +00:00
|
|
|
'opencl-icd-loader: For coding with OpenCL'
|
2016-04-24 19:28:02 +00:00
|
|
|
'python-numpy: Python 3 interface'
|
|
|
|
'python2-numpy: Python 2 interface')
|
2017-08-27 14:17:13 +00:00
|
|
|
source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip"
|
|
|
|
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz")
|
2017-12-26 14:06:32 +00:00
|
|
|
sha256sums=('ae8a9f468b7ee3822a62d20d356c69f2b32330a231e738ac2914f332766611b7'
|
|
|
|
'699ab3eee7922fbd3e8f98c68e6d16a1d453b20ef364e76172e56466dc9c16cd')
|
2016-04-24 19:28:02 +00:00
|
|
|
|
|
|
|
_cmakeopts=('-D WITH_OPENCL=ON'
|
2012-11-21 06:21:34 +00:00
|
|
|
'-D WITH_OPENGL=ON'
|
2016-04-24 19:28:02 +00:00
|
|
|
'-D WITH_TBB=ON'
|
2012-11-21 06:21:34 +00:00
|
|
|
'-D WITH_XINE=ON'
|
2014-09-17 15:20:10 +00:00
|
|
|
'-D WITH_GSTREAMER=OFF'
|
2012-11-21 06:21:34 +00:00
|
|
|
'-D BUILD_WITH_DEBUG_INFO=OFF'
|
2012-11-17 07:36:21 +00:00
|
|
|
'-D BUILD_TESTS=OFF'
|
2012-11-21 06:21:34 +00:00
|
|
|
'-D BUILD_PERF_TESTS=OFF'
|
2012-11-17 07:36:21 +00:00
|
|
|
'-D BUILD_EXAMPLES=ON'
|
|
|
|
'-D INSTALL_C_EXAMPLES=ON'
|
|
|
|
'-D INSTALL_PYTHON_EXAMPLES=ON'
|
2012-11-21 06:21:34 +00:00
|
|
|
'-D CMAKE_BUILD_TYPE=Release'
|
|
|
|
'-D CMAKE_INSTALL_PREFIX=/usr'
|
2017-12-26 14:06:32 +00:00
|
|
|
'-D CMAKE_INSTALL_LIBDIR=lib'
|
2016-04-24 19:28:02 +00:00
|
|
|
'-D CMAKE_SKIP_RPATH=ON'
|
|
|
|
#'-D WITH_IPP=ON'
|
|
|
|
#'-D INSTALL_CREATE_DISTRIB=ON'
|
|
|
|
)
|
2012-11-17 07:36:21 +00:00
|
|
|
|
2013-04-11 19:27:35 +00:00
|
|
|
build() {
|
2017-08-24 12:16:40 +00:00
|
|
|
mkdir -p build
|
2013-03-05 01:58:19 +00:00
|
|
|
|
2017-08-24 12:16:40 +00:00
|
|
|
cd build
|
2017-12-05 19:37:48 +00:00
|
|
|
# cmake's FindLAPACK doesn't add cblas to LAPACK_LIBRARIES, so we need to specify them manually
|
2016-04-24 19:28:02 +00:00
|
|
|
cmake ${_cmakeopts[@]} \
|
|
|
|
-DOPENCV_EXTRA_MODULES_PATH="$srcdir/opencv_contrib-$pkgver/modules" \
|
2017-12-05 19:37:48 +00:00
|
|
|
-DLAPACK_LIBRARIES="/usr/lib/liblapack.so;/usr/lib/libblas.so;/usr/lib/libcblas.so" \
|
|
|
|
-DLAPACK_CBLAS_H="/usr/include/cblas.h" \
|
|
|
|
-DLAPACK_LAPACKE_H="/usr/include/lapacke.h" \
|
2017-08-24 12:16:40 +00:00
|
|
|
../$pkgname-$pkgver
|
2017-12-26 14:06:32 +00:00
|
|
|
make
|
2012-11-17 07:36:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package_opencv() {
|
2013-11-15 13:07:28 +00:00
|
|
|
options=('staticlibs')
|
|
|
|
|
2017-08-24 12:16:40 +00:00
|
|
|
cd build
|
2012-11-17 07:36:21 +00:00
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
|
|
|
|
# install license file
|
2014-06-25 00:30:14 +00:00
|
|
|
install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" \
|
2012-11-17 07:36:21 +00:00
|
|
|
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
|
|
|
|
|
|
|
cd "$pkgdir/usr/share"
|
|
|
|
|
2013-04-11 19:27:35 +00:00
|
|
|
# separate samples package; also be -R friendly
|
2014-06-25 00:30:14 +00:00
|
|
|
if [[ -d OpenCV/samples ]]; then
|
|
|
|
mv OpenCV/samples "$srcdir/$pkgname-samples"
|
|
|
|
mv OpenCV $pkgname # otherwise folder naming is inconsistent
|
|
|
|
elif [[ ! -d OpenCV ]]; then
|
|
|
|
warning "Directory naming issue; samples package may not be built!"
|
2013-11-15 13:07:28 +00:00
|
|
|
fi
|
2012-11-17 07:36:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package_opencv-samples() {
|
|
|
|
pkgdesc+=" (samples)"
|
2013-11-15 13:07:28 +00:00
|
|
|
depends=("opencv=$pkgver") # sample codes change with lib/API
|
2012-11-17 07:36:21 +00:00
|
|
|
unset optdepends
|
|
|
|
|
2012-11-21 06:21:34 +00:00
|
|
|
mkdir -p "$pkgdir/usr/share/opencv"
|
2013-04-11 19:27:35 +00:00
|
|
|
cp -r "$srcdir/opencv-samples" "$pkgdir/usr/share/opencv/samples"
|
2017-08-27 14:17:13 +00:00
|
|
|
# fix permissions
|
|
|
|
chmod 755 "$pkgdir"/usr/share/opencv/samples/*
|
2013-04-20 17:28:16 +00:00
|
|
|
|
|
|
|
# install license file
|
2014-06-25 00:30:14 +00:00
|
|
|
install -Dm644 "$srcdir/opencv-$pkgver/LICENSE" \
|
2013-04-20 17:28:16 +00:00
|
|
|
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
2012-11-17 07:36:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# vim:set ts=2 sw=2 et:
|