mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update Kid3 to 3.9.1 (25)
This commit is contained in:
parent
6a2419728d
commit
1538389927
1 changed files with 28 additions and 2 deletions
|
|
@ -289,8 +289,34 @@ Builds:
|
|||
- COMPILER=cross-android ../build.sh
|
||||
ndk: r19c
|
||||
|
||||
- versionName: 3.9.1
|
||||
versionCode: 25
|
||||
commit: 190360f17c9e3020d77236b16cdac807cdd95afc
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y docbook-xsl p7zip
|
||||
output: android-build/kid3/android/build/outputs/apk/release/android-release-unsigned.apk
|
||||
target: android-22
|
||||
build:
|
||||
- export ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_ROOT=$$NDK$$
|
||||
- mkdir -p qt android-build
|
||||
- cd qt
|
||||
- for ms in qttranslations:ef401daa0e172f178c2ee1adb3f3aec7bc191c4f qttools:b0d3475e862850aee18b1e538622e55f7f25e775
|
||||
qtsvg:8937ee9079519581da19883222cffb1bd16e8c9e qtquickcontrols2:5e01b99d1135a1aae9629628495a215f74244f87
|
||||
qtmultimedia:e1b97a22cc743727d278970602756664b8593e16 qtimageformats:5bf25b6f30388813b20fbd33f32a99dce97c5fa0
|
||||
qtdeclarative:b7bc68ded42d8470ee38053253346419f4194d78 qtbase:e958ec06bd358d2c99611940e5801ee96e339503
|
||||
qtandroidextras:479cb925803a93a37d93127e97ba0c22299981fe; do m=${ms%:*}; s=${ms#*:};
|
||||
fn=5.12.12-0-202111241513${m}-Linux-RHEL_7_4-Clang-Android-Android_ANY-ARMv7.7z;
|
||||
wget -q https://download.qt.io/online/qtsdkrepository/linux_x64/android/qt5_51212/qt.qt5.51212.android_armv7/$fn;
|
||||
echo "$s $fn" | sha1sum -c
|
||||
- 7zr x $fn; done
|
||||
- export QTPREFIX=$(pwd)/5.12.12/android_armv7
|
||||
- cd ../android-build
|
||||
- COMPILER=cross-android ../build.sh
|
||||
ndk: r19c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: CMakeLists.txt|set\(QT_ANDROID_APP_VERSION_CODE\s+(.*)\)|kid3.spec|Version:\s*(\S+)
|
||||
CurrentVersion: 3.9.0
|
||||
CurrentVersionCode: 24
|
||||
CurrentVersion: 3.9.1
|
||||
CurrentVersionCode: 25
|
||||
|
|
|
|||
Loading…
Reference in a new issue