parent
3cb6e2fe9a
commit
012b583122
|
@ -16,6 +16,7 @@ Repo: https://github.com/MusicPlayerDaemon/MPD.git
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.21.4
|
- versionName: 0.21.4
|
||||||
versionCode: 26
|
versionCode: 26
|
||||||
|
disable: crash in native code
|
||||||
commit: v0.21.4
|
commit: v0.21.4
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update || apt-get update
|
- apt-get update || apt-get update
|
||||||
|
@ -33,6 +34,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 0.21.6
|
- versionName: 0.21.6
|
||||||
versionCode: 28
|
versionCode: 28
|
||||||
|
disable: crash in native code
|
||||||
commit: v0.21.6
|
commit: v0.21.6
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update || apt-get update
|
- apt-get update || apt-get update
|
||||||
|
@ -50,6 +52,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 0.21.7
|
- versionName: 0.21.7
|
||||||
versionCode: 29
|
versionCode: 29
|
||||||
|
disable: crash in native code
|
||||||
commit: v0.21.7
|
commit: v0.21.7
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update || apt-get update
|
- apt-get update || apt-get update
|
||||||
|
@ -67,6 +70,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 0.21.8
|
- versionName: 0.21.8
|
||||||
versionCode: 30
|
versionCode: 30
|
||||||
|
disable: rebuild pending
|
||||||
commit: v0.21.8
|
commit: v0.21.8
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update || apt-get update
|
- apt-get update || apt-get update
|
||||||
|
@ -77,11 +81,14 @@ Builds:
|
||||||
- src/haiku/
|
- src/haiku/
|
||||||
build:
|
build:
|
||||||
- cd output/android/
|
- cd output/android/
|
||||||
- ../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a
|
- ../../android/build.py $$SDK$$ $$NDK$$ arm64-v8a
|
||||||
- meson configure
|
- meson configure
|
||||||
- ninja android/apk/mpd-unsigned.apk
|
- ninja android/apk/mpd-unsigned.apk
|
||||||
ndk: r18b
|
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
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.21.8
|
CurrentVersion: 0.21.8
|
||||||
|
|
Loading…
Reference in a new issue