mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update VLC to 3.5.4
This commit is contained in:
parent
1a3f3f642f
commit
816616b49a
1 changed files with 172 additions and 0 deletions
|
|
@ -5172,6 +5172,178 @@ Builds:
|
|||
- RESET=0 ./buildsystem/compile.sh -a x86_64 -ml -b --release
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 3.5.4
|
||||
versionCode: 13050404
|
||||
commit: 3.5.4
|
||||
subdir: application/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ant automake autopoint bison bzip2 cmake flex g++ gettext
|
||||
help2man libltdl-dev libtool-bin make meson nasm ninja-build pkg-config protobuf-compiler
|
||||
ragel wget
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- VLC@4d46246f4aec36a0f749da870af04606a7b3e4e5
|
||||
- VLCjni@6691a43c73df3abe3e30bda139c6a7b4d1adda87
|
||||
- VLCmedialibrary@981f88679d71409ee3c1be23ef190ce17cf3f70f
|
||||
prebuild:
|
||||
- mkdir -p ./gradle/wrapper
|
||||
- echo 'distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip'
|
||||
> ./gradle/wrapper/gradle-wrapper.properties
|
||||
- cp -r gradle ../..
|
||||
- sed -i -e 's/include .*/include "armeabi-v7a"/' build.gradle
|
||||
- sed -i -e '/println/d' ../vlc-android/build.gradle
|
||||
- cd ../..
|
||||
- cp -a $$VLC$$ vlc
|
||||
- cp -a $$VLCjni$$ libvlcjni
|
||||
- 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 ../libvlcjni/libvlc/patches/vlc3/*.patch
|
||||
- find -name *.mak -type f -exec sed -i -e 's/tar xv/tar x/' {} +
|
||||
- cd ../medialibrary/medialibrary/libvlcpp
|
||||
- git apply ../../../buildsystem/patches/libvlcpp/*.patch
|
||||
build:
|
||||
- cd ../..
|
||||
- ln -s $(which gradle) ./gradlew
|
||||
- export GRADLE_VLC_SRC_DIRS="$PWD/vlc/build-android-arm-linux-androideabi/ndk/libs"
|
||||
- RESET=0 ./buildsystem/compile.sh -a armeabi-v7a -ml -b --release
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 3.5.4
|
||||
versionCode: 13050405
|
||||
commit: 3.5.4
|
||||
subdir: application/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ant automake autopoint bison bzip2 cmake flex g++ gettext
|
||||
help2man libltdl-dev libtool-bin make meson nasm ninja-build pkg-config protobuf-compiler
|
||||
ragel wget
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- VLC@4d46246f4aec36a0f749da870af04606a7b3e4e5
|
||||
- VLCjni@6691a43c73df3abe3e30bda139c6a7b4d1adda87
|
||||
- VLCmedialibrary@981f88679d71409ee3c1be23ef190ce17cf3f70f
|
||||
prebuild:
|
||||
- mkdir -p ./gradle/wrapper
|
||||
- echo 'distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip'
|
||||
> ./gradle/wrapper/gradle-wrapper.properties
|
||||
- cp -r gradle ../..
|
||||
- sed -i -e 's/include .*/include "x86"/' build.gradle
|
||||
- sed -i -e '/println/d' ../vlc-android/build.gradle
|
||||
- cd ../..
|
||||
- cp -a $$VLC$$ vlc
|
||||
- cp -a $$VLCjni$$ libvlcjni
|
||||
- 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 ../libvlcjni/libvlc/patches/vlc3/*.patch
|
||||
- find -name *.mak -type f -exec sed -i -e 's/tar xv/tar x/' {} +
|
||||
- cd ../medialibrary/medialibrary/libvlcpp
|
||||
- git apply ../../../buildsystem/patches/libvlcpp/*.patch
|
||||
build:
|
||||
- cd ../..
|
||||
- ln -s $(which gradle) ./gradlew
|
||||
- export GRADLE_VLC_SRC_DIRS="$PWD/vlc/build-android-arm-linux-androideabi/ndk/libs"
|
||||
- RESET=0 ./buildsystem/compile.sh -a x86 -ml -b --release
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 3.5.4
|
||||
versionCode: 13050407
|
||||
commit: 3.5.4
|
||||
subdir: application/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ant automake autopoint bison bzip2 cmake flex g++ gettext
|
||||
help2man libltdl-dev libtool-bin make meson nasm ninja-build pkg-config protobuf-compiler
|
||||
ragel wget
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- VLC@4d46246f4aec36a0f749da870af04606a7b3e4e5
|
||||
- VLCjni@6691a43c73df3abe3e30bda139c6a7b4d1adda87
|
||||
- VLCmedialibrary@981f88679d71409ee3c1be23ef190ce17cf3f70f
|
||||
prebuild:
|
||||
- mkdir -p ./gradle/wrapper
|
||||
- echo 'distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip'
|
||||
> ./gradle/wrapper/gradle-wrapper.properties
|
||||
- cp -r gradle ../..
|
||||
- sed -i -e 's/include .*/include "arm64-v8a"/' build.gradle
|
||||
- sed -i -e '/println/d' ../vlc-android/build.gradle
|
||||
- cd ../..
|
||||
- cp -a $$VLC$$ vlc
|
||||
- cp -a $$VLCjni$$ libvlcjni
|
||||
- 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 ../libvlcjni/libvlc/patches/vlc3/*.patch
|
||||
- find -name *.mak -type f -exec sed -i -e 's/tar xv/tar x/' {} +
|
||||
- cd ../medialibrary/medialibrary/libvlcpp
|
||||
- git apply ../../../buildsystem/patches/libvlcpp/*.patch
|
||||
build:
|
||||
- cd ../..
|
||||
- ln -s $(which gradle) ./gradlew
|
||||
- export GRADLE_VLC_SRC_DIRS="$PWD/vlc/build-android-arm-linux-androideabi/ndk/libs"
|
||||
- RESET=0 ./buildsystem/compile.sh -a arm64-v8a -ml -b --release
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 3.5.4
|
||||
versionCode: 13050408
|
||||
commit: 3.5.4
|
||||
subdir: application/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ant automake autopoint bison bzip2 cmake flex g++ gettext
|
||||
help2man libltdl-dev libtool-bin make meson nasm ninja-build pkg-config protobuf-compiler
|
||||
ragel wget
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- VLC@4d46246f4aec36a0f749da870af04606a7b3e4e5
|
||||
- VLCjni@6691a43c73df3abe3e30bda139c6a7b4d1adda87
|
||||
- VLCmedialibrary@981f88679d71409ee3c1be23ef190ce17cf3f70f
|
||||
prebuild:
|
||||
- mkdir -p ./gradle/wrapper
|
||||
- echo 'distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip'
|
||||
> ./gradle/wrapper/gradle-wrapper.properties
|
||||
- cp -r gradle ../..
|
||||
- sed -i -e 's/include .*/include "x86_64"/' build.gradle
|
||||
- sed -i -e '/println/d' ../vlc-android/build.gradle
|
||||
- cd ../..
|
||||
- cp -a $$VLC$$ vlc
|
||||
- cp -a $$VLCjni$$ libvlcjni
|
||||
- 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 ../libvlcjni/libvlc/patches/vlc3/*.patch
|
||||
- find -name *.mak -type f -exec sed -i -e 's/tar xv/tar x/' {} +
|
||||
- cd ../medialibrary/medialibrary/libvlcpp
|
||||
- git apply ../../../buildsystem/patches/libvlcpp/*.patch
|
||||
build:
|
||||
- cd ../..
|
||||
- ln -s $(which gradle) ./gradlew
|
||||
- export GRADLE_VLC_SRC_DIRS="$PWD/vlc/build-android-arm-linux-androideabi/ndk/libs"
|
||||
- RESET=0 ./buildsystem/compile.sh -a x86_64 -ml -b --release
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: |-
|
||||
Instructions and dependencies: https://wiki.videolan.org/AndroidCompile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue