Update VLC to 3.1.2

This commit is contained in:
relan 2019-04-14 10:56:13 +03:00
parent befc8ceb06
commit 8c602c8d85

View file

@ -2748,6 +2748,105 @@ Builds:
- ./compile.sh -a arm64-v8a -ml --release
ndk: r18b
- versionName: 3.1.2
versionCode: 13010214
commit: 3.1.2-2
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
srclibs:
- VLC-3.0@828e0ce
- VLCmedialibrary@c4e3673
rm:
- java-libs/appcompat/libs
- java-libs/cardview/libs
prebuild:
- cp -a $$VLC-3.0$$ ../vlc
- cp -a $$VLCmedialibrary$$ ../medialibrary/medialibrary
- sed -i -e '/maven {/,/}/d' ../build.gradle
- sed -i -e '/signingConfig/d' build.gradle
- sed -i -E -e '/(debug|release|signedRelease)Implementation/d; s/devImplementation/implementation/'
build.gradle ../medialibrary/build.gradle
build:
- cd ..
- mkdir -p gradle/wrapper
- echo 'gradle "$@"' > gradlew
- chmod a+x gradlew
- sed -i -e 's/git am /git apply /' compile.sh
- ./compile.sh -a armeabi-v7a -ml --release
ndk: r18b
- versionName: 3.1.2
versionCode: 13010215
commit: 3.1.2-2
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
srclibs:
- VLC-3.0@828e0ce
- VLCmedialibrary@c4e3673
rm:
- java-libs/appcompat/libs
- java-libs/cardview/libs
prebuild:
- cp -a $$VLC-3.0$$ ../vlc
- cp -a $$VLCmedialibrary$$ ../medialibrary/medialibrary
- sed -i -e '/maven {/,/}/d' ../build.gradle
- sed -i -e '/signingConfig/d' build.gradle
- sed -i -E -e '/(debug|release|signedRelease)Implementation/d; s/devImplementation/implementation/'
build.gradle ../medialibrary/build.gradle
build:
- cd ..
- mkdir -p gradle/wrapper
- echo 'gradle "$@"' > gradlew
- chmod a+x gradlew
- sed -i -e 's/git am /git apply /' compile.sh
- ./compile.sh -a x86 -ml --release
ndk: r18b
- versionName: 3.1.2
versionCode: 13010217
commit: 3.1.2-2
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
gradle:
- yes
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
srclibs:
- VLC-3.0@828e0ce
- VLCmedialibrary@c4e3673
rm:
- java-libs/appcompat/libs
- java-libs/cardview/libs
prebuild:
- cp -a $$VLC-3.0$$ ../vlc
- cp -a $$VLCmedialibrary$$ ../medialibrary/medialibrary
- sed -i -e '/maven {/,/}/d' ../build.gradle
- sed -i -e '/signingConfig/d' build.gradle
- sed -i -E -e '/(debug|release|signedRelease)Implementation/d; s/devImplementation/implementation/'
build.gradle ../medialibrary/build.gradle
build:
- cd ..
- mkdir -p gradle/wrapper
- echo 'gradle "$@"' > gradlew
- chmod a+x gradlew
- sed -i -e 's/git am /git apply /' compile.sh
- ./compile.sh -a arm64-v8a -ml --release
ndk: r18b
MaintainerNotes: |-
Instructions and dependencies: https://wiki.videolan.org/AndroidCompile
@ -2773,5 +2872,5 @@ MaintainerNotes: |-
ArchivePolicy: 9 versions
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 3.1.1
CurrentVersionCode: 13010107
CurrentVersion: 3.1.2
CurrentVersionCode: 13010217