summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuiAlDuS2023-12-02 08:47:04 -0600
committerGuiAlDuS2023-12-02 08:47:04 -0600
commitbae092c82f6a2108af5a0b3ebd2c36272f38a621 (patch)
tree10e73f1b27610ca4e71a1a36da7c4a775ae335bf
parentbdb52ad1e1b7ad3cdbe39046cfd8fc947bb94d3a (diff)
downloadaur-bae092c82f6a2108af5a0b3ebd2c36272f38a621.tar.gz
update to GDAL version 3.8.1 with suport for libkml and filegdb formats
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD26
2 files changed, 9 insertions, 31 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4eab29df1e7..61b88e2e6974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdal-hdf4
pkgdesc = A translator library for raster and vector geospatial data formats
- pkgver = 3.8.0
- pkgrel = 2
+ pkgver = 3.8.1
+ pkgrel = 1
url = https://gdal.org/
changelog = gdal-hdf4.changelog
arch = x86_64
@@ -61,12 +61,8 @@ pkgbase = gdal-hdf4
provides = gdal
conflicts = gdal
options = !emptydirs
- 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
- b2sums = 646aa91283e7228a054221d120bddb456c8b898f9155edd289f2b2e0bf8706fa3045a98d26e4cf5ba5dba6d8c1c7f0a7f4aaaded9457481a65910c2d313c8f9d
- b2sums = e75eb8edb5507450ded3bca618a03a283ba49791df416b0a7732f859d93124704e8508fcd11271bbbeef299d05d3ad2df9e03bd805580445407cb6b8c003a98e
- b2sums = 5c0abcfcfbb0ca2a96156abb4c7daaf4860fa30d553228172eb8def8b2f95e93bae9217974fba9621dcf9921e906a5ada9b710b1c0b29e7e580191a0a56a76e2
+ source = https://github.com/OSGeo/gdal/releases/download/v3.8.1/gdal-3.8.1.tar.gz
+ md5sums = 62191565949f1dd5985a04dcac831322
pkgname = gdal-hdf4
depends = proj
@@ -118,7 +114,7 @@ pkgname = gdal-hdf4
pkgname = python-gdal-hdf4
pkgdesc = Python bindings for GDAL
- depends = gdal-hdf4=3.8.0
+ depends = gdal-hdf4=3.8.1
depends = python-numpy
provides = python-gdal
conflicts = python-gdal
diff --git a/PKGBUILD b/PKGBUILD
index 1a123bf67d99..5d585f1b6b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ _pkgbase=gdal
provides=('gdal')
conflicts=('gdal')
pkgname=(gdal-hdf4 python-gdal-hdf4)
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.8.1
+pkgrel=1
pkgdesc="A translator library for raster and vector geospatial data formats"
arch=(x86_64)
url="https://gdal.org/"
@@ -37,26 +37,8 @@ optdepends=('postgresql: postgresql database support'
options=('!emptydirs')
changelog=$pkgbase.changelog
-source=(https://download.osgeo.org/${_pkgbase}/${pkgver}/${_pkgbase}-${pkgver}.tar.xz
- https://github.com/OSGeo/gdal/commit/cbed9fc9.patch
- https://github.com/OSGeo/gdal/commit/ec33f6d6.patch)
-b2sums=('646aa91283e7228a054221d120bddb456c8b898f9155edd289f2b2e0bf8706fa3045a98d26e4cf5ba5dba6d8c1c7f0a7f4aaaded9457481a65910c2d313c8f9d'
- 'e75eb8edb5507450ded3bca618a03a283ba49791df416b0a7732f859d93124704e8508fcd11271bbbeef299d05d3ad2df9e03bd805580445407cb6b8c003a98e'
- '5c0abcfcfbb0ca2a96156abb4c7daaf4860fa30d553228172eb8def8b2f95e93bae9217974fba9621dcf9921e906a5ada9b710b1c0b29e7e580191a0a56a76e2')
-
-# source=("git+https://github.com/OSGeo/gdal.git")
-# sha256sums=('SKIP')
-# source=(https://github.com/OSGeo/${_pkgbase}/releases/download/v${pkgver}/${_pkgbase}-${pkgver}.tar.gz)
-# md5sums=('62191565949f1dd5985a04dcac831322')
-
-prepare() {
-# Fix build with libxml2 2.12
- patch -d $_pkgbase-$pkgver -p1 < cbed9fc9.patch
- patch -d $_pkgbase-$pkgver -p1 < ec33f6d6.patch
-
-# Fix build with podofo-0.9
- # sed -e 's|podofo.h|podofo/podofo.h|' -i $_pkgbase-$pkgver/frmts/pdf/pdfsdk_headers.h
-}
+source=(https://github.com/OSGeo/${_pkgbase}/releases/download/v${pkgver}/${_pkgbase}-${pkgver}.tar.gz)
+md5sums=('62191565949f1dd5985a04dcac831322')
build() {
export PATH="$(pwd)/build/apps:$PATH"