VLC: Prepare for 1.6.4

This commit is contained in:
Boris Kraut 2015-10-16 08:50:42 +02:00
parent 36a7036984
commit 40634c68f3

View file

@ -959,6 +959,39 @@ Build:1.6.1,1060105
./compile.sh -a "x86" --release
buildjni=no
Build:1.6.4,1060403
commit=1.6.4
subdir=vlc-android
gradle=VanillaARMv6fpu
srclibs=VLC@d568828
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
ln -s vlc-android/$$VLC$$ ../vlc
build=cd ../ && \
./compile.sh -a "armeabi" --release
buildjni=no
Build:1.6.4,1060404
commit=1.6.4
subdir=vlc-android
gradle=VanillaARMv7
srclibs=VLC@d568828
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
ln -s vlc-android/$$VLC$$ ../vlc
build=cd ../ && \
./compile.sh -a "armeabi-v7a" --release
buildjni=no
Build:1.6.4,1060405
commit=1.6.4
subdir=vlc-android
gradle=VanillaX86
srclibs=VLC@d568828
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
ln -s vlc-android/$$VLC$$ ../vlc
build=cd ../ && \
./compile.sh -a "x86" --release
buildjni=no
Maintainer Notes:
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
see http://buildbot.videolan.org/builders/ for version code scheme