mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Upgrade Linphone metadata and use up-to-date git revision
This commit is contained in:
parent
16525b4ac6
commit
adc3d53349
1 changed files with 17 additions and 9 deletions
|
|
@ -2,14 +2,14 @@ AntiFeatures:NonFreeDep
|
|||
Categories:Phone & SMS
|
||||
License:GPLv3
|
||||
Web Site:http://www.linphone.org
|
||||
Source Code:http://www.linphone.org/eng/download/git.html
|
||||
Source Code:http://www.linphone.org/technical-corner/linphone/downloads
|
||||
Issue Tracker:
|
||||
|
||||
Auto Name:Linphone
|
||||
Summary:SIP (VOIP) phone
|
||||
Description:
|
||||
* Audio: speex; iLBC; G711; GSM; G722. No Silk and AMR-WB depends on device in this build
|
||||
* Video with VP8, mpeg4, x264 (ARMv7 only). No h264 in this build
|
||||
* Audio: speex; Opus; iLBC; G711; GSM; G722; Silk; PCMA; PCMU; AMR-WB; AAC-ELD
|
||||
* Video with VP8, mpeg4, x264; H263
|
||||
* Audio multicall and conferencing
|
||||
* SRTP/ZRTP media encryption
|
||||
* Echo cancellation
|
||||
|
|
@ -17,10 +17,7 @@ Description:
|
|||
* Call history
|
||||
* Multiple accounts support
|
||||
* Native x86
|
||||
|
||||
Anti-Feature: Non-Free dependency. Linphone uses Google Cloud Messaging, which
|
||||
is a free software library but only works if the user has a Google account on
|
||||
their phone.
|
||||
* Text messaging
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
@ -39,6 +36,7 @@ Build:2.0.3-fdroid,2003
|
|||
|
||||
# note the custom_rules ; didn't use a tag because of zrtp security fix
|
||||
Build:2.1.2-fdroid,2120
|
||||
disable=do not build anymore due to change in x264 history
|
||||
commit=846a2a3a58
|
||||
submodules=yes
|
||||
patch=makefile.patch
|
||||
|
|
@ -73,8 +71,18 @@ Build:2.2.1.1,2211
|
|||
build=make generate-libs BUILD_SILK=0 BUILD_AMRNB=light BUILD_GPLV3_ZRTP=1 BUILD_G729=0 BUILD_TUNNEL=0
|
||||
buildjni=no
|
||||
|
||||
Build:2.3.2-fdroid,2302
|
||||
commit=ceb74e2
|
||||
submodules=yes
|
||||
prebuild=rm -rf submodules/mssilk/ios_bin tests submodules/externals/webrtc/modules/video_capture/main/source/android/java/org/webrtc/videoengine/* && \
|
||||
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:versionCode/android:versionName="2.3.2-fdroid" android:versionCode/' AndroidManifest.xml
|
||||
target=android-19
|
||||
build=make generate-libs BUILD_GPLV3_ZRTP=1
|
||||
buildjni=no
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:Unknown
|
||||
Current Version:2.3.2-fdroid
|
||||
Current Version Code:2302
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue