blob: b48eae602526abd1ed5fa1a37ddec2f2ee19e3f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = pdal-git
pkgdesc = A C++ library for translating and manipulating point cloud data.
pkgver = 2.3RC1.r156.g26cc5e10d
pkgrel = 2
url = http://www.pdal.io
arch = x86_64
license = BSD
makedepends = cmake
makedepends = git
makedepends = sqlite
makedepends = pcl
depends = gdal
depends = geos
depends = libgeotiff
optdepends = libxml2: for using the database drivers
optdepends = sqlite: for the sqlite plugin
optdepends = tiledb: for the TileDB plugin
optdepends = postgresql-libs: for the postgresql plugin
optdepends = pcl: for PointCloudLibrary algorithms
optdepends = jsoncpp: for JSON pipelines
optdepends = zstd: for ZSTD compression
provides = pdal
conflicts = pdal
source = git+https://github.com/PDAL/PDAL
sha512sums = SKIP
pkgname = pdal-git
|