Search Criteria
Package Details: gpxviewer-stable 3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gpxviewer-stable.git (read-only, click to copy) |
---|---|
Package Base: | gpxviewer-stable |
Description: | Application for viewing and analyzing GPX and KML files |
Upstream URL: | https://github.com/salsergey/gpxviewer |
Keywords: | garmin,gpx |
Licenses: | GPL-3.0 |
Submitter: | salsergey |
Maintainer: | salsergey |
Last Packager: | salsergey |
Votes: | 1 |
Popularity: | 0.000002 |
First Submitted: | 2023-02-11 05:20 (UTC) |
Last Updated: | 2024-08-28 09:15 (UTC) |
Dependencies (6)
- python-lxml
- python-qcustomplot-pyqt6AUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
simona commented on 2024-05-01 12:45 (UTC)
perfect. thx. now ok.
salsergey commented on 2024-05-01 12:22 (UTC)
I guess it is about python-qcustomplot-pyqt. I've updated that package and removed explicitly set ABI version since it was unnecessary for AUR.
simona commented on 2024-04-30 09:04 (UTC)
make[1]: *** [Makefile:1646: sipQCustomPlot_PyQt5QCPPolarGraph.o] Error 1
simona commented on 2024-04-30 08:59 (UTC)
ABI v12.0 is deprecated and will be removed in SIP v7.0.0, use v12.9 or later instead
salsergey commented on 2023-11-14 15:15 (UTC)
Since osdn.net is actually dead, I moved sources to github.
salsergey commented on 2023-08-25 07:53 (UTC)
It seems that osdn.net is not functioning properly. I can't do anything on my side. As for gpxviewer package, it is a totally different program, though it has the same name. I guess these packages do not conflict with each other.
dreieck commented on 2023-07-28 09:16 (UTC)
I get an HTTP error 504 "gateway timeout" in the browser when trying to download the source or access
$url
.Manual download:
wget https://osdn.net/dl/gpxviewer/gpxviewer-2.4.tar.xz
:Regards!
dreieck commented on 2023-07-28 08:57 (UTC)
Can you please add
provides=("gpxviewer=${pkgver}")
,conflicts=('gpxviewer')
?And also, how does your package differ from
gpxviewer
?Regards!