Update org.navitproject.navit, tested against buildserver-bullseye

This commit is contained in:
Michael von Glasow 2022-10-25 21:05:19 +00:00 committed by Licaon_Kter
parent ce724f297b
commit b807df3a3b

View file

@ -8,18 +8,6 @@ Translation: https://translations.launchpad.net/navit/trunk/+pots/navit
Changelog: https://github.com/navit-gps/navit/blob/HEAD/CHANGELOG.md#changelog
AutoName: Navit
Description: |-
Its modular design is capable of using vector maps of various formats for
routing and rendering of the displayed map. Its even possible to use multiple
maps at a time. While Navit supports all major platforms, there is a fork
specializing on an easy-to-use, Android-only solution:
https://f-droid.org/packages/com.zoffcc.applications.zanavi.
The routing engine not only calculates an optimal route to your destination, but
also generates directions and even speaks to you.
Navit currently speaks 27 languages. You can help translating via the web-based
<a href="http://translations.launchpad.net/navit/trunk/+pots/navit">translation page</a>.
RepoType: git
Repo: https://github.com/navit-gps/navit
@ -836,6 +824,23 @@ Builds:
build: scripts/build_android.sh
ndk: r20b
- versionName: v0.5.6-61-gaae00d4
versionCode: 2022101585
disable: template for update
commit: aae00d4b1ef8b3bf504e5c57c0a237e7b4d40b78
sudo:
- apt-get update
- apt-get install -y build-essential cmake gettext libpng-dev librsvg2-bin libsaxonb-java
rename zlib1g-dev
gradle:
- yes
output: build/outputs/apk/release/navit-release.apk
rm:
- navit/support/espeak/espeak-data/*
prebuild: sed -i -e '/gradlew/d' scripts/build_android.sh
build: scripts/build_android.sh
ndk: r20b
MaintainerNotes: |-
Found JAR file at navit/android/libs/TTS_library_stub.jar, removed as of v0.5.3-442-g96d9c41.
NDK r12b is the minimum required as of v0.5.3, later versions may work but are untested.