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