From 0e98904de64984f40c7dd3b3582ca3412cb799ce Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 25 Dec 2019 23:43:51 +0000 Subject: [PATCH] Update MPD to 0.21.18 (41) --- 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 fa84e5cd70..7c7d60b3f9 100644 --- a/metadata/org.musicpd.yml +++ b/metadata/org.musicpd.yml @@ -185,10 +185,27 @@ Builds: - ninja android/apk/mpd-unsigned.apk ndk: r18b + - versionName: 0.21.18 + versionCode: 41 + commit: v0.21.18 + 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.17 -CurrentVersionCode: 40 +CurrentVersion: 0.21.18 +CurrentVersionCode: 41