community/gdal to 3.6.0-2

This commit is contained in:
Kevin Mihelich 2022-11-25 03:29:29 +00:00
parent ef3e9e7903
commit ad72222b74
2 changed files with 16 additions and 18 deletions

View file

@ -11,7 +11,7 @@
pkgbase=gdal
pkgname=(gdal python-gdal)
pkgver=3.6.0
pkgrel=1
pkgrel=2
pkgdesc="A translator library for raster and vector geospatial data formats"
arch=(x86_64)
url="https://gdal.org/"
@ -79,23 +79,18 @@ build() {
package_gdal () {
depends=(proj blosc crypto++ curl libdeflate expat libfreexl geos libgeotiff
giflib libjpeg-turbo json-c xz libxml2 lz4 unixodbc ocl-icd openssl
pcre2 libpng qhull libspatialite sqlite libtiff xerces-c zlib zstd
# https://github.com/OSGeo/gdal/issues/6281
# optdepends should be either hard deps or split package
# due to upstream design choice - hard dep for the moment
cfitsio hdf5 libheif mariadb-libs netcdf openexr openjpeg2
podofo poppler postgresql-libs libwebp)
# optdepends=('cfitsio: FITS support'
# 'hdf5: HDF5 support'
# 'libheif: HEIF support'
# 'mariadb-libs: MySQL support'
# 'netcdf: netCDF support'
# 'openexr: EXR support'
# 'openjpeg2: JP2 support'
# 'podofo: PDF support'
# 'poppler: PDF support'
# 'postgresql-libs: PostgreSQL support'
# 'libwebp: WebP support')
pcre2 libpng qhull libspatialite sqlite libtiff xerces-c zlib zstd)
optdepends=('cfitsio: FITS support'
'hdf5: HDF5 support'
'libheif: HEIF support'
'mariadb-libs: MySQL support'
'netcdf: netCDF support'
'openexr: EXR support'
'openjpeg2: JP2 support'
'podofo: PDF support'
'poppler: PDF support'
'postgresql-libs: PostgreSQL support'
'libwebp: WebP support')
make -C build DESTDIR="${pkgdir}" install
install -Dm644 ${pkgname}-${pkgver}/LICENSE.TXT -t "${pkgdir}"/usr/share/licenses/$pkgbase/

View file

@ -1,3 +1,6 @@
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