wok-next rev 18578

Up postgis (2.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 11 12:30:10 2015 +0100 (2015-11-11)
parents 83e42616e3dc
children fe9e51a734b0
files libgdal/receipt postgis-gui/receipt postgis/receipt
line diff
     1.1 --- a/libgdal/receipt	Wed Nov 11 10:22:00 2015 +0100
     1.2 +++ b/libgdal/receipt	Wed Nov 11 12:30:10 2015 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="http://www.gdal.org/"
     1.5  WANTED="gdal"
     1.6  
     1.7 -DEPENDS="geos proj libcurl"
     1.8 +DEPENDS="geos proj libcurl jasper libpostgresqlclient tiff"
     1.9  BUILD_DEPENDS=""
    1.10  
    1.11  
     2.1 --- a/postgis-gui/receipt	Wed Nov 11 10:22:00 2015 +0100
     2.2 +++ b/postgis-gui/receipt	Wed Nov 11 12:30:10 2015 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="postgis-gui"
     2.7 -VERSION="2.0.2"
     2.8 +VERSION="2.2.0"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Support for geographic objects to PostgreSQL"
    2.11  MAINTAINER="erjo@slitaz.org"
     3.1 --- a/postgis/receipt	Wed Nov 11 10:22:00 2015 +0100
     3.2 +++ b/postgis/receipt	Wed Nov 11 12:30:10 2015 +0100
     3.3 @@ -1,17 +1,18 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="postgis"
     3.7 -VERSION="2.0.2"
     3.8 +VERSION="2.2.0"
     3.9  CATEGORY="misc"
    3.10  SHORT_DESC="Support for geographic objects to PostgreSQL"
    3.11  MAINTAINER="erjo@slitaz.org"
    3.12  LICENSE="GPL2"
    3.13  WEB_SITE="http://postgis.refractions.net/"
    3.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.15 -WGET_URL="http://postgis.refractions.net/download/$TARBALL"
    3.16 +WGET_URL="http://download.osgeo.org/postgis/source/$TARBALL"
    3.17  
    3.18  DEPENDS="geos proj libpostgresqlclient libxml2 libgdal"
    3.19 -BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev gtk+-dev gdal-dev"
    3.20 +BUILD_DEPENDS="pkg-config postgresql-dev geos-dev proj-dev libxml2-dev \
    3.21 +gtk+-dev gdal-dev jasper-dev curl-dev libpostgresqlclient tiff"
    3.22  
    3.23  # Rules to configure and make the package.
    3.24  compile_rules()