mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 12:02:14 +00:00
fix org.linphone, hopefully
This commit is contained in:
parent
381db6c713
commit
5ce566e00e
3 changed files with 12 additions and 8 deletions
|
|
@ -9,8 +9,6 @@ Description:
|
||||||
ownCloud is a free software package you can install on a server to manage
|
ownCloud is a free software package you can install on a server to manage
|
||||||
files, contacts, calendars, music, pictures and much more. This is the official
|
files, contacts, calendars, music, pictures and much more. This is the official
|
||||||
Android app which enables you to view and upload files.
|
Android app which enables you to view and upload files.
|
||||||
|
|
||||||
The app also works as a generic WebDav client.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,12 @@ connected using NFC. It generates codes that are compatible with
|
||||||
Google two-step verification, and can be used with any other site
|
Google two-step verification, and can be used with any other site
|
||||||
that supports OATH TOTP.
|
that supports OATH TOTP.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:git://github.com/Yubico/yubitotp-android.git
|
Repo:git://github.com/Yubico/yubitotp-android.git
|
||||||
|
|
||||||
Build Version:0.0.2,4,YubiTOTP-0.0.2,maven=yes,bindir=target
|
Build Version:0.0.2,4,YubiTOTP-0.0.2,maven=yes,bindir=target
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:Tags
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@ Web Site:http://www.linphone.org
|
||||||
Source Code:http://www.linphone.org/eng/download/git.html
|
Source Code:http://www.linphone.org/eng/download/git.html
|
||||||
Issue Tracker:
|
Issue Tracker:
|
||||||
|
|
||||||
Summary:SIP (VOIP) client
|
Summary:SIP (VOIP) phone
|
||||||
Description:
|
Description:
|
||||||
* Audio with the following codecs: speex (narrow band and wideband), iLBC, G711, GSM, G722. No Silk in 2.0
|
* Audio with the following codecs: speex (narrow band and wideband), iLBC, G711, GSM, G722. No Silk in 2.0
|
||||||
* Video with VP8, mpeg4 and H264 codecs (ARMv7 only)
|
* Video with VP8, mpeg4, x264 (ARMv7 only). No h264 in 2.0
|
||||||
* Audio multicall and conferencing
|
* Audio multicall and conferencing
|
||||||
* SRTP media encryption
|
* SRTP media encryption. ZRTP
|
||||||
* Echo cancellation
|
* Echo cancellation
|
||||||
* Address book integration
|
* Address book integration
|
||||||
* Call history
|
* Call history
|
||||||
|
|
@ -22,15 +22,18 @@ releases. Until then, you can find apks on the project's website.
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:git://git.linphone.org/linphone-android.git
|
Repo:git://git.linphone.org/linphone-android.git
|
||||||
|
|
||||||
Build Version:2.0.3,2003,!3 dexclassloaders 2.0.3-1,submodules=no,update=no,\
|
Build Version:2.0.3-fdroid,2003,2.0.3-1,forceversion=yes,submodules=no,update=no,\
|
||||||
init=git submodule update --init --recursive,prebuild=rm -rf tests && \
|
init=git submodule update --init --recursive,prebuild=rm -rf tests && \
|
||||||
|
rm -f submodules/externals/webrtc/modules/video_capture/main/source/android/java/org/webrtc/videoengine/* && \
|
||||||
export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$ && \
|
export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$ && \
|
||||||
make BUILD_SILK=0 update-project prepare-sources && \
|
sed -i 's@\$(NDK_PATH)@$$NDK$$@g' Makefile && \
|
||||||
|
make BUILD_SILK=0 BUILD_X264=1 BUILD_GPLV3_ZRTP=1 BUILD_FOR_X86=1 update-project prepare-sources && \
|
||||||
echo "version.name=2.0.3" > default.properties && \
|
echo "version.name=2.0.3" > default.properties && \
|
||||||
sed -i 's/debuggable ="true"/debuggable="false"/g' AndroidManifest.xml && \
|
sed -i 's/debuggable ="true"/debuggable="false"/g' AndroidManifest.xml && \
|
||||||
sed -i 's/markets\">true/markets\">=false/g' res/values/non_localizable_custom.xml,buildjni=no
|
sed -i 's/markets\">true/markets\">=false/g' res/values/non_localizable_custom.xml,buildjni=no
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
#Tags would nuke all the submodules
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
Current Version:2.0.3
|
Current Version:2.0.3
|
||||||
Current Version Code:2003
|
Current Version Code:2003
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue