News

KGeoTag 1.3.0 released

I'm happy to announce the new release 1.3.0 of KGeoTag, the standalone KDE geotagging program!

The ChangeLog contains the following changes:

Notice to the packagers

Just to say it again: If you're packaging KGeoTag for your distribution, and Marble 21.12.0 is not available yet, you can still build KGeoTag if you were able to build it before. The dependecy has only been added because it's the first Marble version we can rely on (cf. the ChangeLog above).

In this case, simply remove the version from CMakeFiles.txt and you're done. The following patch does the trick:

--- CMakeLists.txt.orig 2022-09-04 14:27:25.729672632 +0200
+++ CMakeLists.txt      2022-09-04 14:27:52.961403115 +0200
@@ -8,7 +8,7 @@
 set(QT_MIN_VERSION "5.11.0")
 set(KF5_MIN_VERSION "5.44.0")
 set(KExiv2_MIN_VERSION "5.0.0")
-set(Marble_MIN_VERSION "21.12.0")
+set(Marble_MIN_VERSION "")

 set(CMAKE_CXX_STANDARD 17)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)

Have a lot of fun with KGeoTag :-)

– Tobias