From c0aa5961fb334a7da85a5a6bd27f1dbbf9e4a387 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Thu, 9 Jul 2015 11:58:29 -0700 Subject: gis/mapnik: Updated for version 3.0.0. Signed-off-by: Benjamin Trigona-Harany --- gis/mapnik/README | 13 +++++++------ gis/mapnik/mapnik.SlackBuild | 5 ++++- gis/mapnik/mapnik.info | 8 ++++---- 3 files changed, 15 insertions(+), 11 deletions(-) (limited to 'gis/mapnik') diff --git a/gis/mapnik/README b/gis/mapnik/README index 86fba9844e..09f8877b87 100644 --- a/gis/mapnik/README +++ b/gis/mapnik/README @@ -1,8 +1,9 @@ -Mapnik is a Free Toolkit for developing mapping applications using a C++ -API or Python bindings. - -Mapnik can be used for both desktop map design and web development. +Mapnik is a free toolkit for developing mapping applications. Mapnik can be +used for both desktop map design and web development. Optional dependencies: -- gdal: for GDAL and OGR plugin support -- postgis: for PostGIS plugin support +- gdal: GDAL and OGR plugin support +- libwebp: WebP image support +- librasterlite: SpatiaLite raster support +- postgis: PostGIS plugin support +- proj: reprojection support diff --git a/gis/mapnik/mapnik.SlackBuild b/gis/mapnik/mapnik.SlackBuild index 63e1958434..ec36b386df 100644 --- a/gis/mapnik/mapnik.SlackBuild +++ b/gis/mapnik/mapnik.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mapnik -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,12 +71,15 @@ find -L . \ -exec chmod 644 {} \; ./configure \ + CC=clang \ + CXX=clang++ \ JOBS=$JOBS \ CUSTOM_CFLAGS="$SLKCFLAGS" \ CUSTOM_CXXFLAGS="$SLKCFLAGS" \ PREFIX=/usr \ LIBDIR_SCHEMA=lib$LIBDIRSUFFIX \ SYSTEM_FONTS=/usr/share/fonts \ + INPUT_PLUGINS=sqlite,ogr,shape,geojson,gdal,pgraster,raster,topojson,postgis,csv,rasterlite,osm \ DESTDIR=$PKG make make install diff --git a/gis/mapnik/mapnik.info b/gis/mapnik/mapnik.info index 2078aa8141..2816a639a9 100644 --- a/gis/mapnik/mapnik.info +++ b/gis/mapnik/mapnik.info @@ -1,10 +1,10 @@ PRGNAM="mapnik" -VERSION="2.2.0" +VERSION="3.0.0" HOMEPAGE="http://mapnik.org" -DOWNLOAD="http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-v2.2.0.tar.bz2" -MD5SUM="b5357848dc6806bcd43e245f4fdefdaf" +DOWNLOAD="http://mapnik.s3.amazonaws.com/dist/v3.0.0/mapnik-v3.0.0.tar.bz2" +MD5SUM="f121e48f735d547d9e37a77b0534f0a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="proj" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" -- cgit v1.2.3