VLC: Prepare for 1.5.2
This commit is contained in:
parent
6381d9d25c
commit
10d985d787
|
@ -893,6 +893,39 @@ Build:1.5.1.1,1050115
|
|||
./compile.sh -a "x86" --release
|
||||
buildjni=no
|
||||
|
||||
Build:1.5.2,1050203
|
||||
commit=1.5.2
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv6fpu
|
||||
srclibs=VLC@920f5b4
|
||||
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.5.2,1050204
|
||||
commit=1.5.2
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv7
|
||||
srclibs=VLC@920f5b4
|
||||
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.5.2,1050205
|
||||
commit=1.5.2
|
||||
subdir=vlc-android
|
||||
gradle=VanillaX86
|
||||
srclibs=VLC@920f5b4
|
||||
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
|
||||
|
@ -929,9 +962,9 @@ Archive Policy:10 versions
|
|||
# +4: armv7 (CV)
|
||||
#Archive Policy:9 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Update Check Mode:None
|
||||
#Update Check Mode:Tags
|
||||
# Only use higher vercode ops, if we do build those arches
|
||||
Vercode Operation:%c + 5
|
||||
Current Version:1.5.2
|
||||
Current Version Code:1050205
|
||||
|
||||
Current Version:1.5.1.1
|
||||
Current Version Code:1050115
|
||||
|
|
Loading…
Reference in a new issue