Lumicall: Remove some jars; enable build.
This commit is contained in:
parent
df3ca4f346
commit
31db5c3dec
|
@ -15,6 +15,10 @@ SIP softphone with a comprehensive range of features:
|
||||||
* Push-to-talk (PTT) walkie-talkie mode allows free group chat on wifi (as long as the router supports multicast)
|
* Push-to-talk (PTT) walkie-talkie mode allows free group chat on wifi (as long as the router supports multicast)
|
||||||
* Built in Ganglia agent provides an enterprise-grade monitoring solution to map wifi coverage and it's relationship with call quality
|
* Built in Ganglia agent provides an enterprise-grade monitoring solution to map wifi coverage and it's relationship with call quality
|
||||||
* Native x86 support
|
* Native x86 support
|
||||||
|
|
||||||
|
Note: We are currently in the process on removing remaining jar files from this app.
|
||||||
|
Please see the [https://f-droid.org/wiki/page/org.lumicall.android maintainer notes]
|
||||||
|
about the status.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -165,22 +169,28 @@ Build:1.11.10,165
|
||||||
pushd $$RemoteTea$$ && ant -Dant.build.javac.target=1.5 -Dant.build.javac.source=1.5 jar && popd && cp $$RemoteTea$$/classes/oncrpc*jar libs/oncrpc-1.0.7.jar && cp libs/oncrpc-1.0.7.jar gmetric4j/lib/oncrpc-1.0.7.jar
|
pushd $$RemoteTea$$ && ant -Dant.build.javac.target=1.5 -Dant.build.javac.source=1.5 jar && popd && cp $$RemoteTea$$/classes/oncrpc*jar libs/oncrpc-1.0.7.jar && cp libs/oncrpc-1.0.7.jar gmetric4j/lib/oncrpc-1.0.7.jar
|
||||||
|
|
||||||
Build:1.11.11,166
|
Build:1.11.11,166
|
||||||
disable=builds, needs testing, needs jarcheck
|
|
||||||
commit=b77763126bbefa70868b17ce2195448dd5334360
|
commit=b77763126bbefa70868b17ce2195448dd5334360
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
submodules=yes
|
submodules=yes
|
||||||
extlibs=android/android-support-v4.jar
|
extlibs=android/android-support-v4.jar
|
||||||
srclibs=PBKDF2@v1.1.0,dnsjava@dnsjava-2.1.6,RemoteTea@release-1.1.0,libphonenumber@libphonenumber-7.0.2
|
srclibs=PBKDF2@v1.1.0,dnsjava@dnsjava-2.1.6,RemoteTea@release-1.1.0,libphonenumber@libphonenumber-7.0.2,JUnit@r4.12,weupnp@weupnp-0.1.2
|
||||||
rm=libs/*.jar
|
rm=libs/*.jar,opentelecoms.org-util/lib/*.jar,gmetric4j/lib/*.jar,ice4j/lib/weupnp*.jar,ice4j/libs/junit.jar
|
||||||
prebuild=cp assets/app.properties-prod app.properties && \
|
prebuild=cp assets/app.properties-prod app.properties && \
|
||||||
echo "project.target.apilevel=8" > ant.properties && \
|
echo "project.target.apilevel=8" > ant.properties && \
|
||||||
pushd $$PBKDF2$$ && gradle install && popd && cp $$PBKDF2$$/build/libs/PBKDF2-1.1.0.jar libs/ && \
|
pushd $$PBKDF2$$ && gradle install && popd && cp $$PBKDF2$$/build/libs/PBKDF2-1.1.0.jar libs/ && \
|
||||||
pushd $$dnsjava$$ && ant jar && popd && cp $$dnsjava$$/dnsjava-*.jar libs/ && \
|
pushd $$dnsjava$$ && ant jar && popd && cp $$dnsjava$$/dnsjava-2.1.6.jar libs/ && cp libs/dnsjava-2.1.6.jar opentelecoms.org-util/lib/dnsjava-2.1.1.jar && \
|
||||||
pushd $$libphonenumber$$/java/ && $$MVN3$$ package && popd && cp $$libphonenumber$$/java/libphonenumber/target/libphonenumber-7.0.2.jar libs/ && \
|
pushd $$libphonenumber$$/java/ && $$MVN3$$ package && popd && cp $$libphonenumber$$/java/libphonenumber/target/libphonenumber-7.0.2.jar libs/ && \
|
||||||
pushd $$RemoteTea$$ && ant -Dant.build.javac.target=1.5 -Dant.build.javac.source=1.5 jar && popd && cp $$RemoteTea$$/classes/oncrpc*jar libs/oncrpc-1.0.7.jar && cp libs/oncrpc-1.0.7.jar gmetric4j/lib/oncrpc-1.0.7.jar
|
pushd $$RemoteTea$$ && ant -Dant.build.javac.target=1.5 -Dant.build.javac.source=1.5 jar && popd && cp $$RemoteTea$$/classes/oncrpc*jar libs/oncrpc-1.0.7.jar && cp libs/oncrpc-1.0.7.jar gmetric4j/lib/ && \
|
||||||
|
pushd $$weupnp$$ && $$MVN3$$ package && popd && cp $$weupnp$$/target/weupnp-0.1.2.jar ice4j/lib/weupnp-0.1.2-SNAPSHOT.jar && \
|
||||||
|
pushd $$JUnit$$ && $$MVN3$$ package && popd && cp $$JUnit$$/target/junit-4.12.jar ice4j/lib/junit.jar && cp ice4j/lib/junit.jar gmetric4j/lib/junit-4.1.jar
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
TODO: oncrpc 1.0.7 is 7dda2ba52e7d999c52648ead1e747dd7ca64325c ; last/only tag is release-1.1.0
|
* oncrpc 1.0.7 is 7dda2ba52e7d999c52648ead1e747dd7ca64325c ; last/only tag is release-1.1.0
|
||||||
|
* libs/jars:
|
||||||
|
* jain-sdp (ice4j)
|
||||||
|
* xalan (ice4j)
|
||||||
|
* bcprov (zrtp)
|
||||||
|
* zorg-bouncycastle (zrtp)
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
2
srclibs/weupnp.txt
Normal file
2
srclibs/weupnp.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/bitletorg/weupnp
|
Loading…
Reference in a new issue