Update MPD to 0.21.17 (40)
This commit is contained in:
parent
e6ce6a6989
commit
41a82fce03
|
@ -168,10 +168,27 @@ Builds:
|
|||
- ninja android/apk/mpd-unsigned.apk
|
||||
ndk: r18b
|
||||
|
||||
- versionName: 0.21.17
|
||||
versionCode: 40
|
||||
commit: v0.21.17
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y g++ imagemagick-6.q16 meson -t stretch-backports
|
||||
output: output/android/android/apk/mpd-unsigned.apk
|
||||
prebuild: mkdir -p output/android/android/classes/
|
||||
scandelete:
|
||||
- src/haiku/
|
||||
build:
|
||||
- cd output/android/
|
||||
- ../../android/build.py $$SDK$$ $$NDK$$ arm64-v8a
|
||||
- meson configure
|
||||
- ninja android/apk/mpd-unsigned.apk
|
||||
ndk: r18b
|
||||
|
||||
MaintainerNotes: armeabi-v7a and x86 versions crash on daemon start, so we provide
|
||||
only arm64-v8a. See https://gitlab.com/fdroid/fdroiddata/issues/1583.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.21.16
|
||||
CurrentVersionCode: 39
|
||||
CurrentVersion: 0.21.17
|
||||
CurrentVersionCode: 40
|
||||
|
|
Loading…
Reference in a new issue