Skip to content

Releases: MerginMaps/mobile-sdk

x64-osx-20240311-192

12 Mar 07:47
ad04a1d
Compare
Choose a tag to compare
linux sdk fixes: qt6keychain, libkml, linking order (#108)

qt6keychain on linux was using libsecret which had the issue that
it was using system libsecret instead of the one from vcpkg, but
we do not really need it anyway - and we can then also skip linking
to Glib which was causing frequent crashes upon app start for me.

app build was then failing when trying to link to libkml, which
is not included in our build, so now it is explicitly disabled
in gdal's portfile (should not be a problem because there's another
KML driver for gdal/ogr that does not rely on libkml).

the linking order for the sdk test was slightly incorrect for
geos and minizip, giving me link errors (spatialite needs geos,
freexl needs minizip)

x64-linux-20240312-173

12 Mar 07:22
ad04a1d
Compare
Choose a tag to compare
linux sdk fixes: qt6keychain, libkml, linking order (#108)

qt6keychain on linux was using libsecret which had the issue that
it was using system libsecret instead of the one from vcpkg, but
we do not really need it anyway - and we can then also skip linking
to Glib which was causing frequent crashes upon app start for me.

app build was then failing when trying to link to libkml, which
is not included in our build, so now it is explicitly disabled
in gdal's portfile (should not be a problem because there's another
KML driver for gdal/ogr that does not rely on libkml).

the linking order for the sdk test was slightly incorrect for
geos and minizip, giving me link errors (spatialite needs geos,
freexl needs minizip)

arm64-android-20240311-209

12 Mar 07:51
ad04a1d
Compare
Choose a tag to compare
linux sdk fixes: qt6keychain, libkml, linking order (#108)

qt6keychain on linux was using libsecret which had the issue that
it was using system libsecret instead of the one from vcpkg, but
we do not really need it anyway - and we can then also skip linking
to Glib which was causing frequent crashes upon app start for me.

app build was then failing when trying to link to libkml, which
is not included in our build, so now it is explicitly disabled
in gdal's portfile (should not be a problem because there's another
KML driver for gdal/ogr that does not rely on libkml).

the linking order for the sdk test was slightly incorrect for
geos and minizip, giving me link errors (spatialite needs geos,
freexl needs minizip)

arm-android-20240312-209

12 Mar 08:12
ad04a1d
Compare
Choose a tag to compare
linux sdk fixes: qt6keychain, libkml, linking order (#108)

qt6keychain on linux was using libsecret which had the issue that
it was using system libsecret instead of the one from vcpkg, but
we do not really need it anyway - and we can then also skip linking
to Glib which was causing frequent crashes upon app start for me.

app build was then failing when trying to link to libkml, which
is not included in our build, so now it is explicitly disabled
in gdal's portfile (should not be a problem because there's another
KML driver for gdal/ogr that does not rely on libkml).

the linking order for the sdk test was slightly incorrect for
geos and minizip, giving me link errors (spatialite needs geos,
freexl needs minizip)

x64-windows-20240220-218

20 Feb 12:07
Compare
Choose a tag to compare
Added minizip in CMakeLists.txt

x64-osx-20240220-190

20 Feb 12:07
Compare
Choose a tag to compare
Added minizip in CMakeLists.txt

x64-linux-20240220-171

20 Feb 11:22
Compare
Choose a tag to compare
Added minizip in CMakeLists.txt

arm64-ios-20240220-167

20 Feb 11:54
Compare
Choose a tag to compare
Added minizip in CMakeLists.txt

arm64-android-20240220-207

20 Feb 11:30
Compare
Choose a tag to compare
Added minizip in CMakeLists.txt

arm-android-20240220-207

20 Feb 11:38
Compare
Choose a tag to compare
Added minizip in CMakeLists.txt