mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Added Phone & SMS to Categories, added AuthorName, and new version 16.0.0 that requires tag v12.0 of libbaresip-android
This commit is contained in:
parent
a0e4ad3381
commit
d34485e89c
1 changed files with 24 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Phone & SMS
|
||||
License: GPL-2.0-only
|
||||
AuthorName: Juha Heinanen
|
||||
SourceCode: https://github.com/juha-h/baresip-studio
|
||||
IssueTracker: https://github.com/juha-h/baresip-studio/issues
|
||||
Translation: https://hosted.weblate.org/projects/baresip/
|
||||
|
|
@ -573,10 +575,30 @@ Builds:
|
|||
- popd
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 16.0.0
|
||||
versionCode: 38
|
||||
commit: v16.0.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y --no-install-recommends -t testing nasm
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- libbaresip-android@v12.0
|
||||
build:
|
||||
- pushd $$libbaresip-android$$
|
||||
- sed -i -e 's!$(shell ls -d -1 /opt/Android/ndk/\* | tail -1)!$$NDK$$!' -e
|
||||
's|/usr/src/baresip-studio|../../com.tutpro.baresip.plus|' Makefile
|
||||
- make download-sources
|
||||
- make install-all
|
||||
- popd
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: make download-sources checks out master branches of several libraries;
|
||||
this can cause build failures.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags v.*[0-9]$
|
||||
CurrentVersion: 15.2.0
|
||||
CurrentVersionCode: 37
|
||||
CurrentVersion: 16.0.0
|
||||
CurrentVersionCode: 38
|
||||
|
|
|
|||
Loading…
Reference in a new issue