From 41a82fce03222cbbdd4b1bb4a8e166cf634465b5 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Sat, 21 Dec 2019 06:18:22 +0000 Subject: [PATCH] Update MPD to 0.21.17 (40) --- 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 1c31980380..fa84e5cd70 100644 --- a/metadata/org.musicpd.yml +++ b/metadata/org.musicpd.yml @@ -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