Package Details: igotu2gpx 0.3.0-3

Package Base: igotu2gpx
Description: Free GUI and command line utility to provide Linux/Mac OS X support for the MobileAction i-gotU USB GPS travel loggers
Upstream URL: https://launchpad.net/igotu2gpx
Category: system
Licenses: GPL
Submitter: None
Maintainer: Weytsengtang
Last Packager: Weytsengtang
Votes: 1
First Submitted: 2011-07-17 10:45
Last Updated: 2014-10-05 15:50

Dependencies (5)

Required by (0)

Sources

Latest Comments

Comment by Weytsengtang

2015-05-19 16:40

Thanks. I noticed the Marble bug myself, but unfortunately I don't have any idea how to fix it. An upstream fix might be good, but I don't know if this application is still developed. I'll correct the udev rule, but can you help with the Marble bug?

Comment by maleadt

2015-05-18 21:24

Needs two changes in order to compile:
* udev rules should go to /usr/lib instead of /lib (package() in the PKGBUILD)
* marblevisualizer.cpp should include <marble/MarbleModel.h> and use tracks->model()->addGeoDataFile instead of tracks->addPlace[mM]arkFile (probably should go upstream, or might be fixed in 0.4-trunk already)