mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update SpotiFlyer to 3.5.0 (27)
This commit is contained in:
parent
2dc3e2542e
commit
063e832bb4
1 changed files with 33 additions and 2 deletions
|
|
@ -147,10 +147,41 @@ Builds:
|
|||
- ./../ffmpeg/copy-ffmpeg-executables.sh
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 3.5.0
|
||||
versionCode: 27
|
||||
commit: cae4ab96f120918dde88782a35009c16da59ebba
|
||||
subdir: android
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
- apt-get install -y ninja-build dos2unix autoconf automake build-essential
|
||||
libtool pkg-config yasm cmake meson nasm
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- ffmpeg/android-ffmpeg/src/main/jniLibs
|
||||
- desktop
|
||||
- web-app
|
||||
- maintenance-tasks
|
||||
- infra
|
||||
- art
|
||||
- spotiflyer-ios
|
||||
build:
|
||||
- export ANDROID_SDK_HOME=$$SDK$$
|
||||
- export ANDROID_NDK_HOME=$$NDK$$
|
||||
- find ./../ffmpeg/ -type f -name "*.sh" -exec dos2unix {} \+
|
||||
- find ./../ffmpeg/ -type f -name "*.sh" -exec chmod u+x {} \+
|
||||
- ./../ffmpeg/ffmpeg-android-maker/ffmpeg-android-maker.sh --android-api-level=21
|
||||
-lame
|
||||
- ./../ffmpeg/copy-ffmpeg-executables.sh
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: Contained Countly is configured opt-in
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: buildSrc/buildSrc/src/main/kotlin/Versions.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([\d.]+)"
|
||||
CurrentVersion: 3.3.2
|
||||
CurrentVersionCode: 26
|
||||
CurrentVersion: 3.5.0
|
||||
CurrentVersionCode: 27
|
||||
|
|
|
|||
Loading…
Reference in a new issue