Version 3.1
OBS-URL: https://build.opensuse.org/package/show/graphics/qt6-qtpbfimageformat?expand=0&rev=2
This commit is contained in:
parent
10059156ae
commit
da109f78c8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eeeabf61f60c559f536537105741dfa78dd39adbb1b266061cb3b7351b327da3
|
||||
size 197675
|
3
QtPBFImagePlugin-3.1.tar.gz
Normal file
3
QtPBFImagePlugin-3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee1daf461e4942e9e6629cc74e60c03dd545fa28a71a0f4181fc5d50355cbb93
|
||||
size 198664
|
@ -1,3 +1,10 @@
|
||||
qt5-pbf-image-plugin (3.1) stable; urgency=low
|
||||
|
||||
* Added support for SDF sprites.
|
||||
* Fixed points (point icons) layout algorithm.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Sat, 15 Jun 2024 14:02:10 +0200
|
||||
|
||||
qt5-pbf-image-plugin (3.0) stable; urgency=low
|
||||
|
||||
* Added support for overzoom.
|
||||
|
@ -1,15 +1,15 @@
|
||||
diff --git pbfplugin.pro pbfplugin.pro
|
||||
index 49e9875..8ba7e8e 100644
|
||||
index 1fccace..7d47d02 100644
|
||||
--- pbfplugin.pro
|
||||
+++ pbfplugin.pro
|
||||
@@ -39,8 +39,8 @@ RESOURCES += pbfplugin.qrc
|
||||
@@ -40,8 +40,8 @@ RESOURCES += pbfplugin.qrc
|
||||
DEFINES += QT_NO_DEPRECATED_WARNINGS
|
||||
|
||||
unix:!macx{
|
||||
unix:!macx:!android {
|
||||
- LIBS += -lprotobuf-lite \
|
||||
- -lz
|
||||
+ CONFIG += link_pkgconfig
|
||||
+ PKGCONFIG += protobuf-lite zlib
|
||||
}
|
||||
win32 {
|
||||
INCLUDEPATH += $$PROTOBUF/include \
|
||||
|
||||
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
|
||||
INSTALLS += target
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 13:58:13 CEST 2024 - tumic@cbox.cz
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -19,13 +19,14 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: qt6-qtpbfimageformat
|
||||
Version: 3.0
|
||||
Version: 3.1
|
||||
Release: 1
|
||||
Summary: Qt6 PBF Image Format Plugin
|
||||
License: LGPL-3.0-only
|
||||
Group: Development/Libraries/X11
|
||||
Url: https://github.com/tumic0/QtPBFImagePlugin
|
||||
Source0: https://github.com/tumic0/QtPBFImagePlugin/archive/%{version}/QtPBFImagePlugin-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE pkgconfig.patch - fix for broken OpenSUSE linker
|
||||
Patch0: pkgconfig.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
@ -61,7 +62,7 @@ Qt image plugin for displaying Mapbox vector tiles.
|
||||
|
||||
%prep
|
||||
%setup -q -n QtPBFImagePlugin-%{version}
|
||||
%patch0
|
||||
%autopatch -p0
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version}
|
||||
|
@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: qt5-pbf-image-plugin
|
||||
Version: 3.0-1
|
||||
Version: 3.1-1
|
||||
Binary: qt5-pbf-image-plugin
|
||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||
Architecture: any
|
||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, libprotobuf-dev, protobuf-compiler, zlib1g-dev
|
||||
Files:
|
||||
00000000000000000000000000000000 0 QtPBFImagePlugin-3.0.tar.gz
|
||||
00000000000000000000000000000000 0 QtPBFImagePlugin-3.1.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user