disable com.csipsimple and update current version to 1.00.00
No point in distributing an outdated RV with possibly broken SIP providers etc. I made some progress building it from source, but it could still prove tricky
This commit is contained in:
parent
46643df5bf
commit
f7d7e6d01d
|
@ -1,3 +1,4 @@
|
|||
Disabled:Need to build recent version from source
|
||||
Category:Phone & SMS
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/csipsimple/
|
||||
|
@ -21,17 +22,21 @@ N.B This apk is form ARMv7 only. Other ABIs are available from the website
|
|||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo:http://csipsimple.googlecode.com/svn/trunk/CSipSimple
|
||||
#Requires quilt and swig as described here
|
||||
# http://code.google.com/p/csipsimple/wiki/HowToBuild
|
||||
Repo:http://csipsimple.googlecode.com/svn/branches/stable-01.00
|
||||
# svn update to different revision will break repo so may as well use the stable branch
|
||||
# Requires quilt and swig as described here: http://code.google.com/p/csipsimple/wiki/HowToBuild
|
||||
# See http://code.google.com/p/csipsimple/issues/detail?id=2035 for more
|
||||
# Contains bash scripts ; Dexclassloaders in webrtc source
|
||||
# Docs say package name can be changed by renaming it in Manifest!
|
||||
# Probably should be patched to fix path problems in the various Makefiles
|
||||
|
||||
Build Version:0.04-3,1915,!quilt seems to conflict with fdroid 1920,\
|
||||
srclibs=ActionBarSherlock@4.1.0,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
make SWIG=swig,buildjni=no
|
||||
Build Version:1.00.00,2200,!WIP at 2236,scanignore=build/com.csipsimple,\
|
||||
srclibs=ActionBarSherlock@4.2.0,prebuild=\
|
||||
sed -i 's/com.csipsimple/org.fdroid.csipsimple/g' AndroidManifest.xml && \
|
||||
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties,build=\
|
||||
make SWIG=swig ANDROID_NDK=$$NDK$$ ANDROID_SDK=$$SDK$$,buildjni=no
|
||||
|
||||
#Device-variable
|
||||
Update Check Mode:None
|
||||
Current Version:0.04-04
|
||||
Current Version Code:1916
|
||||
Current Version:1.00.00
|
||||
Current Version Code:2200
|
||||
|
||||
|
|
Loading…
Reference in a new issue