diff --git a/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in b/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in index 82fe70c9a..851bc7c5a 100644 --- a/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in +++ b/sci-geosciences/gpxsee/additional-files/gpxsee.rdef.in @@ -45,7 +45,8 @@ resource file_types message { "types" = "application/vnd.rmaps.sqlite", "types" = "application/vnd.mapsforge.map", "types" = "application/vnd.tomtom.ov2", - "types" = "application/vnd.tomtom.itn" + "types" = "application/vnd.tomtom.itn", + "types" = "application/vnd.esri.wld" }; resource vector_icon { diff --git a/sci-geosciences/gpxsee/gpxsee-9.1.recipe b/sci-geosciences/gpxsee/gpxsee-9.2.recipe similarity index 94% rename from sci-geosciences/gpxsee/gpxsee-9.1.recipe rename to sci-geosciences/gpxsee/gpxsee-9.2.recipe index e0fbe0a24..3201e7621 100644 --- a/sci-geosciences/gpxsee/gpxsee-9.1.recipe +++ b/sci-geosciences/gpxsee/gpxsee-9.2.recipe @@ -11,7 +11,7 @@ geotagged JPEG files QuadTiles) * Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG/GMAP \ & JNX maps, TwoNav RMaps, GeoTIFF images, BSB charts, KMZ maps, AlpineQuest maps, \ -Locus/OsmAnd/RMaps SQLite maps, Mapsforge vector maps) +Locus/OsmAnd/RMaps SQLite maps, Mapsforge vector maps, ESRI World-File georeferenced images) * Elevation, speed, heart rate, cadence, power, temperature and gear \ ratio/shifts graphs * Support for DEM files (SRTM HGT) @@ -25,7 +25,7 @@ COPYRIGHT="2015-2021 Martin Tůma" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/tumic0/gpxsee/archive/$portVersion/GPXSee-$portVersion.tar.gz" -CHECKSUM_SHA256="e872361fe0cb9edea88c90f826e7637360afefd71b12f5a89a92c68dfaa3fa00" +CHECKSUM_SHA256="23c5a86de1dcb8c314f2ccfd02b0ecc1324c1e86b4965664d293c28ef0f29921" SOURCE_DIR="GPXSee-$portVersion" PATCHES="gpxsee-$portVersion.patchset" ADDITIONAL_FILES=" diff --git a/sci-geosciences/gpxsee/patches/gpxsee-9.1.patchset b/sci-geosciences/gpxsee/patches/gpxsee-9.2.patchset similarity index 100% rename from sci-geosciences/gpxsee/patches/gpxsee-9.1.patchset rename to sci-geosciences/gpxsee/patches/gpxsee-9.2.patchset