Date: Wednesday, December 21, 2022 @ 14:39:38 Author: archange Revision: 1364871
upgpkg: gdal 3.6.1-1 Also add missed libjxl new optdep in 3.6 Modified: gdal/trunk/PKGBUILD gdal/trunk/gdal.changelog ----------------+ PKGBUILD | 12 +++++++----- gdal.changelog | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-21 14:35:31 UTC (rev 1364870) +++ PKGBUILD 2022-12-21 14:39:38 UTC (rev 1364871) @@ -5,8 +5,8 @@ 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/" @@ -13,15 +13,15 @@ license=(custom) makedepends=(cmake opencl-headers python-setuptools python-numpy proj arrow 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 \ @@ -45,6 +45,7 @@ -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 \ @@ -79,6 +80,7 @@ 'cfitsio: FITS support' 'hdf5: HDF5 support' 'libheif: HEIF support' + 'libjxl: JPEG XL support' 'mariadb-libs: MySQL support' 'netcdf: netCDF support' 'openexr: EXR support' Modified: gdal.changelog =================================================================== --- gdal.changelog 2022-12-21 14:35:31 UTC (rev 1364870) +++ gdal.changelog 2022-12-21 14:39:38 UTC (rev 1364871) @@ -1,6 +1,7 @@ 2022-11-25 Konstantin Gizdov <[email protected]> * gdal 3.6.0-2 * revert FS#75749 fix - not an issue + 2022-11-24 Konstantin Gizdov <[email protected]> * gdal 3.6.0-1 * FS#75749 - upstream plugin architecture requires hard dependencies (implemented) or splitting plugins into a separate package
