From 700b32b7bd0e34078e0714fc70f8aa95fe8b331b Mon Sep 17 00:00:00 2001 From: licaon-kter Date: Mon, 28 Feb 2022 10:56:40 +0200 Subject: [PATCH] VLC 3.4.4 --- metadata/org.videolan.vlc.yml | 132 +++++++++++++++++++++++++++++++++- 1 file changed, 130 insertions(+), 2 deletions(-) diff --git a/metadata/org.videolan.vlc.yml b/metadata/org.videolan.vlc.yml index 7c5fce411f..92d63af9d3 100644 --- a/metadata/org.videolan.vlc.yml +++ b/metadata/org.videolan.vlc.yml @@ -4540,6 +4540,134 @@ Builds: - gradle assembleRelease ndk: r21e + - versionName: 3.4.4 + versionCode: 13040404 + commit: 3.4.4 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless g++ ragel libltdl-dev + output: application/app/build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk + srclibs: + - VLC@f5dfb2f8c7269534cb41113e504fe5564ce29d99 + - VLCmedialibrary@755f4dbf7a7ef4ab2fedc8ca3ae46b1103a26a17 + prebuild: + - cp -a $$VLC$$ vlc + - cp -a $$VLCmedialibrary$$ medialibrary/medialibrary + - sed -i -e '/signingConfig/d' application/app/build.gradle + - sed -i -E -e '/(debug|release|signedRelease)(Api|Implementation)/d; s/devApi/api/; + s/devImplementation/implementation/' application/vlc-android/build.gradle + application/resources/build.gradle medialibrary/build.gradle + - cd vlc + - cp share/vlc.appdata.xml.in.in share/vlc.appdata.xml + - git apply ../libvlc/patches/vlc3/*.patch + - cd ../medialibrary/medialibrary/libvlcpp + - git apply ../../../buildsystem/patches/libvlcpp/*.patch + build: + - export FD_TARGET_TUPLE=arm-linux-androideabi + - export FD_TARGET_ARCH=armeabi-v7a + - export GRADLE_VLC_SRC_DIRS="$PWD/vlc/build-android-$FD_TARGET_TUPLE/ndk/libs" + - export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 + - gradle wrapper --gradle-version 7.0.2 --gradle-distribution-sha256-sum 0e46229820205440b48a5501122002842b82886e76af35f0f3a069243dca4b3c + - RESET=0 ./buildsystem/compile.sh -a "$FD_TARGET_ARCH" -ml -b --release + - gradle assembleRelease + ndk: r21e + + - versionName: 3.4.4 + versionCode: 13040405 + commit: 3.4.4 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless g++ ragel libltdl-dev + output: application/app/build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk + srclibs: + - VLC@f5dfb2f8c7269534cb41113e504fe5564ce29d99 + - VLCmedialibrary@755f4dbf7a7ef4ab2fedc8ca3ae46b1103a26a17 + prebuild: + - cp -a $$VLC$$ vlc + - cp -a $$VLCmedialibrary$$ medialibrary/medialibrary + - sed -i -e '/signingConfig/d' application/app/build.gradle + - sed -i -E -e '/(debug|release|signedRelease)(Api|Implementation)/d; s/devApi/api/; + s/devImplementation/implementation/' application/vlc-android/build.gradle + application/resources/build.gradle medialibrary/build.gradle + - cd vlc + - cp share/vlc.appdata.xml.in.in share/vlc.appdata.xml + - git apply ../libvlc/patches/vlc3/*.patch + - cd ../medialibrary/medialibrary/libvlcpp + - git apply ../../../buildsystem/patches/libvlcpp/*.patch + build: + - export FD_TARGET_TUPLE=i686-linux-android + - export FD_TARGET_ARCH=x86 + - export GRADLE_VLC_SRC_DIRS="$PWD/vlc/build-android-$FD_TARGET_TUPLE/ndk/libs" + - export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 + - gradle wrapper --gradle-version 7.0.2 --gradle-distribution-sha256-sum 0e46229820205440b48a5501122002842b82886e76af35f0f3a069243dca4b3c + - RESET=0 ./buildsystem/compile.sh -a "$FD_TARGET_ARCH" -ml -b --release + - gradle assembleRelease + ndk: r21e + + - versionName: 3.4.4 + versionCode: 13040407 + commit: 3.4.4 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless g++ ragel libltdl-dev + output: application/app/build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk + srclibs: + - VLC@f5dfb2f8c7269534cb41113e504fe5564ce29d99 + - VLCmedialibrary@755f4dbf7a7ef4ab2fedc8ca3ae46b1103a26a17 + prebuild: + - cp -a $$VLC$$ vlc + - cp -a $$VLCmedialibrary$$ medialibrary/medialibrary + - sed -i -e '/signingConfig/d' application/app/build.gradle + - sed -i -E -e '/(debug|release|signedRelease)(Api|Implementation)/d; s/devApi/api/; + s/devImplementation/implementation/' application/vlc-android/build.gradle + application/resources/build.gradle medialibrary/build.gradle + - cd vlc + - cp share/vlc.appdata.xml.in.in share/vlc.appdata.xml + - git apply ../libvlc/patches/vlc3/*.patch + - cd ../medialibrary/medialibrary/libvlcpp + - git apply ../../../buildsystem/patches/libvlcpp/*.patch + build: + - export FD_TARGET_TUPLE=aarch64-linux-android + - export FD_TARGET_ARCH=arm64-v8a + - export GRADLE_VLC_SRC_DIRS="$PWD/vlc/build-android-$FD_TARGET_TUPLE/ndk/libs" + - export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 + - gradle wrapper --gradle-version 7.0.2 --gradle-distribution-sha256-sum 0e46229820205440b48a5501122002842b82886e76af35f0f3a069243dca4b3c + - RESET=0 ./buildsystem/compile.sh -a "$FD_TARGET_ARCH" -ml -b --release + - gradle assembleRelease + ndk: r21e + + - versionName: 3.4.4 + versionCode: 13040408 + commit: 3.4.4 + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless g++ ragel libltdl-dev + output: application/app/build/outputs/apk/release/VLC-Android-$$VERSION$$-x86_64.apk + srclibs: + - VLC@f5dfb2f8c7269534cb41113e504fe5564ce29d99 + - VLCmedialibrary@755f4dbf7a7ef4ab2fedc8ca3ae46b1103a26a17 + prebuild: + - cp -a $$VLC$$ vlc + - cp -a $$VLCmedialibrary$$ medialibrary/medialibrary + - sed -i -e '/signingConfig/d' application/app/build.gradle + - sed -i -E -e '/(debug|release|signedRelease)(Api|Implementation)/d; s/devApi/api/; + s/devImplementation/implementation/' application/vlc-android/build.gradle + application/resources/build.gradle medialibrary/build.gradle + - cd vlc + - cp share/vlc.appdata.xml.in.in share/vlc.appdata.xml + - git apply ../libvlc/patches/vlc3/*.patch + - cd ../medialibrary/medialibrary/libvlcpp + - git apply ../../../buildsystem/patches/libvlcpp/*.patch + build: + - export FD_TARGET_TUPLE=x86_64-linux-android + - export FD_TARGET_ARCH=x86_64 + - export GRADLE_VLC_SRC_DIRS="$PWD/vlc/build-android-$FD_TARGET_TUPLE/ndk/libs" + - export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 + - gradle wrapper --gradle-version 7.0.2 --gradle-distribution-sha256-sum 0e46229820205440b48a5501122002842b82886e76af35f0f3a069243dca4b3c + - RESET=0 ./buildsystem/compile.sh -a "$FD_TARGET_ARCH" -ml -b --release + - gradle assembleRelease + ndk: r21e + MaintainerNotes: |- Instructions and dependencies: https://wiki.videolan.org/AndroidCompile @@ -4579,5 +4707,5 @@ MaintainerNotes: |- ArchivePolicy: 12 versions AutoUpdateMode: None UpdateCheckMode: Static -CurrentVersion: 3.4.3 -CurrentVersionCode: 13040308 +CurrentVersion: 3.4.4 +CurrentVersionCode: 13040408