Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 266c4afb74 | |||
|
|
1088469306 | ||
| fa5ca02f95 | |||
|
|
5942b38780 | ||
| c4d971499e | |||
|
|
195774a119 | ||
| 977fcce22c | |||
|
|
76e3a4a048 | ||
| 2312939f50 | |||
|
|
41c1c0a60f | ||
| 977e2c7949 | |||
|
|
b016c37f1d | ||
| 37a6fc4aa6 | |||
|
|
ee8bef2df3 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09546a738e66e73cf2c26582ca64637b535a533b27796d59b9e175b7972453b5
|
||||
size 198877
|
||||
3
QtPBFImagePlugin-5.2.tar.gz
Normal file
3
QtPBFImagePlugin-5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:319c9460ddc4bb412842e793c789f9dd5ee718c6d5a069d9ef2d36c19e4cfd8a
|
||||
size 618857
|
||||
@@ -1,3 +1,50 @@
|
||||
qt5-pbf-image-plugin (5.2) stable; urgency=low
|
||||
|
||||
* Added COROS V5 maps (PMTiles atlases) style.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Sat, 11 Oct 2025 21:17:35 +0200
|
||||
|
||||
qt5-pbf-image-plugin (5.1) stable; urgency=low
|
||||
|
||||
* Fixed path labels layout/positioning.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Thu, 09 Oct 2025 08:19:01 +0200
|
||||
|
||||
qt5-pbf-image-plugin (5.0) stable; urgency=low
|
||||
|
||||
* Added support for multiple styles.
|
||||
* Removed gzip support.
|
||||
* Fixed parsing of 64b varints.
|
||||
* Fixed maxzoom interpretation.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Fri, 03 Oct 2025 20:49:55 +0200
|
||||
|
||||
qt5-pbf-image-plugin (4.7) stable; urgency=low
|
||||
|
||||
* Default map style tweaks.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Thu, 28 Aug 2025 09:17:55 +0200
|
||||
|
||||
qt5-pbf-image-plugin (4.6) stable; urgency=low
|
||||
|
||||
* Fixed bottom text-anchor rendering.
|
||||
* Fixed searching non-string sets in filters.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Fri, 22 Aug 2025 08:45:17 +0200
|
||||
|
||||
qt5-pbf-image-plugin (4.5) stable; urgency=high
|
||||
|
||||
* Fixed icons not displaying when no explicit icon sizes present.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Mon, 04 Aug 2025 07:47:26 +0200
|
||||
|
||||
qt5-pbf-image-plugin (4.4) stable; urgency=low
|
||||
|
||||
* Added support for scaling non-sdf icons.
|
||||
* Improved text-anchor layout property support.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Tue, 29 Jul 2025 05:36:31 +0200
|
||||
|
||||
qt5-pbf-image-plugin (4.3) stable; urgency=low
|
||||
|
||||
* Default map style tweaks.
|
||||
|
||||
@@ -2,7 +2,7 @@ Source: qt5-pbf-image-plugin
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, zlib1g-dev
|
||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake
|
||||
Homepage: https://github.com/tumic0/QtPBFImagePlugin
|
||||
|
||||
Package: qt5-pbf-image-plugin
|
||||
|
||||
@@ -1,75 +1,122 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 13 15:40:09 CEST 2025 - tumic@cbox.cz
|
||||
Sat Oct 11 21:15:57 CEST 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 5.2
|
||||
* Added COROS V5 maps (PMTiles atlases) style.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 08:14:51 CEST 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 5.1
|
||||
* Fixed path labels layout/positioning.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 3 20:45:02 CEST 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 5.0
|
||||
* Added support for multiple styles.
|
||||
* Removed gzip support.
|
||||
* Fixed parsing of 64b varints.
|
||||
* Fixed maxzoom interpretation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 09:14:42 CEST 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 4.7
|
||||
* Default map style tweaks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 08:43:06 CEST 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 4.6
|
||||
* Fixed bottom text-anchor rendering.
|
||||
* Fixed searching non-string sets in filters.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 4 07:44:01 CEST 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 4.5
|
||||
* Fixed icons not displaying when no explicit icon sizes present.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 29 05:32:32 CEST 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 4.4
|
||||
* Added support for scaling non-sdf icons.
|
||||
* Improved text-anchor layout property support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 13 15:40:09 CEST 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 4.3
|
||||
* Default map style tweaks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 11 12:49:39 CEST 2025 - tumic@cbox.cz
|
||||
Sun May 11 12:49:39 CEST 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 4.2
|
||||
* Qt5 builds now require Qt 5.15.
|
||||
* Fixed UNIX builds on MacOS (Macports).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 23:40:07 CET 2025 - tumic@cbox.cz
|
||||
Thu Feb 13 23:40:07 CET 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 4.1
|
||||
* Fixed broken text handling under Qt5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 01:07:27 CET 2025 - tumic@cbox.cz
|
||||
Wed Jan 8 01:07:27 CET 2025 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 4.0
|
||||
* Removed Google Protocol buffers dependency.
|
||||
* Removed the related pkgconfig.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 13:55:00 CEST 2024 - tumic@cbox.cz
|
||||
Sun Oct 6 13:55:00 CEST 2024 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 3.2
|
||||
* Improved rendering performance.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 13:58:13 CEST 2024 - tumic@cbox.cz
|
||||
Sat Jun 15 13:58:13 CEST 2024 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 3.1
|
||||
* Added support for SDF sprites.
|
||||
* Fixed points (point icons) layout algorithm.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 18:22:49 CEST 2024 - tumic@cbox.cz
|
||||
Thu May 23 18:22:49 CEST 2024 - tumic@gpxsee.org
|
||||
|
||||
- Qt6 version
|
||||
* Switched to Qt6.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 10 18:22:33 CET 2023 - tumic@cbox.cz
|
||||
Sun Dec 10 18:22:33 CET 2023 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 3.0
|
||||
* Added support for overzoom.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 29 00:14:40 CEST 2023 - tumic@cbox.cz
|
||||
Sun Oct 29 00:14:40 CEST 2023 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 2.6
|
||||
* Fixed/improved path label layout algorithm.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 23:11:44 CEST 2023 - tumic@cbox.cz
|
||||
Tue Oct 10 23:11:44 CEST 2023 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 2.5
|
||||
* Fixed/improved path label layout algorithm.
|
||||
* Added Windows dll info.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 13 08:47:13 CEST 2023 - tumic@cbox.cz
|
||||
Sat May 13 08:47:13 CEST 2023 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 2.4
|
||||
* Fixed tile transparency issue.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 29 10:38:04 CET 2020 - tumic@cbox.cz
|
||||
Tue Dec 29 10:38:04 CET 2020 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 2.3
|
||||
* Added support for Qt6.
|
||||
@@ -77,19 +124,19 @@ Tue Dec 29 10:38:04 CET 2020 - tumic@cbox.cz
|
||||
* Added support for layout visibility style option.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 23:07:35 CEST 2020 - tumic@cbox.cz
|
||||
Wed Apr 15 23:07:35 CEST 2020 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 2.2
|
||||
* Do not claim to support all GZIP files, just MVT (protobuf).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 26 16:21:02 CET 2020 - tumic@cbox.cz
|
||||
Sun Jan 26 16:21:02 CET 2020 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 2.1
|
||||
* Fixed broken interpolation of grayscale colors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 18:54:25 CEST 2019 - tumic@cbox.cz
|
||||
Sat Oct 5 18:54:25 CEST 2019 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 2.0
|
||||
* Now using a tile size of 512px to fit the data and styles.
|
||||
@@ -97,20 +144,20 @@ Sat Oct 5 18:54:25 CEST 2019 - tumic@cbox.cz
|
||||
* Improved text layout and rendering.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 28 09:16:42 CEST 2019 - tumic@cbox.cz
|
||||
Sun Apr 28 09:16:42 CEST 2019 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 1.4
|
||||
* Added support for text halo (outline).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 9 16:11:01 CET 2019 - tumic@cbox.cz
|
||||
Sat Mar 9 16:11:01 CET 2019 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 1.3
|
||||
* Added missing support for named (HTML) colors.
|
||||
* Use the official IANA MIME-type and extension (MVT).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 1 23:05:36 CET 2019 - tumic@cbox.cz
|
||||
Tue Jan 1 23:05:36 CET 2019 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 1.2
|
||||
* Improved text layout and rendering.
|
||||
@@ -118,13 +165,13 @@ Tue Jan 1 23:05:36 CET 2019 - tumic@cbox.cz
|
||||
* Minimal Qt version is now 5.4 (5.6 for HiDPI support)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 5 22:37:00 CET 2018 - tumic@cbox.cz
|
||||
Wed Dec 5 22:37:00 CET 2018 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 1.1
|
||||
* Fixed build on some Qt versions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 5 22:09:22 CET 2018 - tumic@cbox.cz
|
||||
Wed Dec 5 22:09:22 CET 2018 - tumic@gpxsee.org
|
||||
|
||||
- Update to version 1.0
|
||||
* Initial version.
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: qt6-qtpbfimageformat
|
||||
Version: 4.3
|
||||
Version: 5.2
|
||||
Release: 1
|
||||
Summary: Qt6 PBF Image Format Plugin
|
||||
License: LGPL-3.0-only
|
||||
@@ -32,22 +32,15 @@ BuildRequires: make
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: qt6-core-devel
|
||||
BuildRequires: qt6-gui-devel
|
||||
BuildRequires: zlib-devel
|
||||
%else
|
||||
%if 0%{?fedora_version}
|
||||
BuildRequires: qt6-qtbase
|
||||
BuildRequires: qt6-qtbase-gui
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: zlib-devel
|
||||
%else
|
||||
# Mageia
|
||||
BuildRequires: libqt6core-devel
|
||||
BuildRequires: libqt6gui-devel
|
||||
%ifarch x86_64
|
||||
BuildRequires: lib64zlib-devel
|
||||
%else
|
||||
BuildRequires: libzlib-devel
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: qt5-pbf-image-plugin
|
||||
Version: 4.3-1
|
||||
Version: 5.2-1
|
||||
Binary: qt5-pbf-image-plugin
|
||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||
Maintainer: Martin Tuma <tumic@gpxsee.org>
|
||||
Architecture: any
|
||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, zlib1g-dev
|
||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake
|
||||
Files:
|
||||
00000000000000000000000000000000 0 QtPBFImagePlugin-4.3.tar.gz
|
||||
00000000000000000000000000000000 0 QtPBFImagePlugin-5.2.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user