mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Baresip plus submodule
This commit is contained in:
parent
6e49af18ee
commit
66b234cb2c
2 changed files with 44 additions and 4 deletions
|
|
@ -1780,10 +1780,30 @@ Builds:
|
|||
- popd
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 37.1.3
|
||||
versionCode: 116
|
||||
commit: 1a65fd1fc8fc01ed6725b77b42bdb4f6f2cf2a67
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y wget make libtool m4 automake pkg-config
|
||||
- apt-get install -t bullseye-backports cmake
|
||||
gradle:
|
||||
- yes
|
||||
build:
|
||||
- pushd ../libbaresip-android
|
||||
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|'
|
||||
Makefile
|
||||
- make download-sources
|
||||
- make install-all
|
||||
- popd
|
||||
ndk: r25b
|
||||
|
||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||
this can cause build failures.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v.*[0-9]$
|
||||
CurrentVersion: 37.1.2
|
||||
CurrentVersionCode: 115
|
||||
CurrentVersion: 37.1.3
|
||||
CurrentVersionCode: 116
|
||||
|
|
|
|||
|
|
@ -2782,10 +2782,30 @@ Builds:
|
|||
- popd
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 49.1.3
|
||||
versionCode: 239
|
||||
commit: e226c36fb0800500963d621fc8621d0c94da5362
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y wget make libtool m4 automake pkg-config
|
||||
- apt-get install -t bullseye-backports cmake
|
||||
gradle:
|
||||
- yes
|
||||
build:
|
||||
- pushd ../libbaresip-android
|
||||
- sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
|
||||
Makefile
|
||||
- make download-sources
|
||||
- make install-all
|
||||
- popd
|
||||
ndk: r25b
|
||||
|
||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||
this can cause build failures.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
CurrentVersion: 49.1.2
|
||||
CurrentVersionCode: 238
|
||||
CurrentVersion: 49.1.3
|
||||
CurrentVersionCode: 239
|
||||
|
|
|
|||
Loading…
Reference in a new issue