Accepting request 887903 from graphics
OBS-URL: https://build.opensuse.org/request/show/887903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpxsee?expand=0&rev=71
This commit is contained in:
commit
eb4e6a33e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:abafa1543de4c1aab2dcc804afa4e7c93402db6084aa8f24011a2c4ccfcc075d
|
|
||||||
size 8414586
|
|
3
GPXSee-9.0.tar.gz
Normal file
3
GPXSee-9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:021ef80418783352216e5733a2e2cd56cfc46ceff88c24a477735d7e2c8d5cb9
|
||||||
|
size 8538085
|
4
PKGBUILD
4
PKGBUILD
@ -1,11 +1,11 @@
|
|||||||
pkgname=gpxsee
|
pkgname=gpxsee
|
||||||
pkgver=8.9
|
pkgver=9.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='GPS log files visualizing and analyzing tool'
|
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.gpxsee.org/"
|
url="http://www.gpxsee.org/"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('qt5-base' 'qt5-imageformats')
|
depends=('qt5-base' 'qt5-imageformats' 'qt5-svg')
|
||||||
makedepends=('qt5-tools')
|
makedepends=('qt5-tools')
|
||||||
provides=("${pkgname}=${pkgver}")
|
provides=("${pkgname}=${pkgver}")
|
||||||
source=("GPXSee-${pkgver}.tar.gz")
|
source=("GPXSee-${pkgver}.tar.gz")
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
gpxsee (9.0) stable; urgency=low
|
||||||
|
|
||||||
|
* Added support for Mapsforge maps.
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Tue, 20 Apr 2021 00:49:16 +0200
|
||||||
|
|
||||||
gpxsee (8.9) stable; urgency=low
|
gpxsee (8.9) stable; urgency=low
|
||||||
|
|
||||||
* Preserve the directory structure when loading maps/POIs.
|
* Preserve the directory structure when loading maps/POIs.
|
||||||
|
@ -8,7 +8,7 @@ Homepage: http://www.gpxsee.org
|
|||||||
Package: gpxsee
|
Package: gpxsee
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}
|
Depends: ${shlibs:Depends}
|
||||||
Recommends: libqt5sql5-sqlite, qt5-image-formats-plugins
|
Recommends: libqt5sql5-sqlite, qt5-image-formats-plugins, libqt5svg5
|
||||||
Description: GPS log files visualizing and analyzing tool
|
Description: GPS log files visualizing and analyzing tool
|
||||||
GPXSee is a Qt based tool for visualizing and analyzing GPX, TCX, FIT, KML, IGC, NMEA,
|
GPXSee is a Qt based tool for visualizing and analyzing GPX, TCX, FIT, KML, IGC, NMEA,
|
||||||
SLF, LOC, OziExplorer (PLT, RTE, WPT), CUP, Garmin CSV and geotagged JPEG files.
|
SLF, LOC, OziExplorer (PLT, RTE, WPT), CUP, Garmin CSV and geotagged JPEG files.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 20 00:46:33 CEST 2021 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 9.0
|
||||||
|
* Added support for Mapsforge maps.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 23 23:24:21 CET 2021 - tumic@cbox.cz
|
Tue Mar 23 23:24:21 CET 2021 - tumic@cbox.cz
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gpxsee
|
Source: gpxsee
|
||||||
Version: 8.9-1
|
Version: 9.0-1
|
||||||
Binary: gpxsee
|
Binary: gpxsee
|
||||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
||||||
Files:
|
Files:
|
||||||
00000000000000000000000000000000 0 GPXSee-8.9.tar.gz
|
00000000000000000000000000000000 0 GPXSee-9.0.tar.gz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||||
|
|
||||||
Name: gpxsee
|
Name: gpxsee
|
||||||
Version: 8.9
|
Version: 9.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GPS log file visualization and analysis tool
|
Summary: GPS log file visualization and analysis tool
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -39,6 +39,7 @@ BuildRequires: qt5-qtbase-devel
|
|||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
Recommends: qt5-qtimageformats
|
Recommends: qt5-qtimageformats
|
||||||
|
Recommends: qt5-qtsvg
|
||||||
Recommends: qt5-qtpbfimageformat
|
Recommends: qt5-qtpbfimageformat
|
||||||
%else
|
%else
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@ -54,6 +55,7 @@ BuildRequires: libQt5Sql-devel
|
|||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
Recommends: libQt5Sql5-sqlite
|
Recommends: libQt5Sql5-sqlite
|
||||||
Recommends: libqt5-qtimageformats
|
Recommends: libqt5-qtimageformats
|
||||||
|
Recommends: libqt5-qtsvg
|
||||||
Recommends: libqt5-qtpbfimageformat
|
Recommends: libqt5-qtpbfimageformat
|
||||||
%else
|
%else
|
||||||
# Mageia
|
# Mageia
|
||||||
@ -67,6 +69,7 @@ BuildRequires: libqt5opengl-devel
|
|||||||
BuildRequires: libqt5sql-devel
|
BuildRequires: libqt5sql-devel
|
||||||
BuildRequires: qttools5
|
BuildRequires: qttools5
|
||||||
Recommends: qtimageformats5
|
Recommends: qtimageformats5
|
||||||
|
Recommends: libqt5-qtsvg
|
||||||
Recommends: libqt5-database-plugin-sqlite
|
Recommends: libqt5-database-plugin-sqlite
|
||||||
Recommends: libqt5-qtpbfimageformat
|
Recommends: libqt5-qtpbfimageformat
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user