mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
MPD: remove disabled builds
This commit is contained in:
parent
025f8af857
commit
2f15558174
1 changed files with 0 additions and 54 deletions
|
|
@ -14,60 +14,6 @@ RepoType: git
|
||||||
Repo: https://github.com/MusicPlayerDaemon/MPD.git
|
Repo: https://github.com/MusicPlayerDaemon/MPD.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.21.4
|
|
||||||
versionCode: 26
|
|
||||||
disable: crash in native code
|
|
||||||
commit: v0.21.4
|
|
||||||
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$$ armeabi-v7a
|
|
||||||
- meson configure
|
|
||||||
- ninja android/apk/mpd-unsigned.apk
|
|
||||||
ndk: r18b
|
|
||||||
|
|
||||||
- versionName: 0.21.6
|
|
||||||
versionCode: 28
|
|
||||||
disable: crash in native code
|
|
||||||
commit: v0.21.6
|
|
||||||
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$$ armeabi-v7a
|
|
||||||
- meson configure
|
|
||||||
- ninja android/apk/mpd-unsigned.apk
|
|
||||||
ndk: r18b
|
|
||||||
|
|
||||||
- versionName: 0.21.7
|
|
||||||
versionCode: 29
|
|
||||||
disable: crash in native code
|
|
||||||
commit: v0.21.7
|
|
||||||
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$$ armeabi-v7a
|
|
||||||
- meson configure
|
|
||||||
- ninja android/apk/mpd-unsigned.apk
|
|
||||||
ndk: r18b
|
|
||||||
|
|
||||||
- versionName: 0.21.8
|
- versionName: 0.21.8
|
||||||
versionCode: 30
|
versionCode: 30
|
||||||
commit: v0.21.8
|
commit: v0.21.8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue