VLC: Try to fix build

This commit is contained in:
Boris Kraut 2017-04-07 00:55:17 +02:00
parent eeec0d7490
commit 4ed211f1b9

View file

@ -1192,17 +1192,30 @@ Build:2.0.6,12000605
./compile.sh -a "x86" --release ./compile.sh -a "x86" --release
ndk=r11c ndk=r11c
Build:2.1.1,12000609 Build:2.1.4,12000609
disable=doesnt build disable=contrib make failed
commit=2.1.1 commit=2.1.4
subdir=vlc-android subdir=vlc-android
gradle=VanillaX86 gradle=VanillaX86
srclibs=VLC@6b4ff0f srclibs=VLC@ed56521
prebuild=ln -s vlc-android/$$VLC$$ ../vlc prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
build=cd ../ && \ mkdir -p gradle/wrapper/ && \
sed -i 's,http://download,https://download,g' compile.sh && \ echo 'distributionUrl=https://services.gradle.org/distributions/gradle-3.4.1-bin.zip' > gradle/wrapper/gradle-wrapper.properties && \
./compile.sh -a "x86" --release sed -i -e '/signingConfigs/d' build.gradle
ndk=r13b build=pushd ../vlc/extras/tools && \
./bootstrap && \
popd && \
pushd ../vlc/contrib && \
mkdir native && \
pushd native && \
../bootstrap && \
make && \
popd && \
popd && \
cd ../ && \
./compile.sh -a "x86" && \
./compile release
ndk=r14
Maintainer Notes: Maintainer Notes:
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile