summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a878a4998c5..2e1303dbbae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cloudcompare-git
pkgdesc = A 3D point cloud (and triangular mesh) processing software
- pkgver = 2.8.0.r113.g15a03b90
+ pkgver = 2.8.0.r140.gedb8d44b
pkgrel = 1
url = http://www.danielgm.net/cc/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f42adb9da144..4af3031baad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
name=cloudcompare
pkgname=${name}-git
-pkgver=2.8.0.r113.g15a03b90
+pkgver=2.8.0.r140.gedb8d44b
pkgrel=1
pkgdesc="A 3D point cloud (and triangular mesh) processing software"
arch=('i686' 'x86_64')
@@ -33,9 +33,12 @@ build() {
cmake .. \
-DCMAKE_CXX_FLAGS=-fpermissive \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DINSTALL_QCOMPASS_PLUGIN=ON \
+ -DINSTALL_QPCL_PLUGIN=ON \
-DINSTALL_QBLUR_PLUGIN=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCOMPILE_CC_CORE_LIB_WITH_CGAL=ON \
+ -DCGAL_DIR=/usr/lib/CGAL \
-DINSTALL_QHPR_PLUGIN=ON \
-DINSTALL_QPOISSON_RECON_PLUGIN=ON \
-DPOISSON_RECON_WITH_OPEN_MP=ON \