Update VLC to 3.1

This commit is contained in:
relan 2019-03-23 09:04:39 +03:00
parent 3389d48656
commit 9296401bd6

View file

@ -8,6 +8,7 @@ Changelog: https://code.videolan.org/videolan/vlc-android/blob/HEAD/NEWS
Donate: http://www.videolan.org/contribute.html#money
AutoName: VLC
Summary: Media player
Description: |-
Video and audio player that supports a wide range of formats, for both local and
remote playback.
@ -2549,6 +2550,105 @@ Builds:
- ./compile.sh -a arm64 release
ndk: r14b
- versionName: 3.1.0
versionCode: 13010054
commit: 3.1.0
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.0
versionCode: 13010055
commit: 3.1.0
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.0
versionCode: 13010057
commit: 3.1.0
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
@ -2574,5 +2674,5 @@ MaintainerNotes: |-
ArchivePolicy: 9 versions
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 3.0.13
CurrentVersionCode: 13001307
CurrentVersion: 3.1.0
CurrentVersionCode: 13010057