Accepting request 982076 from graphics
OBS-URL: https://build.opensuse.org/request/show/982076 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpxsee?expand=0&rev=90
This commit is contained in:
commit
ad0c72adcc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:faf1ef595e2dc66f56ed24d376af2fbfb32c63f7319fd1d144e82b6114f96c19
|
|
||||||
size 5122383
|
|
3
GPXSee-11.1.tar.gz
Normal file
3
GPXSee-11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5188be385ffd580e2abd58d8e6cf1820ac47fa451f2a552b245de7d44efc8b70
|
||||||
|
size 5168310
|
4
PKGBUILD
4
PKGBUILD
@ -1,11 +1,11 @@
|
|||||||
pkgname=gpxsee
|
pkgname=gpxsee
|
||||||
pkgver=10.7
|
pkgver=11.1
|
||||||
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' 'qt5-svg' 'qt5-location')
|
depends=('qt5-base' 'qt5-imageformats' 'qt5-svg' 'qt5-location' '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,19 @@
|
|||||||
|
gpxsee (11.1) stable; urgency=low
|
||||||
|
|
||||||
|
* Fixed broken map zooming using the mouse wheel (introduced in
|
||||||
|
11.0)
|
||||||
|
* Now using asynchronous tiles rendering in IMG maps.
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Thu, 02 Jun 2022 22:27:58 +0200
|
||||||
|
|
||||||
|
gpxsee (11.0) stable; urgency=low
|
||||||
|
|
||||||
|
* Added Android build.
|
||||||
|
* Various map provider fixes (Mapsforge, IMG, JNX).
|
||||||
|
* Fixed broken PNG/PDF exports on systems with HiDPI displays.
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Mon, 30 May 2022 19:06:21 +0200
|
||||||
|
|
||||||
gpxsee (10.7) stable; urgency=low
|
gpxsee (10.7) stable; urgency=low
|
||||||
|
|
||||||
* Multiple IMG maps loading/rendering fixes.
|
* Multiple IMG maps loading/rendering fixes.
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 2 22:24:38 CEST 2022 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 11.1
|
||||||
|
* Fixed broken map zooming using the mouse wheel (introduced in
|
||||||
|
11.0)
|
||||||
|
* Now using asynchronous tiles rendering in IMG maps.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 30 18:56:55 CEST 2022 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 11.0
|
||||||
|
* Added Android build.
|
||||||
|
* Various map provider fixes (Mapsforge, IMG, JNX).
|
||||||
|
* Fixed broken PNG/PDF exports on systems with HiDPI displays.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 24 17:54:41 CEST 2022 - tumic@cbox.cz
|
Sun Apr 24 17:54:41 CEST 2022 - tumic@cbox.cz
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gpxsee
|
Source: gpxsee
|
||||||
Version: 10.7-1
|
Version: 11.1-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, qtpositioning5-dev
|
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev, qtpositioning5-dev, libqt5svg5-dev
|
||||||
Files:
|
Files:
|
||||||
00000000000000000000000000000000 0 GPXSee-10.7.tar.gz
|
00000000000000000000000000000000 0 GPXSee-11.1.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: 10.7
|
Version: 11.1
|
||||||
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
|
||||||
@ -38,9 +38,9 @@ BuildRequires: qt5-qtbase-gui
|
|||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
BuildRequires: qt5-qtlocation-devel
|
BuildRequires: qt5-qtlocation-devel
|
||||||
|
BuildRequires: qt5-qtsvg-devel
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
Recommends: qt5-qtimageformats
|
Recommends: qt5-qtimageformats
|
||||||
Recommends: qt5-qtsvg
|
|
||||||
Recommends: qt5-qtserialport
|
Recommends: qt5-qtserialport
|
||||||
Recommends: qt5-qtpbfimageformat
|
Recommends: qt5-qtpbfimageformat
|
||||||
%else
|
%else
|
||||||
@ -54,10 +54,10 @@ BuildRequires: libQt5Network-devel
|
|||||||
BuildRequires: libQt5PrintSupport-devel
|
BuildRequires: libQt5PrintSupport-devel
|
||||||
BuildRequires: libQt5OpenGL-devel
|
BuildRequires: libQt5OpenGL-devel
|
||||||
BuildRequires: libQt5Sql-devel
|
BuildRequires: libQt5Sql-devel
|
||||||
|
BuildRequires: libQt5Svg-devel
|
||||||
BuildRequires: libqt5-qtlocation-devel
|
BuildRequires: libqt5-qtlocation-devel
|
||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
Recommends: libQt5Sql5-sqlite
|
Recommends: libQt5Sql5-sqlite
|
||||||
Recommends: libQt5Svg5
|
|
||||||
Recommends: libQt5SerialPort5
|
Recommends: libQt5SerialPort5
|
||||||
Recommends: libqt5-qtimageformats
|
Recommends: libqt5-qtimageformats
|
||||||
Recommends: libqt5-qtpbfimageformat
|
Recommends: libqt5-qtpbfimageformat
|
||||||
@ -71,10 +71,10 @@ BuildRequires: libqt5network-devel
|
|||||||
BuildRequires: libqt5printsupport-devel
|
BuildRequires: libqt5printsupport-devel
|
||||||
BuildRequires: libqt5opengl-devel
|
BuildRequires: libqt5opengl-devel
|
||||||
BuildRequires: libqt5sql-devel
|
BuildRequires: libqt5sql-devel
|
||||||
|
BuildRequires: libqt5svg-devel
|
||||||
BuildRequires: libqt5location-devel
|
BuildRequires: libqt5location-devel
|
||||||
BuildRequires: qttools5
|
BuildRequires: qttools5
|
||||||
Recommends: qtimageformats5
|
Recommends: qtimageformats5
|
||||||
Recommends: libqt5-qtsvg
|
|
||||||
Recommends: libqt5-qtserialport
|
Recommends: libqt5-qtserialport
|
||||||
Recommends: libqt5-database-plugin-sqlite
|
Recommends: libqt5-database-plugin-sqlite
|
||||||
Recommends: libqt5-qtpbfimageformat
|
Recommends: libqt5-qtpbfimageformat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user