# HG changeset patch # User Pascal Bellard # Date 1447241410 -3600 # Node ID 2cb8ea33e03183789366e18306fafc9cd44b2521 # Parent 83e42616e3dc5b07a5569612dc456ff8c587e30d Up postgis (2.2.0) diff -r 83e42616e3dc -r 2cb8ea33e031 libgdal/receipt --- a/libgdal/receipt Wed Nov 11 10:22:00 2015 +0100 +++ b/libgdal/receipt Wed Nov 11 12:30:10 2015 +0100 @@ -9,7 +9,7 @@ WEB_SITE="http://www.gdal.org/" WANTED="gdal" -DEPENDS="geos proj libcurl" +DEPENDS="geos proj libcurl jasper libpostgresqlclient tiff" BUILD_DEPENDS="" diff -r 83e42616e3dc -r 2cb8ea33e031 postgis-gui/receipt --- a/postgis-gui/receipt Wed Nov 11 10:22:00 2015 +0100 +++ b/postgis-gui/receipt Wed Nov 11 12:30:10 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgis-gui" -VERSION="2.0.2" +VERSION="2.2.0" CATEGORY="misc" SHORT_DESC="Support for geographic objects to PostgreSQL" MAINTAINER="erjo@slitaz.org" diff -r 83e42616e3dc -r 2cb8ea33e031 postgis/receipt --- a/postgis/receipt Wed Nov 11 10:22:00 2015 +0100 +++ b/postgis/receipt Wed Nov 11 12:30:10 2015 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="postgis" -VERSION="2.0.2" +VERSION="2.2.0" CATEGORY="misc" SHORT_DESC="Support for geographic objects to PostgreSQL" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WEB_SITE="http://postgis.refractions.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://postgis.refractions.net/download/$TARBALL" +WGET_URL="http://download.osgeo.org/postgis/source/$TARBALL" DEPENDS="geos proj libpostgresqlclient libxml2 libgdal" -BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev gtk+-dev gdal-dev" +BUILD_DEPENDS="pkg-config postgresql-dev geos-dev proj-dev libxml2-dev \ +gtk+-dev gdal-dev jasper-dev curl-dev libpostgresqlclient tiff" # Rules to configure and make the package. compile_rules()