VLC: fix 2.5.2
This commit is contained in:
parent
3157460624
commit
5ede5607c3
|
@ -1270,13 +1270,13 @@ Build:2.1.20,12012007
|
|||
ndk=r14b
|
||||
|
||||
Build:2.5.2,12050204
|
||||
disable=crashes on start
|
||||
commit=2.5.2
|
||||
subdir=vlc-android
|
||||
sudo=apt-get -y install g++ ragel libltdl-dev
|
||||
gradle=VanillaARMv7
|
||||
srclibs=VLC@1c02164
|
||||
srclibs=VLC@ef7c26f5,VLCmedialibrary@6e94f5a0
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||
ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
|
||||
sed -i -e '/^\.libarchive/a\\t$(RECONF)' ../vlc/contrib/src/libarchive/rules.mak && \
|
||||
sed -i -e 's/git reset --hard ${TESTED_HASH}/true/' ../compile.sh && \
|
||||
sed -i -e '/signingConfig/d' build.gradle
|
||||
|
@ -1288,13 +1288,13 @@ Build:2.5.2,12050204
|
|||
ndk=r14b
|
||||
|
||||
Build:2.5.2,12050205
|
||||
disable=crashes on start
|
||||
commit=2.5.2
|
||||
subdir=vlc-android
|
||||
sudo=apt-get -y install g++ ragel libltdl-dev
|
||||
gradle=VanillaX86
|
||||
srclibs=VLC@1c02164
|
||||
srclibs=VLC@ef7c26f5,VLCmedialibrary@6e94f5a0
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||
ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
|
||||
sed -i -e '/^\.libarchive/a\\t$(RECONF)' ../vlc/contrib/src/libarchive/rules.mak && \
|
||||
sed -i -e 's/git reset --hard ${TESTED_HASH}/true/' ../compile.sh && \
|
||||
sed -i -e '/signingConfig/d' build.gradle
|
||||
|
@ -1306,13 +1306,13 @@ Build:2.5.2,12050205
|
|||
ndk=r14b
|
||||
|
||||
Build:2.5.2,12050207
|
||||
disable=crashes on start
|
||||
commit=2.5.2
|
||||
subdir=vlc-android
|
||||
sudo=apt-get -y install g++ ragel libltdl-dev
|
||||
gradle=VanillaARMv8
|
||||
srclibs=VLC@1c02164
|
||||
srclibs=VLC@ef7c26f5,VLCmedialibrary@6e94f5a0
|
||||
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||
ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
|
||||
sed -i -e '/^\.libarchive/a\\t$(RECONF)' ../vlc/contrib/src/libarchive/rules.mak && \
|
||||
sed -i -e 's/git reset --hard ${TESTED_HASH}/true/' ../compile.sh && \
|
||||
sed -i -e '/signingConfig/d' build.gradle
|
||||
|
@ -1325,8 +1325,12 @@ Build:2.5.2,12050207
|
|||
|
||||
Maintainer Notes:
|
||||
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||
see http://buildbot.videolan.org/builders /for version code scheme
|
||||
The VLC srclib commit can be found out from TESTED_HASH value in compile.sh
|
||||
|
||||
The VLC srclib commit can be found out from TESTED_HASH value in compile.sh,
|
||||
but sometimes it's different in official builds.
|
||||
|
||||
The VLCmedialibrary srclib commit can be found out from MEDIALIBRARY_HASH in
|
||||
compile-libvlc.sh.
|
||||
|
||||
For recommended versions of the build tools, see:
|
||||
https://git.videolan.org/?p=vlc.git;a=blob;f=extras/tools/bootstrap#l72
|
||||
|
|
4
srclibs/VLCmedialibrary.txt
Normal file
4
srclibs/VLCmedialibrary.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Repo Type:git
|
||||
Repo:https://code.videolan.org/videolan/medialibrary.git
|
||||
|
||||
Prepare:git submodule update --init
|
Loading…
Reference in a new issue