summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArgyros Argyridis2017-02-27 10:48:56 +0200
committerArgyros Argyridis2017-02-27 10:48:56 +0200
commit510132fad969e91bc7f454edb33d02ff43209080 (patch)
treebebe5234f00721843bdba053b06603a514f9796b
parent90aac398b2ca169a680c55847724f57dd1f3cc89 (diff)
downloadaur-510132fad969e91bc7f454edb33d02ff43209080.tar.gz
updating to support monteverdi
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49f3c83fb8ae..d6042f10f69f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = orfeo-toolbox
pkgdesc = ORFEO Toolbox (OTB) is an open source library of image processing algorithms
pkgver = 5.10.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.orfeo-toolbox.org/otb/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 73b1a552fcc8..8e7622825086 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=orfeo-toolbox
pkgver=5.10.0
_pkgver=5.10
minorver=1
-pkgrel=1
+pkgrel=2
pkgdesc="ORFEO Toolbox (OTB) is an open source library of image processing algorithms"
arch=(x86_64 i686)
url="http://www.orfeo-toolbox.org/otb/"
@@ -75,7 +75,11 @@ cmake ../OTB-release-$_pkgver \
-DOTB_USE_OPENGL=ON \
-DOTB_USE_GLUT=ON \
-DOTB_DATA_USE_LARGEINPUT=ON \
--DOTB_BUILD_ALL_MODULES_FOR_TESTS=ON
+-DOTB_BUILD_ALL_MODULES_FOR_TESTS=ON \
+-DOTB_USE_GLEW=ON \
+-DOTB_USE_QWT=ON \
+-DQWT_INCLUDE_DIR=/usr/include/qwt5 \
+-DQWT_LIBRARY=/usr/lib64/libqwt5.so
make