BV for 0.1.2-x86 org.videolan.vlc; license now LGPL
This commit is contained in:
parent
e5a106b2c0
commit
4edd709886
|
@ -1,5 +1,5 @@
|
|||
Category:Multimedia
|
||||
License:GPLv3
|
||||
License:LGPLv3
|
||||
Web Site:http://www.videolan.org/vlc/download-android.html
|
||||
Source Code:http://git.videolan.org/?p=vlc-ports/android.git;a=summary
|
||||
Issue Tracker:http://www.videolan.org/support/index.html#bugs
|
||||
|
@ -42,14 +42,15 @@ Build Version:0.0.11-mips,113,0.0.11,forceversion=yes,forcevercode=yes,subdir=vl
|
|||
update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\
|
||||
prebuild=sed -i '48d' ../Makefile,build=cd ../ && \
|
||||
ANDROID_ABI=mips ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no
|
||||
Build Version:0.1.1-x86,1102,!not working at 0.1.1,\
|
||||
Build Version:0.1.2-x86,1202,0.1.2,\
|
||||
forceversion=yes,forcevercode=yes,subdir=vlc-android,srclibs=VLC@41edeb738,\
|
||||
update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock;\
|
||||
../java-libs/WheelView,prebuild=sed -i '48d' ../Makefile && \
|
||||
../java-libs/WheelView,prebuild=sed -i '/ant/d' ../Makefile && \
|
||||
cp -r $$VLC$$ ../vlc && sed -i 's/debuggable="true"/debuggable="false"/g' \
|
||||
AndroidManifest.xml,build=cd ../ && ANDROID_ABI=x86 ANDROID_SDK=$$SDK$$ \
|
||||
ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no
|
||||
|
||||
# See compile.sh for the VLC commit
|
||||
Auto Update Mode:None
|
||||
# Update Check Mode:Tags
|
||||
# Current Version:0.1.1
|
||||
|
|
Loading…
Reference in a new issue