Thu Aug 1 00:25:18 2013 UTC ()
Update viking to 1.4.2.

Bug fix release only

Bug Fixes since 1.4.1:
* Fix menu use of named own Icons since the icons were renamed some time ago.
* [QA] Fix memory leak in drawing new tracks/routes.
* [QA] Fix memory leak on deleting TrackWaypoint layers.
* [QA] Fix large memory leak on viewing Track Properties.
* [QA] Fix incorrect iterator usage.
* [QA] Fix memory leaks on reading in Viking files.
* [QA] Fix memory leak in treeview tooltips and selection.
* [QA] Fix large memory leak when removing DEM layers.
* Fix some interpolated values of a trackpoint on insertion between points.
* Fix handling failed downloads with the My OSM Traces method.
* SF Bugs#101: Fix Acquire from Google Directions.
* Fix name search using Google.
* SF Bugs#100: Fix Crash on viewing Track Properties with extreme gradients.
* SF Bugs#97: Fix missing redownload settings of some maps in the example config
* SF Bugs#99: Increase limit for Map IDs
* Automated check for the latest version. ATM only on Windows systems.
* Enable getting Viking Version as a number from a string to enable comparisons.
* SF#3613971: Remove Geofabrik's OpenStreetMap WMS, as it is not for public use.
* Don't silently fail on attempting to split to a track.
* Fix background thread statusbar update instability.
* Fix location of gdk_threads_enter() to be before first window creation.
* Allow Bing Map source URL to be set via the configuration XML file.
* SF#3610708: Fix Failing to Load DEM files on Big Endian Systems.
* Fix incorrect setting to lowest zoom value when clicking away from
the statusbar zoom menu.
* [QA] Improve create zoom menu to use G_N_ELEMENTS to know array bounds.

Contributors
============

* Rob Norris
* Michael Klein


(gdt)
diff -r1.51 -r1.52 pkgsrc/geography/viking/Makefile
diff -r1.19 -r1.20 pkgsrc/geography/viking/distinfo

cvs diff -r1.51 -r1.52 pkgsrc/geography/viking/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/viking/Makefile 2013/06/06 12:54:27 1.51
+++ pkgsrc/geography/viking/Makefile 2013/08/01 00:25:18 1.52
@@ -1,29 +1,32 @@ @@ -1,29 +1,32 @@
1# $NetBSD: Makefile,v 1.51 2013/06/06 12:54:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.52 2013/08/01 00:25:18 gdt Exp $
2# 2#
3 3
4DISTNAME= viking-1.4.1 4VERSION= 1.4.2
5PKGREVISION= 4 5DISTNAME= viking-${VERSION}
6CATEGORIES= geography 6CATEGORIES= geography
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/
 8EXTRACT_SUFX= .tar.bz2
8 9
9MAINTAINER= gdt@NetBSD.org 10MAINTAINER= gdt@NetBSD.org
10HOMEPAGE= http://viking.sourceforge.net/ 11HOMEPAGE= http://viking.sourceforge.net/
11COMMENT= Viking manages GPS data, supports OpenStreetMap and geocaching 12COMMENT= Viking manages GPS data, supports OpenStreetMap and geocaching
12 13
13LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
14 15
15GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
16 17
 18TEST_TARGET= check
 19
17# Perhaps optionize use of gpsd (remove bl3, add this). 20# Perhaps optionize use of gpsd (remove bl3, add this).
18# CONFIGURE_ARGS+= --disable-realtime-gps-tracking 21# CONFIGURE_ARGS+= --disable-realtime-gps-tracking
19 22
20DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel 23DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel
21DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser 24DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
22REPLACE_PERL= viking-remote 25REPLACE_PERL= viking-remote
23 26
24USE_TOOLS+= gmake intltool msgfmt pkg-config 27USE_TOOLS+= gmake intltool msgfmt pkg-config
25 28
26.include "../../sysutils/desktop-file-utils/desktopdb.mk" 29.include "../../sysutils/desktop-file-utils/desktopdb.mk"
27 30
28.include "../../devel/gettext-lib/buildlink3.mk" 31.include "../../devel/gettext-lib/buildlink3.mk"
29.include "../../graphics/libexif/buildlink3.mk" 32.include "../../graphics/libexif/buildlink3.mk"

cvs diff -r1.19 -r1.20 pkgsrc/geography/viking/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/viking/distinfo 2013/04/16 01:08:46 1.19
+++ pkgsrc/geography/viking/distinfo 2013/08/01 00:25:18 1.20
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.19 2013/04/16 01:08:46 gdt Exp $ 1$NetBSD: distinfo,v 1.20 2013/08/01 00:25:18 gdt Exp $
2 2
3SHA1 (viking-1.4.1.tar.gz) = f34f3b7b2252b8fb290a28b174d87032b4bb2861 3SHA1 (viking-1.4.2.tar.bz2) = 78c5830ac0d33439d61d7b44e056953c5b5d11e5
4RMD160 (viking-1.4.1.tar.gz) = 81aa61d4cc2411b90eaaf25bde7d964fd760622a 4RMD160 (viking-1.4.2.tar.bz2) = 6393a44db6dfd440b20fc2bec947bceac36071f0
5Size (viking-1.4.1.tar.gz) = 1490617 bytes 5Size (viking-1.4.2.tar.bz2) = 1066650 bytes
6SHA1 (patch-aa) = c7db1eb5562132c463b9472fd7a1a7e559af8d9a 6SHA1 (patch-aa) = c7db1eb5562132c463b9472fd7a1a7e559af8d9a