Add linphone 3.2.4
currently disabled because upstream stopped building the libs, so we need to figure out how to build it ourselves
This commit is contained in:
parent
be160df4c5
commit
ede9673498
|
@ -233,6 +233,38 @@ Build:3.1.0-fdroid,3100
|
|||
scandelete=submodules/mswebrtc/webrtc/data/voice_engine/stereo_rtp_files/rtpplay.exe,submodules/externals/openh264/autotest/performanceTest/ios/*,submodules/externals/mbedtls/tests/
|
||||
build=make generate-libs BUILD_GPLV3_ZRTP=1
|
||||
|
||||
Build:3.2.4-fdroid,3241
|
||||
disable=WIP, figure out how to antlr3/antlr-3.4-complete.jar
|
||||
commit=3.2.4
|
||||
submodules=yes
|
||||
prebuild=find submodules/externals/antlr3/runtime/ -mindepth 1 -maxdepth 1 -not -name "C" -exec rm -r {} \; && \
|
||||
rm -rf gradle liblinphone_tester tests && \
|
||||
rm -rf submodules/externals/antlr3/antlr-3.4-complete.jar && \
|
||||
rm -rf submodules/externals/antlr3/antlr-ant && \
|
||||
rm -rf submodules/externals/libupnp/ixml/doc && \
|
||||
rm -rf submodules/externals/libupnp/upnp/doc && \
|
||||
rm -rf submodules/externals/libxml2/result && \
|
||||
rm -rf submodules/externals/libxml2/test && \
|
||||
rm -rf submodules/externals/libxml2/win32 && \
|
||||
rm -rf submodules/externals/openh264/res && \
|
||||
rm -rf submodules/externals/polarssl/programs && \
|
||||
rm -rf submodules/externals/polarssl/tests && \
|
||||
rm -rf submodules/externals/webrtc/modules/video_capture/main/source/android/java/org/webrtc/videoengine/* && \
|
||||
rm -rf submodules/externals/webrtc/voice_engine/test && \
|
||||
rm -rf submodules/linphone/pixmaps && \
|
||||
rm -rf submodules/linphone/share && \
|
||||
rm -rf submodules/linphone/tester && \
|
||||
rm -rf submodules/mssilk/ios_bin && \
|
||||
rm -rf submodules/externals/codec2/win32 && \
|
||||
rm -rf submodules/externals/ffmpeg/tests && \
|
||||
rm libs/gcm.jar src/org/linphone/gcm/GCMService.java src/org/linphone/gcm/GCMReceiver.java && \
|
||||
sed -i -e 's/<application/<application android:debuggable="false"/' AndroidManifest.xml && \
|
||||
sed -i -e 's/android:versionName=".*"/android:versionName="$$VERSION$$"/' AndroidManifest.xml
|
||||
target=android-22
|
||||
scanignore=submodules/mswebrtc/webrtc/data/rtp_rtcp/*.bin
|
||||
scandelete=submodules/mswebrtc/webrtc/data/voice_engine/stereo_rtp_files/rtpplay.exe,submodules/externals/openh264/autotest/performanceTest/ios/*,submodules/externals/mbedtls/tests/
|
||||
build=./prepare.py; make BUILD_GPLV3_ZRTP=1
|
||||
|
||||
Maintainer Notes:
|
||||
|
||||
Issue with 3.0.0 (targeting android-22 as well as android-23)
|
||||
|
|
Loading…
Reference in a new issue