summaryrefslogtreecommitdiff
path: root/geography/viking/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2015-08-30 19:04:17 +0000
committergdt <gdt>2015-08-30 19:04:17 +0000
commitda928eedf0000d0af3e2189963fda29e817e4f5f (patch)
tree769eb5ba9e0a944f23d7023e81224917717fe055 /geography/viking/Makefile
parentbd6804eb16a3118dd8f6b12e8c37910cbfca5262 (diff)
downloadpkgsrc-da928eedf0000d0af3e2189963fda29e817e4f5f.tar.gz
Update to 1.6.
Disable the new mapnik option, in order to separate the upgrade work from the mapnik work, not because it's undesirable. From NEWS: Viking 1.6 (2015-03-29) New features since 1.5.1 * Mapnik Rendering Layer (not available in Windows build ATM) - with preprocessor CartoCSS option. ** Build system dependency on C++. Source dependency on libmapnik-dev. * Export files via GPSBabel * Extended GPSBabel filtering support - Enables limited/simple OSM Overpass API support. * Support reading of MBTiles files. * Support reading of OSM Metatiles. * Configurable Toolbar * Configurable Menu keys * Various time related features: ** Edit trackpoint and waypoint times. ** Sort layers by time. ** Preference option 'World' to display time values based on the position (i.e. in the local timezone) of the track or waypoint. ** Show time axis values on time graphs ** Quick search of tracks by date ** Open external programs Rednotebook or Stellarium at the specific time (and place) of a point. * Improved route finder UI usage * GeoJSON support via external programs 'togpx' and 'togeojson' * New default Map Cache layout to be more compatible with standard OSM/TMS structure. ** Also python tool available to migrate cache layouts * Support GPX Metadata values common to GPX1.0 and GPX1.1 * Extended map type configuration options (zoom levels + area extents limits) * Build compatibility with GPSD 3.12 * Allow starting Viking with command line parameters to set position, zoom and map type. ** --latitude <degrees> ** --longitude <degrees> ** --zoom <ZoomLevelOSM> ** --map <MapID> ** eg: $> viking --latitude 51.4 --longitude -1.3 --zoom 12 --map 13 * Improved Windows install information and options * Export Track, Route and Waypoint Lists as text. * Many internal improvements, fixes, more translations and various other small improvements.
Diffstat (limited to 'geography/viking/Makefile')
-rw-r--r--geography/viking/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile
index e635d2e04c8..362030e4849 100644
--- a/geography/viking/Makefile
+++ b/geography/viking/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2015/06/12 10:50:08 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2015/08/30 19:04:17 gdt Exp $
#
-VERSION= 1.5.1
+VERSION= 1.6
DISTNAME= viking-${VERSION}
-PKGREVISION= 2
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/
EXTRACT_SUFX= .tar.bz2
@@ -23,6 +22,8 @@ CONFIGURE_ARGS+= --disable-magic
# Perhaps optionize use of gpsd (remove bl3, add this).
# CONFIGURE_ARGS+= --disable-realtime-gps-tracking
+CONFIGURE_ARGS+= --disable-mapnik
+
DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
REPLACE_PERL= viking-remote
@@ -33,6 +34,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
+.include "../../graphics/libgexiv2/buildlink3.mk"
.include "../../geography/gpsd/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"