VLC: Switch repo URL, prepare for 1.7.5
This commit is contained in:
parent
362e88240b
commit
30f322304c
|
@ -1,9 +1,9 @@
|
||||||
Categories:Multimedia
|
Categories:Multimedia
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:http://www.videolan.org/vlc/download-android.html
|
Web Site:http://www.videolan.org/vlc/download-android.html
|
||||||
Source Code:http://git.videolan.org/?p=vlc-ports/android.git;a=summary
|
Source Code:https://code.videolan.org/videolan/vlc-android
|
||||||
Issue Tracker:http://www.videolan.org/support/index.html#bugs
|
Issue Tracker:https://code.videolan.org/videolan/vlc-android/issues
|
||||||
Changelog:http://git.videolan.org/?p=vlc-ports/android.git;a=blob_plain;f=NEWS
|
Changelog:https://code.videolan.org/videolan/vlc-android/blob/HEAD/NEWS
|
||||||
Donate:http://www.videolan.org/contribute.html#money
|
Donate:http://www.videolan.org/contribute.html#money
|
||||||
|
|
||||||
Auto Name:VLC
|
Auto Name:VLC
|
||||||
|
@ -14,7 +14,7 @@ remote playback.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:git://git.videolan.org/vlc-ports/android.git
|
Repo:https://code.videolan.org/videolan/vlc-android.git
|
||||||
|
|
||||||
Build:0.0.11-ARMv7,110
|
Build:0.0.11-ARMv7,110
|
||||||
commit=0.0.11
|
commit=0.0.11
|
||||||
|
@ -998,6 +998,40 @@ Build:1.7.0,1070005
|
||||||
build=cd ../ && \
|
build=cd ../ && \
|
||||||
./compile.sh -a "x86" --release
|
./compile.sh -a "x86" --release
|
||||||
|
|
||||||
|
Build:1.7.5,1070503
|
||||||
|
disable=testing
|
||||||
|
commit=1.7.5
|
||||||
|
subdir=vlc-android
|
||||||
|
gradle=VanillaARMv6fpu
|
||||||
|
srclibs=VLC@4d7d1f0
|
||||||
|
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
|
||||||
|
|
||||||
|
Build:1.7.5,1070504
|
||||||
|
disable=testing
|
||||||
|
commit=1.7.5
|
||||||
|
subdir=vlc-android
|
||||||
|
gradle=VanillaARMv7
|
||||||
|
srclibs=VLC@4d7d1f0
|
||||||
|
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
|
||||||
|
|
||||||
|
Build:1.7.5,1070505
|
||||||
|
disable=testing
|
||||||
|
commit=1.7.5
|
||||||
|
subdir=vlc-android
|
||||||
|
gradle=VanillaX86
|
||||||
|
srclibs=VLC@4d7d1f0
|
||||||
|
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
|
||||||
|
ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||||
|
sed -i -e 's/--enable-live555//g' ../compile-libvlc.sh
|
||||||
|
build=cd ../ && \
|
||||||
|
./compile.sh -a "x86" --release
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||||
see http://buildbot.videolan.org/builders/ for version code scheme
|
see http://buildbot.videolan.org/builders/ for version code scheme
|
||||||
|
|
Loading…
Reference in a new issue