Skip to content
Snippets Groups Projects
Verified Commit 0dcc467d authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 3.9.1-1: Update to 3.9.1

parent 901ea301
No related branches found
Tags 3.9.1-1
No related merge requests found
pkgbase = gdal
pkgdesc = A translator library for raster and vector geospatial data formats
pkgver = 3.9.0
pkgrel = 4
pkgver = 3.9.1
pkgrel = 1
url = https://gdal.org/
changelog = gdal.changelog
arch = x86_64
......@@ -52,12 +52,8 @@ pkgbase = gdal
makedepends = zlib
makedepends = zstd
makedepends = libaec
source = https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0.tar.xz
source = https://github.com/OSGeo/gdal/commit/7b526b12.patch
source = https://github.com/OSGeo/gdal/commit/f80f32bf.patch
b2sums = 5b1453b889768359d36c6da435b27f6d31bb1ba95cecfd05d525d63258100705778d2675219711d0c2ab0e2392dd0eabffa1af3ffd055ebfc14840aaa1e768c0
b2sums = 801eb649c20ef81d7590888589d4049eab4505fac6efbe1718d8bc9e01a35390b9d8cad090c3421ff90d769fe3f5aec4d1641409ecc5a434ba68c4c5d30eec85
b2sums = 44efbd94544eea4c82373631d3068b61d6fa5b0f2851c4a87b16d3edb4edd98f331483be58c17e012ecc5aee140da1c6f74d5a5ea766fd1d7316e0ad9e288b0e
source = https://download.osgeo.org/gdal/3.9.1/gdal-3.9.1.tar.xz
b2sums = a9c5c20b1bc704a331ea54f1575f655197075dde75fa6144cff43763d57d64b9bd6e3c7a40bedb919567b45185688b206a3cc13278d0605c5be0b895b403bbab
pkgname = gdal
depends = proj
......@@ -104,5 +100,5 @@ pkgname = gdal
pkgname = python-gdal
pkgdesc = Python bindings for GDAL
depends = gdal=3.9.0
depends = gdal=3.9.1
depends = python-numpy
......@@ -5,8 +5,8 @@
pkgbase=gdal
pkgname=(gdal python-gdal)
pkgver=3.9.0
pkgrel=4
pkgver=3.9.1
pkgrel=1
pkgdesc="A translator library for raster and vector geospatial data formats"
arch=(x86_64)
url="https://gdal.org/"
......@@ -20,17 +20,8 @@ makedepends=(cmake opencl-headers python-setuptools python-numpy
# armadillo basisu brunsli lerc libkml qb3 rasterlite2 sfcgal tiledb
# ogdi
changelog=$pkgbase.changelog
source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
https://github.com/OSGeo/gdal/commit/7b526b12.patch
https://github.com/OSGeo/gdal/commit/f80f32bf.patch)
b2sums=('5b1453b889768359d36c6da435b27f6d31bb1ba95cecfd05d525d63258100705778d2675219711d0c2ab0e2392dd0eabffa1af3ffd055ebfc14840aaa1e768c0'
'801eb649c20ef81d7590888589d4049eab4505fac6efbe1718d8bc9e01a35390b9d8cad090c3421ff90d769fe3f5aec4d1641409ecc5a434ba68c4c5d30eec85'
'44efbd94544eea4c82373631d3068b61d6fa5b0f2851c4a87b16d3edb4edd98f331483be58c17e012ecc5aee140da1c6f74d5a5ea766fd1d7316e0ad9e288b0e')
prepare() {
patch -d $pkgbase-$pkgver -p1 < 7b526b12.patch # Fix build with C++20
patch -d $pkgbase-$pkgver -p1 < f80f32bf.patch
}
source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz)
b2sums=('a9c5c20b1bc704a331ea54f1575f655197075dde75fa6144cff43763d57d64b9bd6e3c7a40bedb919567b45185688b206a3cc13278d0605c5be0b895b403bbab')
build() {
cmake -B build -S $pkgbase-$pkgver \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment