mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'linphone4300' into 'master'
Linphone - 4.3.0 Closes #2149 See merge request fdroid/fdroiddata!7363
This commit is contained in:
commit
105585343f
1 changed files with 46 additions and 2 deletions
|
|
@ -643,10 +643,54 @@ Builds:
|
||||||
linphone-sdk-android/
|
linphone-sdk-android/
|
||||||
ndk: r16b
|
ndk: r16b
|
||||||
|
|
||||||
|
- versionName: 4.3.0
|
||||||
|
versionCode: 4300
|
||||||
|
commit: 4.3.0
|
||||||
|
timeout: 20000
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y doxygen pkgconf python-pystache python-six yasm
|
||||||
|
- apt-get install -y -t stretch-backports-sloppy libarchive13
|
||||||
|
- apt-get install -y -t stretch-backports cmake
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
output: app/build/outputs/apk/release/linphone-android-release-*.apk
|
||||||
|
srclibs:
|
||||||
|
- linphone-sdk@4.4.1
|
||||||
|
rm:
|
||||||
|
- app/src/main/java/org/linphone/firebase/Firebase*.java
|
||||||
|
- app/google-services.json
|
||||||
|
- sample
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/google-services/d' build.gradle
|
||||||
|
- sed -i -e '/keystore/d' -e '/repositories/,+7d' -e 's/${project.version}/$$VERSION$$/g'
|
||||||
|
-e '/com.google.gms.google-services/d' -e '/org.linphone\:linphone-sdk-android/d'
|
||||||
|
-e "/bumptech/aimplementation\ fileTree(include\:\ ['linphone-sdk-android-release.aar'],\
|
||||||
|
dir\:\ 'libs')" app/build.gradle
|
||||||
|
- sed -i -e 's|"kill_service_with_task_manager">true<|"kill_service_with_task_manager">false<|'
|
||||||
|
-e 's|"check_for_update_when_app_starts">true<|"check_for_update_when_app_starts">false<|'
|
||||||
|
app/src/main/res/values/non_localizable_custom.xml
|
||||||
|
- sed -i -e 's!https://www.linphone.org/releases!!' app/src/main/res/raw/linphonerc_default
|
||||||
|
scanignore:
|
||||||
|
- app/build.gradle
|
||||||
|
build:
|
||||||
|
- pushd $$linphone-sdk$$
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
- mkdir build-sdk
|
||||||
|
- cd build-sdk
|
||||||
|
- cmake .. -DLINPHONESDK_PLATFORM=Android -DLINPHONESDK_ANDROID_ARCHS="arm64,
|
||||||
|
armv7, x86, x86_64" -DCMAKE_BUILD_TYPE=Release
|
||||||
|
- cmake --build . --parallel $(nproc)
|
||||||
|
- popd
|
||||||
|
- mkdir app/libs
|
||||||
|
- cp $$linphone-sdk$$/build-sdk/linphone-sdk/bin/outputs/aar/linphone-sdk-android-release.aar
|
||||||
|
app/libs/
|
||||||
|
ndk: r16b
|
||||||
|
|
||||||
MaintainerNotes: Main repo for linphone-sdk is upstreams private Gitlab instance with
|
MaintainerNotes: Main repo for linphone-sdk is upstreams private Gitlab instance with
|
||||||
submodules, should we switch the main Repo link too?
|
submodules, should we switch the main Repo link too?
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 4.2.3
|
CurrentVersion: 4.3.0
|
||||||
CurrentVersionCode: 4230
|
CurrentVersionCode: 4300
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue