baresip: fix 6.3.1 (53)
This commit is contained in:
parent
ca1dfcafad
commit
f5e987afaf
|
|
@ -451,16 +451,19 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- libbaresip-android@1.0.4
|
||||
- libbaresip-android@1.0.5
|
||||
build:
|
||||
- pushd $$libbaresip-android$$
|
||||
- sed -i -e 's!\/usr\/local\/Android\/Sdk\/ndk-bundle!$$NDK$$!' -e 's!\/usr\/src\/baresip-studio!../../com.tutpro.baresip!'
|
||||
Makefile
|
||||
- sed -i -e 's|/usr/local/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
|
||||
-e 's/baresip.git/baresip.git --branch v0.6.2/' Makefile
|
||||
- make download-sources
|
||||
- make install-all
|
||||
- popd
|
||||
ndk: r19c
|
||||
|
||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||
this can cause build failures.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.4.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue