Disable linphone
This commit is contained in:
parent
384b87f6e5
commit
12845b7880
|
@ -1,3 +1,4 @@
|
|||
Disabled:Failed making proper build from source
|
||||
Category:Phone & SMS
|
||||
License:GPLv3
|
||||
Web Site:http://www.linphone.org
|
||||
|
@ -7,10 +8,10 @@ Issue Tracker:
|
|||
Auto Name:Linphone
|
||||
Summary:SIP (VOIP) phone
|
||||
Description:
|
||||
* Audio: speex (narrow- and wide-band); iLBC; G711; GSM; G722. No Silk in this build
|
||||
* Audio: speex (narrow- and wide-band); iLBC; G711; GSM; G722. No Silk (?) in this build
|
||||
* Video with VP8, mpeg4, x264 (ARMv7 only). No h264 in this build
|
||||
* Audio multicall and conferencing
|
||||
* SRTP/ZRTP media encryption
|
||||
* SRTP/(ZRTP ?) media encryption
|
||||
* Echo cancellation
|
||||
* Address book integration
|
||||
* Call history
|
||||
|
@ -21,7 +22,7 @@ Description:
|
|||
Repo Type:git
|
||||
Repo:git://git.linphone.org/linphone-android.git
|
||||
|
||||
Build Version:2.0.3-fdroid,2003,2.0.3-1,submodules=no,\
|
||||
Build Version:2.0.3-fdroid,2003,!broken at 2.0.3-1,submodules=no,\
|
||||
init=git submodule update --init --recursive,prebuild=\
|
||||
rm -rf tests submodules/externals/webrtc/modules/\
|
||||
video_capture/main/source/android/java/org/webrtc/videoengine/* && \
|
||||
|
@ -33,8 +34,24 @@ res/values/non_localizable_custom.xml,build=\
|
|||
make BUILD_SILK=0 BUILD_X264=1 BUILD_GPLV3_ZRTP=1 \
|
||||
BUILD_FOR_X86=1 prepare-sources,buildjni=no
|
||||
|
||||
#Compile++ thumb : linphone <= linphonecore_jni.cc
|
||||
#jni/..//submodules/linphone/build/android/../../coreapi/linphonecore_jni.cc:21:30:
|
||||
#fatal error: linphonecore_jni.h: No such file or directory
|
||||
Build Version:2.1.2-fdroid,2120,!build problems at 2.1.2,\
|
||||
submodules=no,\
|
||||
init=git submodule update --init --recursive,\
|
||||
prebuild=rm -rf tests submodules/externals/webrtc/modules/\
|
||||
video_capture/main/source/android/java/org/webrtc/videoengine/* && \
|
||||
echo "version.name=2.1.2-fdroid" > default.properties && \
|
||||
sed -i 's/allowBackup=\"true\"/debuggable=\"false\"/g' AndroidManifest.xml && \
|
||||
sed -i '92s/prepare-silk //g' Makefile && \
|
||||
sed -i 's/markets\">true/markets\">=false/g' \
|
||||
res/values/non_localizable_custom.xml,\
|
||||
build=make -e NDK_PATH=$$NDK$$ BUILD_SILK=0 BUILD_X264=1 BUILD_GPLV3_ZRTP=1 \
|
||||
BUILD_AMRNB=light prepare-sources generate-libs,\
|
||||
buildjni=no
|
||||
|
||||
Auto Update Mode:None
|
||||
#Tags would nuke all the submodules
|
||||
Update Check Mode:Market
|
||||
Current Version:2.1.2
|
||||
Current Version Code:2120
|
||||
|
|
Loading…
Reference in a new issue