mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Merge branch 'juha-h-master-patch-31636' into 'master'
New libbaresip-android version due to new video codec module (AV1) See merge request fdroid/fdroiddata!8245
This commit is contained in:
commit
782c3e02d0
1 changed files with 22 additions and 2 deletions
|
|
@ -411,10 +411,30 @@ Builds:
|
|||
- popd
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 13.0.0
|
||||
versionCode: 30
|
||||
commit: v13.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@v11.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: r21d
|
||||
|
||||
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: 12.0.0
|
||||
CurrentVersionCode: 29
|
||||
CurrentVersion: 13.0.0
|
||||
CurrentVersionCode: 30
|
||||
|
|
|
|||
Loading…
Reference in a new issue