Update MPD to 0.23.12 (71)

This commit is contained in:
F-Droid checkupdates bot 2023-01-17 18:22:49 +00:00
parent aeaa31b018
commit 3f4064c354

View file

@ -417,7 +417,32 @@ Builds:
- ninja android/apk/mpd-aligned.apk
ndk: r25b
- versionName: 0.23.12
versionCode: 71
commit: d91da9679801224847c30147f5914785b6f8f240
sudo:
- apt-get update
- apt-get install -y ninja-build imagemagick g++ meson cmake quilt pkg-config
xz-utils make libtool m4 automake librsvg2-bin
output: output/android/android/apk/mpd-aligned.apk
rm:
- src/haiku/App_MusicPD
prebuild:
- mkdir -p output/android/android/classes/
- sed -i -e '/rm -rf/d' android/apk/make-unsigned-apk.sh
- sdkmanager 'platforms;android-29' 'build-tools;29.0.3'
build:
- cd output/android/
- python3 ../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a --buildtype=debugoptimized
-Db_ndebug=true -Dwrap_mode=forcefallback
- ninja android/apk/mpd-unsigned.apk
- rm -rf lib*.* meson-*
- python3 ../../android/build.py $$SDK$$ $$NDK$$ arm64-v8a --buildtype=debugoptimized
-Db_ndebug=true -Dwrap_mode=forcefallback
- ninja android/apk/mpd-aligned.apk
ndk: r25b
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 0.23.11
CurrentVersionCode: 70
CurrentVersion: 0.23.12
CurrentVersionCode: 71