diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index 399647a83..09e9db6d9 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -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/ diff --git a/community/gdal/gdal.changelog b/community/gdal/gdal.changelog index 6355c9495..b8c885c08 100644 --- a/community/gdal/gdal.changelog +++ b/community/gdal/gdal.changelog @@ -1,3 +1,6 @@ +2022-11-25 Konstantin Gizdov + * gdal 3.6.0-2 + * revert FS#75749 fix - not an issue 2022-11-24 Konstantin Gizdov * gdal 3.6.0-1 * FS#75749 - upstream plugin architecture requires hard dependencies (implemented) or splitting plugins into a separate package