mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/gdal to 3.9.0-1
This commit is contained in:
parent
90910596f6
commit
843cd0e03f
2 changed files with 15 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = gdal
|
||||
pkgdesc = A translator library for raster and vector geospatial data formats
|
||||
pkgver = 3.8.5
|
||||
pkgrel = 6
|
||||
pkgver = 3.9.0
|
||||
pkgrel = 1
|
||||
url = https://gdal.org/
|
||||
changelog = gdal.changelog
|
||||
arch = x86_64
|
||||
|
@ -52,10 +52,12 @@ pkgbase = gdal
|
|||
makedepends = zlib
|
||||
makedepends = zstd
|
||||
makedepends = libaec
|
||||
source = https://download.osgeo.org/gdal/3.8.5/gdal-3.8.5.tar.xz
|
||||
source = https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0.tar.xz
|
||||
source = https://github.com/OSGeo/gdal/commit/7b526b12.patch
|
||||
b2sums = 2c5f9b3fa1c3d5d7879c2aa1c95f82c6360b35a259443a8ad68ff8f471f4efa8d2fd7935c57317ee5e94789244067706967f9c5df413bccd2556b5790d51d349
|
||||
source = https://github.com/OSGeo/gdal/commit/f80f32bf.patch
|
||||
b2sums = 5b1453b889768359d36c6da435b27f6d31bb1ba95cecfd05d525d63258100705778d2675219711d0c2ab0e2392dd0eabffa1af3ffd055ebfc14840aaa1e768c0
|
||||
b2sums = 801eb649c20ef81d7590888589d4049eab4505fac6efbe1718d8bc9e01a35390b9d8cad090c3421ff90d769fe3f5aec4d1641409ecc5a434ba68c4c5d30eec85
|
||||
b2sums = 44efbd94544eea4c82373631d3068b61d6fa5b0f2851c4a87b16d3edb4edd98f331483be58c17e012ecc5aee140da1c6f74d5a5ea766fd1d7316e0ad9e288b0e
|
||||
|
||||
pkgname = gdal
|
||||
depends = proj
|
||||
|
@ -102,5 +104,5 @@ pkgname = gdal
|
|||
|
||||
pkgname = python-gdal
|
||||
pkgdesc = Python bindings for GDAL
|
||||
depends = gdal=3.8.5
|
||||
depends = gdal=3.9.0
|
||||
depends = python-numpy
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
pkgbase=gdal
|
||||
pkgname=(gdal python-gdal)
|
||||
pkgver=3.8.5
|
||||
pkgrel=6
|
||||
pkgver=3.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="A translator library for raster and vector geospatial data formats"
|
||||
arch=(x86_64)
|
||||
url="https://gdal.org/"
|
||||
|
@ -26,12 +26,15 @@ makedepends=(cmake opencl-headers python-setuptools python-numpy
|
|||
# ogdi
|
||||
changelog=$pkgbase.changelog
|
||||
source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
|
||||
https://github.com/OSGeo/gdal/commit/7b526b12.patch)
|
||||
b2sums=('2c5f9b3fa1c3d5d7879c2aa1c95f82c6360b35a259443a8ad68ff8f471f4efa8d2fd7935c57317ee5e94789244067706967f9c5df413bccd2556b5790d51d349'
|
||||
'801eb649c20ef81d7590888589d4049eab4505fac6efbe1718d8bc9e01a35390b9d8cad090c3421ff90d769fe3f5aec4d1641409ecc5a434ba68c4c5d30eec85')
|
||||
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
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue