diff options
author | Holger Jaekel <holger.jaekel@gmx.de> | 2019-12-15 17:43:56 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 08:08:16 +0100 |
commit | 6a6c51413d3db1ff4611fa74db80813815991505 (patch) | |
tree | f664905ca97698e2a2b64aa6c63d27f65e0639cc /community | |
parent | da0a054a1c5e03b9f95b8a2f5adb923d66229cb8 (diff) | |
download | aports-6a6c51413d3db1ff4611fa74db80813815991505.tar.bz2 aports-6a6c51413d3db1ff4611fa74db80813815991505.tar.xz |
community/gdal: add dependency to xerces-c
enable the following vector drivers:
* NAS -vector- (rov): NAS - ALKIS
* Interlis 1 -vector- (rw+v): Interlis 1
* Interlis 2 -vector- (rw+v): Interlis 2
* GMLAS -vector- (rwv): Geography Markup Language (GML) driven by application schemas
Diffstat (limited to 'community')
-rw-r--r-- | community/gdal/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gdal/APKBUILD b/community/gdal/APKBUILD index bc412ad707..2f7a3af454 100644 --- a/community/gdal/APKBUILD +++ b/community/gdal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Trevor R.H. Clarke <trevor@notcows.com> pkgname=gdal pkgver=3.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="A translator library for raster and vector geospatial data formats" url="https://gdal.org/" arch="all !s390x !x86 !armhf !armv7" @@ -33,6 +33,7 @@ makedepends=" swig tiff-dev unixodbc-dev + xerces-c-dev zlib-dev zstd-dev " |