87 lines
4 KiB
YAML
87 lines
4 KiB
YAML
Categories:
|
|
- Multimedia
|
|
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/
|
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2PAUL5K5TX8AA&source=url
|
|
|
|
AutoName: Kid3
|
|
Description: |-
|
|
With Kid3, an audio tag editor, you can:
|
|
|
|
* Edit ID3v1.1 tags in your MP3 files
|
|
* Edit all ID3v2.3 and ID3v2.4 frames in your MP3 files
|
|
* Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
|
|
* Edit tags in MP3, Ogg/Vorbis, Opus, DSF, FLAC, MPC, APE, MP4/AAC, MP2,
|
|
Speex, TrueAudio, WavPack, WMA, WAV, AIFF files and tracker modules.
|
|
* Edit tags of multiple files, e.g. the artist, album, year and genre
|
|
of all files of an album typically have the same values and can be
|
|
set together
|
|
* Generate tags from filenames
|
|
* Generate tags from the contents of tag fields
|
|
* Generate filenames from tags
|
|
* Generate playlist files
|
|
* Automatic case conversion and string translation
|
|
* Import from gnudb.org, TrackType.org, MusicBrainz, Discogs, Amazon
|
|
|
|
RepoType: git
|
|
Repo: https://git.code.sf.net/p/kid3/code
|
|
|
|
Builds:
|
|
- versionName: 3.7.1
|
|
versionCode: 15
|
|
commit: v3.7.1
|
|
sudo: apt-get install -y docbook-xsl
|
|
output: android-build/kid3/android/bin/QtApp-release-unsigned.apk
|
|
target: android-19
|
|
build:
|
|
- export ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_ROOT=$$NDK$$
|
|
- mkdir -p qt android-build
|
|
- cd qt
|
|
- for ms in qttranslations:e08e6b4db93a7b761d64d5bedbeaaf7c4c9e9f0b qttools:1afbf2026f8db7a55c5dca857c50469fdd24ca77
|
|
qtsvg:d1287d3523773a4daf9c7af5c0c1137708614a68 qtquickcontrols2:445b1fb541479c6ad0fca349e8629549b7679ca5
|
|
qtmultimedia:304cd3dcb3ac4cb00adf3a0e2a0c903d9eec0a69 qtimageformats:06ef7ff597d6b429fae3074e137e9a2ada779988
|
|
qtdeclarative:857fd00eb5be840fa89632c9d45d3ed49fa089a4 qtbase:0a8186830b6a70e8962a6f1d9c632a4265af05a2
|
|
qtandroidextras:bca23aacc75ae5e509463152cd5c7722c0eae9f0; do m=${ms%:*}; s=${ms#*:};
|
|
fn=5.9.7-0-201810181505${m}-Linux-RHEL_7_4-GCC-Android-Android_ANY-ARMv7.7z;
|
|
wget -q https://download.qt.io/online/qtsdkrepository/linux_x64/android/qt5_597/qt.qt5.597.android_armv7/$fn;
|
|
echo "$s $fn" | sha1sum -c
|
|
- 7zr x $fn; done
|
|
- export QTPREFIX=$(pwd)/5.9.7/android_armv7
|
|
- cd ../android-build
|
|
- COMPILER=cross-android ../buildlibs.sh
|
|
ndk: r10e
|
|
|
|
- versionName: 3.8.0
|
|
versionCode: 16
|
|
commit: v3.8.0
|
|
sudo: apt-get install -y docbook-xsl
|
|
output: android-build/kid3/android/bin/QtApp-release-unsigned.apk
|
|
target: android-19
|
|
build:
|
|
- export ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_ROOT=$$NDK$$
|
|
- mkdir -p qt android-build
|
|
- cd qt
|
|
- for ms in qttranslations:e08e6b4db93a7b761d64d5bedbeaaf7c4c9e9f0b qttools:1afbf2026f8db7a55c5dca857c50469fdd24ca77
|
|
qtsvg:d1287d3523773a4daf9c7af5c0c1137708614a68 qtquickcontrols2:445b1fb541479c6ad0fca349e8629549b7679ca5
|
|
qtmultimedia:304cd3dcb3ac4cb00adf3a0e2a0c903d9eec0a69 qtimageformats:06ef7ff597d6b429fae3074e137e9a2ada779988
|
|
qtdeclarative:857fd00eb5be840fa89632c9d45d3ed49fa089a4 qtbase:0a8186830b6a70e8962a6f1d9c632a4265af05a2
|
|
qtandroidextras:bca23aacc75ae5e509463152cd5c7722c0eae9f0; do m=${ms%:*}; s=${ms#*:};
|
|
fn=5.9.7-0-201810181505${m}-Linux-RHEL_7_4-GCC-Android-Android_ANY-ARMv7.7z;
|
|
wget -q https://download.qt.io/online/qtsdkrepository/linux_x64/android/qt5_597/qt.qt5.597.android_armv7/$fn;
|
|
echo "$s $fn" | sha1sum -c
|
|
- 7zr x $fn; done
|
|
- export QTPREFIX=$(pwd)/5.9.7/android_armv7
|
|
- cd ../android-build
|
|
- COMPILER=cross-android ../buildlibs.sh
|
|
ndk: r10e
|
|
|
|
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.0
|
|
CurrentVersionCode: 16
|