package/proj: bump version to 6.2.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 6 Oct 2019 13:47:34 +0000 (15:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 7 Oct 2019 20:58:53 +0000 (22:58 +0200)
Added dependency to sqlite:
https://github.com/OSGeo/PROJ/commit/4ad1477c24c3da4be6c7962606e6f9d47336b6a3

Needed for the libgeotiff version bump to 1.5.1.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/proj/Config.in
package/proj/proj.hash
package/proj/proj.mk

index 788aee83190c5a8cf08ab3f10abff2d012e2bec9..4880d3f2cdb0db45a04d32615eaa7b263a1ac498 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PROJ
        bool "proj"
        depends on BR2_TOOLCHAIN_HAS_THREADS
+       select BR2_PACKAGE_SQLITE
        help
          proj.4 is a standard UNIX filter function which converts
          geographic longitude and latitude coordinates into cartesian
index aadbc385df9d370f7ce268e5742dcd55e316ff86..c409544d77d8131b95bf8a3f71c5df51183fee2e 100644 (file)
@@ -1,5 +1,5 @@
-# Fetched from http://download.osgeo.org/proj/proj-4.9.3.tar.gz.md5
-md5 15c8d7d6a8cb945c7878d0ff322a232c proj-5.0.1.tar.gz
+# Fetched from http://download.osgeo.org/proj/proj-6.2.0.tar.gz.md5
+md5 5cde556545828beaffbe50b1bb038480 proj-6.2.0.tar.gz
 # Locally calculated
-sha256 a792f78897482ed2c4e2af4e8a1a02e294c64e32b591a635c5294cb9d49fdc8c proj-5.0.1.tar.gz
+sha256 b300c0f872f632ad7f8eb60725edbf14f0f8f52db740a3ab23e7b94f1cd22a50 proj-6.2.0.tar.gz
 sha256 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6 COPYING
index 2969eb57acb06b92bf9c9a2e3094c5627c4339d1..735e96bb5f5723c5e21069827831648df77d1dae 100644 (file)
@@ -4,11 +4,12 @@
 #
 ################################################################################
 
-PROJ_VERSION = 5.0.1
+PROJ_VERSION = 6.2.0
 PROJ_SITE = http://download.osgeo.org/proj
 PROJ_LICENSE = MIT
 PROJ_LICENSE_FILES = COPYING
 PROJ_INSTALL_STAGING = YES
+PROJ_DEPENDENCIES = sqlite
 
 PROJ_CFLAGS = $(TARGET_CFLAGS)