mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update MPD to 0.21.20 (43)
This commit is contained in:
parent
863c9e7238
commit
36daa7ce4e
1 changed files with 19 additions and 2 deletions
|
|
@ -219,10 +219,27 @@ Builds:
|
|||
- ninja android/apk/mpd-unsigned.apk
|
||||
ndk: r18b
|
||||
|
||||
- versionName: 0.21.20
|
||||
versionCode: 43
|
||||
commit: v0.21.20
|
||||
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.19
|
||||
CurrentVersionCode: 42
|
||||
CurrentVersion: 0.21.20
|
||||
CurrentVersionCode: 43
|
||||
|
|
|
|||
Loading…
Reference in a new issue