[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#817825: marked as done (marble: enable experimental vector tiling)



Your message dated Tue, 06 Dec 2022 16:52:20 +0000
with message-id <E1p2bB6-00DcXK-NZ@fasolo.debian.org>
and subject line Bug#817825: fixed in marble 4:22.08.3-1
has caused the Debian Bug report #817825,
regarding marble: enable experimental vector tiling
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
817825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817825
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: marble
Version: 4:15.12.1-1.1
Severity: wishlist
Tags: patch

Dear Maintainer,

As of a few months ago Marble contains experimental support for vector tiles.
This is functional but rudimentary, but I think to help the general FOSS effort
it would be good to deploy this to users already. It doesn't affect normal
usage - you have to explicitly enable the "Vector OSM" map and then select it
in your Map View for it to be used.

See https://techbase.kde.org/Projects/Marble/OSMVectorCompile for details.

To enable this in our Debian package, the patch is simply this:

~~~~
diff -Nru marble-15.12.1/debian/rules marble-15.12.1/debian/rules
--- marble-15.12.1/debian/rules	2016-02-01 10:23:56.000000000 +0100
+++ marble-15.12.1/debian/rules	2016-03-10 16:19:39.000000000 +0100
@@ -16,6 +16,7 @@
 	$(overridden_command) -- -DWITH_DESIGNER_PLUGIN=ON \
 				 -DWITH_KF5=TRUE \
 				 -DMARBLE_INSTALL_ANDROID_APPS=ON \
+				 -DEXPERIMENTAL_VECTOR_TILING=ON \
 				 $(conf_args)
 
 override_dh_strip:
~~~~

and I have built the packages here:

https://people.debian.org/~infinity0/apt/pool/contrib/m/marble/

if any Debian users want to quickly try it out. There is still lots of work to
be done by upstream - e.g. the zoom-level cut-offs for hiding smaller objects
(for performance reasons I guess) currently don't result in a very good user
experience, see:

https://people.debian.org/~infinity0/res/

for some screenshots of this in action. But, hopefully more user feedback will
improve this product, and perhaps attract volunteer contributors that wouldn't
otherwise have realised that this ability exists.

X

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (300, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages marble depends on:
ii  libc6                   2.21-9
ii  libgcc1                 1:5.3.1-10
ii  libkf5configcore5       5.16.0-1
ii  libkf5configgui5        5.16.0-1
ii  libkf5configwidgets5    5.16.0-1
ii  libkf5coreaddons5       5.16.0-1
ii  libkf5crash5            5.16.0-1
ii  libkf5i18n5             5.16.0-1
ii  libkf5kiowidgets5       5.16.0-1
ii  libkf5newstuff5         5.16.0-1
ii  libkf5parts5            5.16.0-1
ii  libkf5runner5           5.16.0-1
ii  libkf5wallet-bin        5.16.0-1
ii  libkf5wallet5           5.16.0-1
ii  libkf5widgetsaddons5    5.16.0-1
ii  libkf5xmlgui5           5.16.0-1
ii  libmarblewidget-qt5-23  4:15.12.1-1.1
ii  libqt5core5a            5.5.1+dfsg-14
ii  libqt5dbus5             5.5.1+dfsg-14
ii  libqt5gui5              5.5.1+dfsg-14
ii  libqt5network5          5.5.1+dfsg-14
ii  libqt5printsupport5     5.5.1+dfsg-14
ii  libqt5widgets5          5.5.1+dfsg-14
ii  libqt5xml5              5.5.1+dfsg-14
ii  libstdc++6              5.3.1-10
ii  marble-data             4:15.12.1-1.1
ii  marble-plugins          4:15.12.1-1.1

marble recommends no packages.

Versions of packages marble suggests:
pn  gosmore               <none>
pn  monav-routing-daemon  <none>
pn  routino               <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: marble
Source-Version: 4:22.08.3-1
Done: Sandro Knauß <hefee@debian.org>

We believe that the bug you reported is fixed in the latest version of
marble, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 817825@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Knauß <hefee@debian.org> (supplier of updated marble package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 06 Dec 2022 16:48:13 +0100
Source: marble
Architecture: source
Version: 4:22.08.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Sandro Knauß <hefee@debian.org>
Closes: 817825 995137 1005652
Changes:
 marble (4:22.08.3-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Pino Toscano ]
   * New upstream release (21.12.3)
   * CI: enable blhc, as it should work fine now.
   * Update install files. (Closes: #1005652)
   * Update the build dependencies according to the upstream build system:
     - bump cmake to 3.10
 .
   [ Matthias Geiger ]
   * New upstream release (22.08.3)
   * Added myself to uploaders
   * Update build-dependencies:
     - bump cmake to 3.16
     - bump minimum QT version to 5.14
     - bump pkg-kde-tools to 0.15
     - bump libgps-dev to 3.22 (Closes: #995137)
   * Bump Standards-Version to 4.6.1
   * Added new build-dependencies:
     - qtwebengine5-dev
     - libqt5webchannel5-dev
   * Amended libmarblewidget-qt5-28.install
   * Mark libastro-dev as multi-arch: same
   * Override dh_dwz in d/rules to allow building
   * Added hardening flags in d/rules
   * Enabled (experimental) vector tiling in d/rules (Closes: #817825)
   * Added lintian overrides:
     - marble: no-manual-page, desktop-entry-lacks-keyword-entry
     - marble-maps: no-manual-page, desktop-entry-lacks-keyword-entry
     - marble-qt: no-manual-page, desktop-entry-lacks-keyword-entry
     - marble-qt-data: package-contains-documentation-outside-usr-share-doc
   * Removed marble-data.lintian-overrides
   * Updated upstream/metadata
   * Added *.appdata.xml to d/copyright
   * Moved license blocks to the end for better readability in
     d/copyright
   * Added proper CC-BY-3.0 license
   * Deleted nonexistent entries form d/copyright
   * Generated new symbols for libmarblewidget-qt5-28-dev
Checksums-Sha1:
 f0371de3492d75364a4bb3e4451fafedeeb0e630 3884 marble_22.08.3-1.dsc
 76aa2102a3a7a169248e8dc5c93fb2b8b09df0f1 53675664 marble_22.08.3.orig.tar.xz
 0dc847066df9a8a8bf60beba48ac140d5efdde24 833 marble_22.08.3.orig.tar.xz.asc
 39089143e1ed875d421cea76287b8cdc2610c2fe 74416 marble_22.08.3-1.debian.tar.xz
 e1b52b79c0c8256802daf70306a082c66e5a69cb 21279 marble_22.08.3-1_source.buildinfo
Checksums-Sha256:
 56b5759a699a99c28465f78ffa18e211877bbe2a6730ded6a156d1f1d9f26a6a 3884 marble_22.08.3-1.dsc
 5b7777fda9401e41b6340ffb56b4a7e6fd27996a71684b29c6d4ebfe4baaf60b 53675664 marble_22.08.3.orig.tar.xz
 6d0d260c6ab8cd3c62aabe694274859d5aaf6731bcc1515144028fc4f3c8a6de 833 marble_22.08.3.orig.tar.xz.asc
 86878186e4277e585d6cc1473d279960f7e6c51bffe237ee085ec8c6d86ec4df 74416 marble_22.08.3-1.debian.tar.xz
 f6d813e0b7c47a2f1324d3ef40963d521bf33159ea5d063e4c93d2628af4ecb1 21279 marble_22.08.3-1_source.buildinfo
Files:
 9e9075278ccea1000694365805272b3b 3884 kde optional marble_22.08.3-1.dsc
 2e2d24ffb77ab56207befc95a5d09a19 53675664 kde optional marble_22.08.3.orig.tar.xz
 74080154e36132b4d0ff0be9c80e3f58 833 kde optional marble_22.08.3.orig.tar.xz.asc
 951260047a0d6eee7ad7567f7bb37815 74416 kde optional marble_22.08.3-1.debian.tar.xz
 bde6543d1ece3b517e3bd4797f07197f 21279 kde optional marble_22.08.3-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEOewRoCAWtykmSRoG462wCFBgVjYFAmOPapMRHGhlZmVlQGRl
Ymlhbi5vcmcACgkQ462wCFBgVjYJfhAAjei1QknkFvI0bwg28k/fAdTWg+e6wAmv
WxW8oPQb8LXkSRHHfMSyFRNsAA+ow33M9ewrp/HZl8mmSJCynB70t2vjHXU44woi
GY29UOw/llDsJ4LOnTxs7goJz1XM28HlcMIvHtlq6zqksMfBx6s91y/tlPbHiujP
dlFqt3Nz/zIqKARFA7v7ndWSb7hXeQpEzRbdXm57IyzNR2bBEBPRvdnUcj6Z08xJ
KRKb60Mq1C2daPkqTZnhcZgizR6kZSaV+ATTS8y0T5hhBZtmulm2iX3R9HmIoa5S
1q2kOYxMqrAHl7jHFFCYrFaJ0NHMG80R13rTmCyDVVLZ2A2IVfU6MOEDqrW8wjx2
0JcSnqYg6b87bf0agI5YOeZl9UejPzvfCWfEOemm4mbREpAgEeCjxhh8i581jhpO
XZzOspSSSPdlj80Cy+RIkr497DcqgpPl4b71C+w3+Y1085SYlTQ1NHUrEdexZ/4S
GXRxYiCuWjuxdBjAWzkb0YTXApGZ7ZPx2mSgbwQoHseRcL4jOxt9b7AtoY2u2XEk
iHELaLGy+qAYw3AYBCokdDNzUUGe9Dq0PNPBqxcoLF4koE3esbjZ3qbcKAadeIax
w6TlY1JQaX9mfr7eQkcCVDJt+f+Ei2OkXtk4F9yenS1Ky/cbB7D37VW82EsgBVri
O5xI7SE4b80=
=IG6b
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: