mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update MPD to 0.22.8 (56)
This commit is contained in:
parent
cdcf21461c
commit
ba1f78bd64
1 changed files with 30 additions and 2 deletions
|
|
@ -261,7 +261,35 @@ Builds:
|
|||
- ninja android/apk/mpd-unsigned.apk
|
||||
ndk: r22b
|
||||
|
||||
- versionName: 0.22.8
|
||||
versionCode: 56
|
||||
commit: v0.22.8
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y ninja-build imagemagick-6.q16 -t stretch-backports
|
||||
- apt-get install -y clang-7 libc++-7-dev libc++abi-7-dev
|
||||
- pip3 install meson
|
||||
- update-alternatives --install /usr/bin/cc cc /usr/bin/clang-7 100
|
||||
- update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-7 100
|
||||
output: output/android/android/apk/mpd-unsigned.apk
|
||||
prebuild:
|
||||
- mkdir -p output/android/android/classes/
|
||||
- $$SDK$$/tools/bin/sdkmanager 'platforms;android-29' 'build-tools;29.0.3' >
|
||||
/dev/null
|
||||
- sed -i -e "/native/a cpp_args:['-stdlib=libc++','-nostdinc++','-I/usr/lib/llvm-7/include/c++/v1',],"
|
||||
src/tag/meson.build
|
||||
- sed -i -e "/native/a link_args:['-lc++abi','-L/usr/lib/llvm-7/lib','-Wl,-rpath,/usr/lib/llvm-7/lib',],"
|
||||
src/tag/meson.build
|
||||
scandelete:
|
||||
- src/haiku/
|
||||
build:
|
||||
- cd output/android/
|
||||
- ../../android/build.py $$SDK$$ $$NDK$$ armeabi-v7a
|
||||
- meson configure
|
||||
- ninja android/apk/mpd-unsigned.apk
|
||||
ndk: r22b
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.22.7
|
||||
CurrentVersionCode: 55
|
||||
CurrentVersion: 0.22.8
|
||||
CurrentVersionCode: 56
|
||||
|
|
|
|||
Loading…
Reference in a new issue