Bump GDAL to version 3.3.2 (#76)

* Bump GDAL to version 3.3.2
This commit is contained in:
Wetitpig 2021-09-12 20:59:14 +08:00 committed by Henrik Grimler
parent a1ceafe797
commit d2e73c7ebf
2 changed files with 5 additions and 5 deletions

View File

@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="A translator library for raster and vector geospatial da
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE_FILE="LICENSE.TXT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.3.1
TERMUX_PKG_VERSION=3.3.2
TERMUX_PKG_SRCURL=https://download.osgeo.org/gdal/${TERMUX_PKG_VERSION}/gdal-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=48ab00b77d49f08cf66c60ccce55abb6455c3079f545e60c90ee7ce857bccb70
TERMUX_PKG_SHA256=630e34141cf398c3078d7d8f08bb44e804c65bbf09807b3610dcbfbc37115cc3
TERMUX_PKG_DEPENDS="libc++, openjpeg, libcurl, libtiff, libpng, proj, libiconv, libsqlite, libgeos, libspatialite, libexpat, postgresql, netcdf-c"
TERMUX_PKG_BREAKS="gdal-dev"
TERMUX_PKG_REPLACES="gdal-dev"

View File

@ -1,5 +1,5 @@
--- ../cpl_port.h.orig 2019-05-24 13:50:47.754028778 +0200
+++ ./port/cpl_port.h 2019-05-24 14:28:25.219164021 +0200
--- ../cpl_port.h
+++ ./port/cpl_port.h
@@ -140,7 +140,7 @@
#include <stdarg.h>
#include <string.h>
@ -9,7 +9,7 @@
#include <time.h>
@@ -1118,7 +1118,7 @@
@@ -1085,7 +1085,7 @@ inline bool operator!= (const bool& one, const MSVCPedanticBool& other) { return
#include <set>
#include <string>
#include <cstddef>