Skip to content
Snippets Groups Projects
Commit 1bcdcfb6 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/libspatialite: upgrade to 5.0.1

parent bfa3b1b7
No related branches found
No related tags found
1 merge request!20506community/pure-maps: move from testing
# Contributor: Bradley J Chambers <brad.chambers@gmail.com>
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=libspatialite
pkgver=5.0.0
pkgver=5.0.1
pkgrel=0
pkgdesc="SpatiaLite extends the SQLite core to support fully fledged Spatial SQL capabilities."
url="https://www.gaia-gis.it/fossil/libspatialite/index"
arch="all !s390x !mips !mips64" # missing dependency geos-dev on s390x, mips and mips64
license="MPL-1.1"
options="!check"
makedepends="geos-dev sqlite-dev proj-dev minizip-dev libxml2-dev"
depends_dev="
geos-dev
librttopo-dev
libxml2-dev
minizip-dev
proj-dev
sqlite-dev
"
makedepends="$depends_dev"
subpackages="$pkgname-dev"
source="https://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-$pkgver.tar.gz"
options="!check" # Tests fail
build() {
CFLAGS="$CFLAGS -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1" \
......@@ -23,6 +31,10 @@ build() {
make
}
check() {
make check
}
package() {
make DESTDIR="$pkgdir" install
}
......@@ -32,4 +44,4 @@ prepare() {
update_config_sub
}
sha512sums="df72a3434d6e49f8836a9de2340f343a53f0673d0d17693cdb0f4971928b7c8bf40df44b21c0861945a9c81058e939acd1714b0b426ce9aa2ff7b0e8e6b196a7 libspatialite-5.0.0.tar.gz"
sha512sums="c2552994bc30d69d1e80aa274760f048cd384f71e8350a1e48a47cb8222ba71a1554a69c6534eedde9a09dc582c39c089967bcc1c57bf158cc91a3e7b1840ddf libspatialite-5.0.1.tar.gz"
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