enable com.zaren and tweak org.linphone.txt
This commit is contained in:
parent
86ac3b084c
commit
7bb27619ff
|
@ -8,12 +8,14 @@ Summary:Signal meter for Hdhomerun devices
|
|||
Description:
|
||||
Discover, tune, and perform a channel scan on your Hdhomerun device.
|
||||
The signal strengths and data rates will be displayed for the channel tuned to.
|
||||
|
||||
Google Admob was removed before building.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/zaren678/Hdhomerun-signal-meter
|
||||
|
||||
Build Version:1.2,10,!wait on srclib MR dac4a9884c,subdir=Hdhomerun-signal-meter,\
|
||||
Build Version:1.2,10,dac4a9884c,subdir=Hdhomerun-signal-meter,\
|
||||
srclibs=MeterLib@f0ff73425a;MobAdMob@2d5736,\
|
||||
rm=Hdhomerun-signal-meter/libs/GoogleAdMobAdsSdk-6.1.0.jar,prebuild=\
|
||||
echo "android.library.reference.2=$$MobAdMob$$" >> project.properties && \
|
||||
|
@ -22,6 +24,6 @@ rm -rf $$MeterLib$$/libs/ && $$NDK$$/ndk-build -C $$MeterLib$$
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.14
|
||||
Current Version Code:8
|
||||
Current Version:1.2
|
||||
Current Version Code:10
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Category:Phone & SMS
|
||||
License:GPLv2+
|
||||
#GPLv2+ without ZRTP
|
||||
License:GPLv3
|
||||
Web Site:http://www.linphone.org
|
||||
Source Code:http://www.linphone.org/eng/download/git.html
|
||||
Issue Tracker:
|
||||
|
@ -22,13 +23,13 @@ releases. Until then, you can find apks on the project's website.
|
|||
Repo Type:git
|
||||
Repo:git://git.linphone.org/linphone-android.git
|
||||
|
||||
Build Version:2.0.3-fdroid,2003,2.0.3-1,forceversion=yes,submodules=no,update=no,\
|
||||
Build Version:2.0.3-fdroid,2003,2.0.3-1,submodules=no,update=no,\
|
||||
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$$ && \
|
||||
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-fdroid" > default.properties && \
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue