Summary: | sci-geosciences/gpsbabel-1.6.0 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | poncho <poncho> |
Component: | Current packages | Assignee: | Sci-geo Project <sci-geosciences> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aklhfex, bbc.quincy, evadim, evert.gentoo, gentoo.2019, kripton, ostroffjh, poncho |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/12607 https://github.com/gentoo/gentoo/pull/14242 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
poncho
2019-07-10 08:23:41 UTC
Confirmed - new version is required to be able to read the fit format of current garmin devices. gpsbabel-1.5.4 is unusable: $ gpsbabel -t -i garmin_fit -f input.fit -o gpx -F output.gpx fit: Unsupported protocol version 2.0 Also, this version have fix for the GPS rollover issue. FYI: gpsbabel-1.6.0 from poncho overlay works - OK: compiles & installs fine - OK: converts fit to gpx - OK: output gpx file tested on https://www.gpsvisualizer.com/ https://github.com/MeisterP/poncho-overlay (In reply to Evert from comment #3) > FYI: gpsbabel-1.6.0 from poncho overlay works Even though it's in my overlay, the ebuild is from https://github.com/gentoo/gentoo/pull/12607 and written by Chris Mayo (cjmayo) friendly ping... The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637f5c37176bb8ab803447ff947d6c609006de00 commit 637f5c37176bb8ab803447ff947d6c609006de00 Author: Chris Mayo <aklhfex@gmail.com> AuthorDate: 2020-07-10 16:03:05 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-05-28 01:09:08 +0000 sci-geosciences/gpsbabel: 1.7.0 version bump, EAPI 7 GUI support is dropped because of multiple issues with resource paths. Closes: https://bugs.gentoo.org/689586 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14242 Signed-off-by: Sam James <sam@gentoo.org> sci-geosciences/gpsbabel/Manifest | 1 + .../files/gpsbabel-1.7.0-use_system_shapelib.patch | 118 +++++++++++++++++++++ .../gpsbabel/files/gpsbabel-1.7.0-xmldoc.patch | 13 +++ sci-geosciences/gpsbabel/gpsbabel-1.7.0.ebuild | 79 ++++++++++++++ 4 files changed, 211 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a3ddf088c3363bbe4d9ffaec95c25f70bb7024 commit 26a3ddf088c3363bbe4d9ffaec95c25f70bb7024 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-05-28 01:14:22 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-05-28 01:14:22 +0000 sci-geosciences/gpsbabel: sync live ebuild Bug: https://bugs.gentoo.org/689586 Signed-off-by: Sam James <sam@gentoo.org> sci-geosciences/gpsbabel/gpsbabel-1.7.0.ebuild | 22 ++++-- sci-geosciences/gpsbabel/gpsbabel-9999.ebuild | 96 ++++++++------------------ 2 files changed, 45 insertions(+), 73 deletions(-) What about https://bugs.gentoo.org/758785 ? |