Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gdal
Commits:
717444a0 by Antonio Rojas at 2023-11-29T10:39:22+01:00
upgpkg: 3.8.0-2: Add missing libaec dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gdal
pkgdesc = A translator library for raster and vector geospatial data
formats
pkgver = 3.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://gdal.org/
changelog = gdal.changelog
arch = x86_64
@@ -51,6 +51,7 @@ pkgbase = gdal
makedepends = xerces-c
makedepends = zlib
makedepends = zstd
+ makedepends = libaec
source = https://download.osgeo.org/gdal/3.8.0/gdal-3.8.0.tar.xz
source = https://github.com/OSGeo/gdal/commit/cbed9fc9.patch
source = https://github.com/OSGeo/gdal/commit/ec33f6d6.patch
@@ -86,6 +87,7 @@ pkgname = gdal
depends = xerces-c
depends = zlib
depends = zstd
+ depends = libaec
optdepends = arrow: Arrow/Parquet support
optdepends = cfitsio: FITS support
optdepends = hdf5: HDF5 support
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgbase=gdal
pkgname=(gdal python-gdal)
pkgver=3.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="A translator library for raster and vector geospatial data formats"
arch=(x86_64)
url="https://gdal.org/"
@@ -16,7 +16,7 @@ makedepends=(cmake opencl-headers python-setuptools
python-numpy
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)
+ libspatialite sqlite swig libtiff libwebp xerces-c zlib zstd
libaec)
# armadillo basisu brunsli lerc libkml qb3 rasterlite2 sfcgal tiledb
# ogdi
changelog=$pkgbase.changelog
@@ -86,7 +86,7 @@ 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)
+ pcre2 libpng qhull libspatialite sqlite libtiff xerces-c zlib zstd
libaec)
optdepends=('arrow: Arrow/Parquet support'
'cfitsio: FITS support'
'hdf5: HDF5 support'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/717444a0f847f7cc70c00289a898abe746feb7ea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/717444a0f847f7cc70c00289a898abe746feb7ea
You're receiving this email because of your account on gitlab.archlinux.org.