build org.videolan.vlc with VLC srclib instead of cloning it each time

master
David Black 2013-06-06 12:25:55 +01:00
parent 01d65a7369
commit 3934881533
2 changed files with 10 additions and 5 deletions

View File

@ -41,11 +41,13 @@ 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,0.1.1,forceversion=yes,forcevercode=yes,subdir=vlc-android,\
update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock;../java-libs/WheelView,\
prebuild=sed -i '48d' ../Makefile && \
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
Build Version:0.1.1-x86,1102,0.1.1,\
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 && \
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
Auto Update Mode:None
# Update Check Mode:Tags

3
srclibs/VLC.txt Normal file
View File

@ -0,0 +1,3 @@
Repo Type:git
Repo:git://git.videolan.org/vlc.git