mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Merge branch 'ufleisch/kid3' into 'master'
Fix Update Kid3 to 3.8.2 (18) See merge request fdroid/fdroiddata!6233
This commit is contained in:
commit
05054a256b
1 changed files with 30 additions and 6 deletions
|
|
@ -4,8 +4,8 @@ License: GPL-2.0-or-later
|
|||
AuthorName: Urs Fleisch
|
||||
AuthorEmail: ufleisch@users.sourceforge.net
|
||||
WebSite: https://kid3.sourceforge.io
|
||||
SourceCode: https://git.code.sf.net/p/kid3/code
|
||||
IssueTracker: https://sourceforge.net/p/kid3/bugs/
|
||||
SourceCode: https://invent.kde.org/kde/kid3.git
|
||||
IssueTracker: https://invent.kde.org/kde/kid3/issues
|
||||
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2PAUL5K5TX8AA&source=url
|
||||
|
||||
AutoName: Kid3
|
||||
|
|
@ -25,7 +25,7 @@ Description: |-
|
|||
* Import from gnudb.org, TrackType.org, MusicBrainz, Discogs, Amazon
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.code.sf.net/p/kid3/code
|
||||
Repo: https://invent.kde.org/kde/kid3.git
|
||||
|
||||
Builds:
|
||||
- versionName: 3.7.1
|
||||
|
|
@ -100,8 +100,32 @@ Builds:
|
|||
- COMPILER=cross-android ../buildlibs.sh
|
||||
ndk: r19c
|
||||
|
||||
- versionName: 3.8.2
|
||||
versionCode: 18
|
||||
commit: v3.8.2
|
||||
sudo: apt-get install -y docbook-xsl
|
||||
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:b64ae71035fbc1b82fc7111f7d1ff04886aaeb56 qttools:e06cd25eb36b8617897b2c3334dc2cbe1295b974
|
||||
qtsvg:b16cc7ca9dd88d0e0b0be1341becadb133f6dd4a qtquickcontrols2:01b4f3bf0bc65b528827aae88554f25409ee1dbd
|
||||
qtmultimedia:29cada686ea1505b5fb2c9818496f65f701ddf08 qtimageformats:6d55fab04c23577ac97aeb5fe168252426f5229d
|
||||
qtdeclarative:62983f284b96a85a193c3b82ec166ed80a964722 qtbase:b29bcbfa9c0d0a7216851fe2051615379930f1d2
|
||||
qtandroidextras:a3f7a78d5c997339ce59d821e9388a7f0919dcbc; do m=${ms%:*}; s=${ms#*:};
|
||||
fn=5.12.4-0-201906140209${m}-Linux-RHEL_7_4-Clang-Android-Android_ANY-ARMv7.7z;
|
||||
wget -q https://download.qt.io/online/qtsdkrepository/linux_x64/android/qt5_5124/qt.qt5.5124.android_armv7/$fn;
|
||||
echo "$s $fn" | sha1sum -c
|
||||
- 7zr x $fn; done
|
||||
- export QTPREFIX=$(pwd)/5.12.4/android_armv7
|
||||
- cd ../android-build
|
||||
- COMPILER=cross-android ../buildlibs.sh
|
||||
ndk: r19c
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://sourceforge.net/p/kid3/code/ci/master/tree/CMakeLists.txt?format=raw|set\(QT_ANDROID_APP_VERSION_CODE\s+(.*)\)|https://sourceforge.net/p/kid3/code/ci/master/tree/kid3.lsm?format=raw|Version:\s*(\S+)
|
||||
CurrentVersion: 3.8.1
|
||||
CurrentVersionCode: 17
|
||||
UpdateCheckData: https://invent.kde.org/kde/kid3/raw/master/CMakeLists.txt|set\(QT_ANDROID_APP_VERSION_CODE\s+(.*)\)|https://invent.kde.org/kde/kid3/raw/master/kid3.spec|Version:\s*(\S+)
|
||||
CurrentVersion: 3.8.2
|
||||
CurrentVersionCode: 18
|
||||
|
|
|
|||
Loading…
Reference in a new issue