package/shapelib: upgrade to 1.5.0

Also remove PROJ.4 dependency, as upstream decided to
drop it.

Signed-off-by: Zoltan Gyarmati <zgyarmati@zgyarmati.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Zoltan Gyarmati 2019-06-29 23:54:31 +02:00 committed by Peter Korsgaard
parent 5dd1bcf1a4
commit c0773590e4
3 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,6 @@ config BR2_PACKAGE_SHAPELIB
bool "shapelib"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_PROJ
help
The Shapefile C Library provides the ability to write simple
C programs for reading, writing and updating (to a limited

View File

@ -1,4 +1,4 @@
# Locally computed
sha256 a4c94817365761a3a4c21bb3ca1c680a6bdfd3edd61df9fdd291d3e7645923b3 shapelib-1.4.1.tar.gz
sha256 1fc0a480982caef9e7b9423070b47750ba34cd0ba82668f2e638fab1d07adae1 shapelib-1.5.0.tar.gz
sha256 7eb803a70990017a1c4e38a8342d7413c5dfeec3ed1ac407e15ae2c274e560ff COPYING
sha256 a638278f7f1cb7d0cdc73b47a6c87261b882e356a8e79922e90d44d7ef1dd2c7 web/license.html

View File

@ -4,11 +4,10 @@
#
################################################################################
SHAPELIB_VERSION = 1.4.1
SHAPELIB_VERSION = 1.5.0
SHAPELIB_SITE = http://download.osgeo.org/shapelib
SHAPELIB_LICENSE = MIT or LGPL-2.0
SHAPELIB_LICENSE_FILES = web/license.html COPYING
SHAPELIB_INSTALL_STAGING = YES
SHAPELIB_DEPENDENCIES = proj
$(eval $(autotools-package))