diff --git a/metadata/org.videolan.vlc.yml b/metadata/org.videolan.vlc.yml index 3004b8e9fc..7ad262e1a5 100644 --- a/metadata/org.videolan.vlc.yml +++ b/metadata/org.videolan.vlc.yml @@ -2945,6 +2945,105 @@ Builds: - ./compile.sh -a arm64-v8a -ml --release ndk: r18b + - versionName: 3.1.6 + versionCode: 13010604 + commit: 3.1.6 + 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@9434e46 + - VLCmedialibrary@d473709 + 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.6 + versionCode: 13010605 + commit: 3.1.6 + 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@9434e46 + - VLCmedialibrary@d473709 + 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.6 + versionCode: 13010607 + commit: 3.1.6 + 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@9434e46 + - VLCmedialibrary@d473709 + 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 @@ -2970,5 +3069,5 @@ MaintainerNotes: |- ArchivePolicy: 9 versions AutoUpdateMode: None UpdateCheckMode: Static -CurrentVersion: 3.1.4 -CurrentVersionCode: 13010407 +CurrentVersion: 3.1.6 +CurrentVersionCode: 13010607