From 9296401bd61ee25a57c65e5609c0f0c3a655c8fe Mon Sep 17 00:00:00 2001 From: relan Date: Sat, 23 Mar 2019 09:04:39 +0300 Subject: [PATCH] Update VLC to 3.1 --- metadata/org.videolan.vlc.yml | 104 +++++++++++++++++++++++++++++++++- 1 file changed, 102 insertions(+), 2 deletions(-) diff --git a/metadata/org.videolan.vlc.yml b/metadata/org.videolan.vlc.yml index 5b71efdb8a..92cd580d9b 100644 --- a/metadata/org.videolan.vlc.yml +++ b/metadata/org.videolan.vlc.yml @@ -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