mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/gdal to 3.6.1-1
This commit is contained in:
parent
0d1cfab8a3
commit
2e7358d10c
2 changed files with 8 additions and 5 deletions
|
@ -10,23 +10,23 @@
|
|||
|
||||
pkgbase=gdal
|
||||
pkgname=(gdal python-gdal)
|
||||
pkgver=3.6.0
|
||||
pkgrel=4
|
||||
pkgver=3.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="A translator library for raster and vector geospatial data formats"
|
||||
arch=(x86_64)
|
||||
url="https://gdal.org/"
|
||||
license=(custom)
|
||||
makedepends=(cmake opencl-headers python-setuptools python-numpy
|
||||
proj blosc cfitsio curl crypto++ libdeflate expat libfreexl
|
||||
libgeotiff geos giflib libheif hdf5 libjpeg-turbo json-c xz
|
||||
libgeotiff geos giflib libheif hdf5 libjpeg-turbo json-c libjxl xz
|
||||
libxml2 lz4 mariadb-libs netcdf unixodbc ocl-icd openexr openjpeg2
|
||||
openssl pcre2 libpng podofo poppler postgresql-libs qhull
|
||||
libspatialite sqlite swig libtiff libwebp xerces-c zlib zstd)
|
||||
# armadillo brunsli lerc libkml rasterlite2 sfcgal tiledb
|
||||
# armadillo basisu brunsli lerc libkml qb3 rasterlite2 sfcgal tiledb
|
||||
# ogdi
|
||||
changelog=$pkgbase.changelog
|
||||
source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz)
|
||||
b2sums=('f57b57bb460bf4cb3d601f981e3315b164bcf2f6da1f1b7e72f9ce771e58e4c88619833ca366b6a7c70ed1032bcf3c959f81d60254e136b40fb715937a7e5a59')
|
||||
b2sums=('84f707085e77317f2e6577afe594eb01aae777d2863454bfc873ba170f1254094946f02301079d9cce66f8e64848b2b97f03651b114b283c7910d46da1507430')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgbase-$pkgver \
|
||||
|
@ -50,6 +50,7 @@ build() {
|
|||
-DGDAL_USE_ICONV=ON \
|
||||
-DGDAL_USE_JPEG=ON \
|
||||
-DGDAL_USE_JSONC=ON \
|
||||
-DGDAL_USE_JXL=ON \
|
||||
-DGDAL_USE_LIBLZMA=ON \
|
||||
-DGDAL_USE_LIBXML2=ON \
|
||||
-DGDAL_USE_LZ4=ON \
|
||||
|
@ -83,6 +84,7 @@ package_gdal () {
|
|||
optdepends=('cfitsio: FITS support'
|
||||
'hdf5: HDF5 support'
|
||||
'libheif: HEIF support'
|
||||
'libjxl: JPEG XL support'
|
||||
'mariadb-libs: MySQL support'
|
||||
'netcdf: netCDF support'
|
||||
'openexr: EXR support'
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
2022-11-25 Konstantin Gizdov <arch@kge.pw>
|
||||
* gdal 3.6.0-2
|
||||
* revert FS#75749 fix - not an issue
|
||||
|
||||
2022-11-24 Konstantin Gizdov <arch@kge.pw>
|
||||
* gdal 3.6.0-1
|
||||
* FS#75749 - upstream plugin architecture requires hard dependencies (implemented) or splitting plugins into a separate package
|
||||
|
|
Loading…
Reference in a new issue