mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update MPD to 0.23.1 (61)
This commit is contained in:
parent
2affb34bf6
commit
2a92af4fa9
1 changed files with 37 additions and 2 deletions
|
|
@ -409,7 +409,42 @@ Builds:
|
|||
- ninja android/apk/mpd-unsigned.apk
|
||||
ndk: r22b
|
||||
|
||||
- versionName: 0.23.1
|
||||
versionCode: 61
|
||||
commit: fff25ac753a06953964c28b68d74de161cd18165
|
||||
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
|
||||
- pushd build/srclib/cpython
|
||||
- ./configure
|
||||
- make -j`nproc`
|
||||
- make altinstall
|
||||
- popd
|
||||
output: output/android/android/apk/mpd-unsigned.apk
|
||||
srclibs:
|
||||
- cpython@v3.10.0
|
||||
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/
|
||||
- python3.10 ../../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.23'
|
||||
CurrentVersionCode: 60
|
||||
CurrentVersion: 0.23.1
|
||||
CurrentVersionCode: 61
|
||||
|
|
|
|||
Loading…
Reference in a new issue