From 012b583122de3063aa7de7787a19c9232bb6d9e1 Mon Sep 17 00:00:00 2001 From: relan Date: Wed, 24 Apr 2019 07:34:35 +0300 Subject: [PATCH] MPD: disable broken builds See fdroid/fdroiddata#1583. --- metadata/org.musicpd.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/metadata/org.musicpd.yml b/metadata/org.musicpd.yml index c9445af506..591a4f3e0f 100644 --- a/metadata/org.musicpd.yml +++ b/metadata/org.musicpd.yml @@ -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