Update net.osmand.plus to v4.5.10

This commit is contained in:
Peter Baum 2023-08-31 08:04:08 +00:00 committed by Licaon_Kter
parent 31c6dca9c1
commit a86756fb29

View file

@ -5529,6 +5529,147 @@ Builds:
en-US: An unique installation ID is sent alongside map download requests,
https://github.com/osmandapp/OsmAnd/issues/15058
- versionName: 4.5.10
versionCode: 451001
commit: v4.5.10
timeout: 20000
subdir: android/OsmAnd
submodules: true
sudo:
- apt-get update
- apt-get install -y ant g++ clang build-essential python-is-python2
- apt-get install -y -t bullseye-backports cmake automake
- apt-get install -y byacc libpcre2-dev
gradle:
- android
- full
- opengl
- armv7
srclibs:
- swig@v4.1.1
rm:
- android/OsmAnd-java/libs/*.jar
- android/OsmAnd/libs/*.jar
- android/OsmAnd-telegram/
- help/website/images/features.zip
- resources/icons/tools/SVGtoXML/vd-tool
prebuild: ../../prebuild.sh $$VERSION$$ $$VERCODE$$
scanignore:
- help/website/fonts/*.woff
- help/website/fonts/*.eot
- help/website/fonts/*.ttf
- resources/voice/tr/voice/*.ogg
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icudata.jar
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icutzdata.jar
scandelete:
- resources/test-resources
build:
- pushd $$swig$$
- ./autogen.sh
- ./configure --prefix=$$swig$$
- make -j`nproc`
- make install
- popd
- export PATH=$$swig$$/bin:$PATH
- ../../build.sh
ndk: r23c
antifeatures:
- Tracking
- versionName: 4.5.10
versionCode: 451002
commit: v4.5.10
timeout: 20000
subdir: android/OsmAnd
submodules: true
sudo:
- apt-get update
- apt-get install -y ant g++ clang build-essential python-is-python2
- apt-get install -y -t bullseye-backports cmake automake
- apt-get install -y byacc libpcre2-dev
gradle:
- android
- full
- opengl
- x86
srclibs:
- swig@v4.1.1
rm:
- android/OsmAnd-java/libs/*.jar
- android/OsmAnd/libs/*.jar
- android/OsmAnd-telegram/
- help/website/images/features.zip
- resources/icons/tools/SVGtoXML/vd-tool
prebuild: ../../prebuild.sh $$VERSION$$ $$VERCODE$$
scanignore:
- help/website/fonts/*.woff
- help/website/fonts/*.eot
- help/website/fonts/*.ttf
- resources/voice/tr/voice/*.ogg
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icudata.jar
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icutzdata.jar
scandelete:
- resources/test-resources
build:
- pushd $$swig$$
- ./autogen.sh
- ./configure --prefix=$$swig$$
- make -j`nproc`
- make install
- popd
- export PATH=$$swig$$/bin:$PATH
- ../../build.sh
ndk: r23c
antifeatures:
- Tracking
- versionName: 4.5.10
versionCode: 451003
commit: v4.5.10
timeout: 20000
subdir: android/OsmAnd
submodules: true
sudo:
- apt-get update
- apt-get install -y ant g++ clang build-essential python-is-python2
- apt-get install -y -t bullseye-backports cmake automake
- apt-get install -y byacc libpcre2-dev
gradle:
- android
- full
- opengl
- arm64
srclibs:
- swig@v4.1.1
rm:
- android/OsmAnd-java/libs/*.jar
- android/OsmAnd/libs/*.jar
- android/OsmAnd-telegram/
- help/website/images/features.zip
- resources/icons/tools/SVGtoXML/vd-tool
prebuild: ../../prebuild.sh $$VERSION$$ $$VERCODE$$
scanignore:
- help/website/fonts/*.woff
- help/website/fonts/*.eot
- help/website/fonts/*.ttf
- resources/voice/tr/voice/*.ogg
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icudata.jar
- icu-release-50-2-1-patched-mirror/icu4j/main/shared/data/icutzdata.jar
scandelete:
- resources/test-resources
build:
- pushd $$swig$$
- ./autogen.sh
- ./configure --prefix=$$swig$$
- make -j`nproc`
- make install
- popd
- export PATH=$$swig$$/bin:$PATH
- ../../build.sh
ndk: r23c
antifeatures:
- Tracking
MaintainerNotes: |-
Update CV only after sucessfully built and tested.
@ -5536,8 +5677,10 @@ MaintainerNotes: |-
versionCode*100+1/2/3 for split ABI, x86 contains both flavours
Swig 4.1.1 to fix compile errors.
ArchivePolicy: 9
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 4.4.7
CurrentVersionCode: 440703
CurrentVersion: 4.5.8
CurrentVersionCode: 450803