Skip to content
Snippets Groups Projects
Verified Commit e624b6b2 authored by Simon Legner's avatar Simon Legner Committed by hashworks
Browse files

upgpkg: libosmium 2.16.0-2

lz4
parent 506f4de7
No related branches found
No related tags found
No related merge requests found
pkgbase = libosmium
pkgdesc = Fast and flexible C++ library for working with OpenStreetMap data.
pkgver = 2.16.0
pkgrel = 1
pkgrel = 2
url = https://osmcode.org/libosmium/
arch = any
license = custom
......@@ -16,6 +16,7 @@ pkgbase = libosmium
optdepends = gdal: convert OSM geometries into OGR geometries
optdepends = geos: convert OSM geometries into GEOS geometries
optdepends = proj: project OSM coordinates into spatial reference systems
optdepends = lz4: use LZ4 compression in PBF files
optdepends = doxygen: build Libosmium API documentation
provides = libosmium
conflicts = libosmium-git
......
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=libosmium
pkgver=2.16.0
pkgrel=1
pkgrel=2
pkgdesc="Fast and flexible C++ library for working with OpenStreetMap data."
url="https://osmcode.org/libosmium/"
arch=('any')
......@@ -12,6 +12,7 @@ optdepends=('sparsehash: sparse-mem-table index map'
'gdal: convert OSM geometries into OGR geometries'
'geos: convert OSM geometries into GEOS geometries'
'proj: project OSM coordinates into spatial reference systems'
'lz4: use LZ4 compression in PBF files'
'doxygen: build Libosmium API documentation')
conflicts=('libosmium-git')
provides=('libosmium')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment