summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2015-08-05 07:01:34 +0200
committer Willy Sudiarto Raharjo2015-08-09 18:07:26 +0200
commitbe0277034e7143ddaa95fe1bf9e070a27d7cf197 (patch)
tree8a26a3f4c61aaffa145b967a29e184ed6c041bfa
parent216201cf8585ffac83a6ec7496e45cbe5636c339 (diff)
downloadslackbuilds-be0277034e7143ddaa95fe1bf9e070a27d7cf197.tar.gz
gis/mapnik: Updated for version 3.0.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r--gis/mapnik/README1
-rw-r--r--gis/mapnik/mapnik.SlackBuild4
-rw-r--r--gis/mapnik/mapnik.info6
3 files changed, 5 insertions, 6 deletions
diff --git a/gis/mapnik/README b/gis/mapnik/README
index 09f8877b87..cf54387091 100644
--- a/gis/mapnik/README
+++ b/gis/mapnik/README
@@ -4,6 +4,5 @@ used for both desktop map design and web development.
Optional dependencies:
- 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 ec36b386df..5c1fa7b431 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:-3.0.0}
+VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,7 @@ find -L . \
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 \
+ INPUT_PLUGINS=sqlite,ogr,shape,geojson,gdal,pgraster,raster,topojson,postgis,csv \
DESTDIR=$PKG
make
make install
diff --git a/gis/mapnik/mapnik.info b/gis/mapnik/mapnik.info
index 2816a639a9..5b52d0f7fd 100644
--- a/gis/mapnik/mapnik.info
+++ b/gis/mapnik/mapnik.info
@@ -1,8 +1,8 @@
PRGNAM="mapnik"
-VERSION="3.0.0"
+VERSION="3.0.2"
HOMEPAGE="http://mapnik.org"
-DOWNLOAD="http://mapnik.s3.amazonaws.com/dist/v3.0.0/mapnik-v3.0.0.tar.bz2"
-MD5SUM="f121e48f735d547d9e37a77b0534f0a4"
+DOWNLOAD="http://mapnik.s3.amazonaws.com/dist/v3.0.2/mapnik-v3.0.2.tar.bz2"
+MD5SUM="0e4b84f273927dc4a90d67d19bce601b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""