MPD: disable broken builds

See fdroid/fdroiddata#1583.
This commit is contained in:
relan 2019-04-24 07:34:35 +03:00
parent 3cb6e2fe9a
commit 012b583122

View file

@ -16,6 +16,7 @@ Repo: https://github.com/MusicPlayerDaemon/MPD.git
Builds:
- versionName: 0.21.4
versionCode: 26
disable: crash in native code
commit: v0.21.4
sudo:
- apt-get update || apt-get update
@ -33,6 +34,7 @@ Builds:
- versionName: 0.21.6
versionCode: 28
disable: crash in native code
commit: v0.21.6
sudo:
- apt-get update || apt-get update
@ -50,6 +52,7 @@ Builds:
- versionName: 0.21.7
versionCode: 29
disable: crash in native code
commit: v0.21.7
sudo:
- apt-get update || apt-get update
@ -67,6 +70,7 @@ Builds:
- versionName: 0.21.8
versionCode: 30
disable: rebuild pending
commit: v0.21.8
sudo:
- apt-get update || apt-get update
@ -77,11 +81,14 @@ Builds:
- src/haiku/
build:
- cd output/android/
- ../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a
- ../../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.8