2012-09-12 17:30:26 +00:00
|
|
|
Category:Phone & SMS
|
2013-03-08 14:19:12 +00:00
|
|
|
License:GPLv3
|
2010-11-16 23:08:35 +00:00
|
|
|
Web Site:http://www.linphone.org
|
|
|
|
Source Code:http://www.linphone.org/eng/download/git.html
|
2012-01-10 23:25:28 +00:00
|
|
|
Issue Tracker:
|
|
|
|
|
2013-07-10 09:40:49 +00:00
|
|
|
Auto Name:Linphone
|
2013-04-09 21:38:55 +00:00
|
|
|
Summary:SIP (VOIP) phone
|
2010-11-16 23:08:35 +00:00
|
|
|
Description:
|
2013-07-25 16:43:59 +00:00
|
|
|
* Audio: speex; iLBC; G711; GSM; G722. No Silk and AMR-WB depends on device in this build
|
2013-05-13 11:07:29 +00:00
|
|
|
* Video with VP8, mpeg4, x264 (ARMv7 only). No h264 in this build
|
2012-10-03 09:38:36 +00:00
|
|
|
* Audio multicall and conferencing
|
2013-07-25 16:43:59 +00:00
|
|
|
* SRTP/ZRTP media encryption
|
2012-10-03 09:38:36 +00:00
|
|
|
* Echo cancellation
|
|
|
|
* Address book integration
|
|
|
|
* Call history
|
|
|
|
* Multiple accounts support
|
2013-05-13 11:07:29 +00:00
|
|
|
* Native x86
|
2010-11-16 23:08:35 +00:00
|
|
|
.
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2012-11-18 19:10:18 +00:00
|
|
|
Repo Type:git
|
|
|
|
Repo:git://git.linphone.org/linphone-android.git
|
|
|
|
|
2013-07-25 11:16:57 +00:00
|
|
|
Build Version:2.0.3-fdroid,2003,!contains non-free codecs at 2.0.3-1,submodules=no,\
|
2013-05-09 19:06:47 +00:00
|
|
|
init=git submodule update --init --recursive,prebuild=\
|
|
|
|
rm -rf tests submodules/externals/webrtc/modules/\
|
2013-03-21 18:15:13 +00:00
|
|
|
video_capture/main/source/android/java/org/webrtc/videoengine/* && \
|
2013-03-08 14:19:12 +00:00
|
|
|
echo "version.name=2.0.3-fdroid" > default.properties && \
|
2013-05-09 19:41:28 +00:00
|
|
|
sed -i 's/allowBackup=\"true\"/debuggable=\"false\"/g' AndroidManifest.xml && \
|
2013-05-09 19:06:47 +00:00
|
|
|
sed -i 's@\(NDK_PATH=\).*@\1$$NDK$$@' Makefile && \
|
2013-03-21 18:15:13 +00:00
|
|
|
sed -i 's/markets\">true/markets\">=false/g' \
|
|
|
|
res/values/non_localizable_custom.xml,build=\
|
|
|
|
make BUILD_SILK=0 BUILD_X264=1 BUILD_GPLV3_ZRTP=1 \
|
2013-05-09 19:06:47 +00:00
|
|
|
BUILD_FOR_X86=1 prepare-sources,buildjni=no
|
2013-07-25 16:43:59 +00:00
|
|
|
# note the custom_rules ; didn't use a tag because of zrtp security fix
|
|
|
|
Build Version:2.1.2-fdroid,2120,846a2a3a58,\
|
|
|
|
update=no,\
|
2013-07-24 13:05:50 +00:00
|
|
|
init=git submodule update --init --recursive,\
|
2013-07-25 16:43:59 +00:00
|
|
|
patch=makefile.patch,\
|
|
|
|
prebuild=sed -i '1 i NDK_PATH=$$NDK$$\nSDK_PATH=$$SDK$$/tools\n\
|
|
|
|
SDK_PLATFORM_TOOLS_PATH=$$SDK$$/platform-tools\n' Makefile && \
|
|
|
|
echo 'version.name=2.1.2-fdroid' > default.properties && \
|
|
|
|
rm -rf tests submodules/externals/webrtc/modules/\
|
2013-07-24 13:05:50 +00:00
|
|
|
video_capture/main/source/android/java/org/webrtc/videoengine/* && \
|
2013-07-25 16:43:59 +00:00
|
|
|
sed -i 's/allowBackup="true"/debuggable="false"/g' AndroidManifest.xml && \
|
|
|
|
sed -i 's/markets">true/markets">=false/g' res/values/non_localizable_custom.xml,\
|
|
|
|
build=make,\
|
2013-07-24 13:05:50 +00:00
|
|
|
buildjni=no
|
2013-09-12 15:31:12 +00:00
|
|
|
Build Version:2.2.0.2-fdroid,2202,!wip - just needs new makefile patch at 1c3e19eb983,\
|
|
|
|
update=no,\
|
|
|
|
init=git submodule update --init --recursive,\
|
|
|
|
patch=makefile.patch,\
|
|
|
|
prebuild=sed -i '1 i NDK_PATH=$$NDK$$\nSDK_PATH=$$SDK$$/tools\n\
|
|
|
|
SDK_PLATFORM_TOOLS_PATH=$$SDK$$/platform-tools\n' Makefile && \
|
|
|
|
echo 'version.name=2.2.0.2-fdroid' > default.properties && \
|
|
|
|
rm -rf tests submodules/externals/webrtc/modules/\
|
|
|
|
video_capture/main/source/android/java/org/webrtc/videoengine/* && \
|
|
|
|
sed -i 's/allowBackup="true"/debuggable="false"/g' AndroidManifest.xml && \
|
|
|
|
sed -i 's/markets">true/markets">=false/g' res/values/non_localizable_custom.xml,\
|
|
|
|
build=make,\
|
|
|
|
buildjni=no
|
2013-07-24 13:05:50 +00:00
|
|
|
|
2012-12-17 16:30:52 +00:00
|
|
|
Auto Update Mode:None
|
2013-08-15 14:02:09 +00:00
|
|
|
Update Check Mode:Tags
|
2013-09-12 15:31:12 +00:00
|
|
|
Current Version:2.2.0.2
|
2013-08-29 11:23:10 +00:00
|
|
|
Current Version Code:2202
|
2012-01-10 23:25:28 +00:00
|
|
|
|