summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b946eddf637..f51252e8208a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
# Generated by mksrcinfo v8
-# Tue Feb 23 15:06:56 UTC 2016
-pkgbase = pcl
+# Sun Mar 6 19:51:53 UTC 2016
+pkgbase = pcl-no-examples
pkgdesc = A comprehensive open source library for n-D Point Clouds and 3D geometry processing
pkgver = 1.8.0rc1
pkgrel = 1
@@ -24,10 +24,12 @@ pkgbase = pcl
optdepends = cuda
optdepends = openni2
optdepends = python-sphinx
+ provides = pcl
+ conflicts = pcl
source = https://github.com/PointCloudLibrary/pcl/archive/pcl-1.8.0rc1.tar.gz
source = vtk7.patch
sha256sums = 18ff4519026a7885d2fd0ee1d06939a7755e83e082840e4929fb2883948e5142
sha256sums = eaf5f90ded00d47ae8fbb34c3cc8878e694f44b684038a9c593c432035a0b2c1
-pkgname = pcl
+pkgname = pcl-no-examples
diff --git a/PKGBUILD b/PKGBUILD
index 7dba66a57962..83bf7632e272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Benjamin Chrétien <chretien dot b plus aur at gmail dot com>
+# Maintainer: v01d <nospam@gmail.com>
# Contributor: Yuxin Wu <ppwwyyxxc@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: hauptmech
# Contributor: figo.zhang
# Contributor: lubosz
-pkgname=pcl
+pkgname=pcl-no-examples
pkgver=1.8.0rc1
pkgrel=1
pkgdesc="A comprehensive open source library for n-D Point Clouds and 3D geometry processing"
@@ -20,6 +20,8 @@ source=("https://github.com/PointCloudLibrary/pcl/archive/pcl-${pkgver}.tar.gz"
"vtk7.patch")
sha256sums=('18ff4519026a7885d2fd0ee1d06939a7755e83e082840e4929fb2883948e5142'
'eaf5f90ded00d47ae8fbb34c3cc8878e694f44b684038a9c593c432035a0b2c1')
+conflicts=(pcl)
+provides=(pcl)
prepare() {
cd "${srcdir}/pcl-pcl-${pkgver}"
@@ -46,7 +48,7 @@ prepare() {
-DBUILD_apps_in_hand_scanner=ON \
-DBUILD_apps_modeler=ON \
-DBUILD_apps_point_cloud_editor=OFF \
- -DBUILD_examples=ON \
+ -DBUILD_examples=OFF \
-DBUILD_global_tests=OFF \
-DBUILD_surface_on_nurbs=ON \
-DBUILD_CUDA=ON \