From ceb191649984ab7653e951269086d567ad8a38ac Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Thu, 6 Jun 2019 20:55:06 +0100 Subject: [PATCH] Update MPD to 0.21.10 (33) --- metadata/org.musicpd.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/metadata/org.musicpd.yml b/metadata/org.musicpd.yml index 30960ec58b..a23f49893f 100644 --- a/metadata/org.musicpd.yml +++ b/metadata/org.musicpd.yml @@ -47,10 +47,27 @@ Builds: - ninja android/apk/mpd-unsigned.apk ndk: r18b + - versionName: 0.21.10 + versionCode: 33 + commit: v0.21.10 + 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.9 -CurrentVersionCode: 32 +CurrentVersion: 0.21.10 +CurrentVersionCode: 33