[arch-commits] Commit in pdal/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 17 04:14:54 UTC 2017


    Date: Wednesday, May 17, 2017 @ 04:14:47
  Author: svenstaro
Revision: 228353

upgpkg: pdal 1.5.0-2

Add hexer-hobu

Modified:
  pdal/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-17 04:04:53 UTC (rev 228352)
+++ PKGBUILD	2017-05-17 04:14:47 UTC (rev 228353)
@@ -2,14 +2,15 @@
 # Contributor: SaultDon <sault.don gmail>
 pkgname=pdal
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ library for translating and manipulating point cloud data"
 arch=('i686' 'x86_64')
 url="http://www.pdal.io"
 license=('BSD')
 depends=('gdal' 'libgeotiff' 'laszip' 'jsoncpp')
-makedepends=('cmake' 'python' 'python-numpy' 'laz-perf')
+makedepends=('cmake' 'python' 'python-numpy' 'laz-perf' 'hexer-hobu')
 optdepends=('python-numpy: for the Python plugin'
+            'hexer-hobu: for the hexbin plugin'
             'sqlite: for the sqlite plugin'
             'postgresql-libs: for the postgresql plugin')
 provides=('pdal')
@@ -30,6 +31,7 @@
         -DBUILD_PLUGIN_PYTHON=ON \
         -DBUILD_PLUGIN_PGPOINTCLOUD=ON \
         -DBUILD_PLUGIN_SQLITE=ON \
+        -DBUILD_PLUGIN_HEXBIN=ON \
         -DWITH_LAZPERF=ON \
         -DWITH_LASZIP=ON \
         -DWITH_COMPLETION=ON



More information about the arch-commits mailing list