mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
kid3 - update recipe
This commit is contained in:
parent
f389775149
commit
c17776a5e4
1 changed files with 5 additions and 2 deletions
|
|
@ -346,8 +346,11 @@ Builds:
|
|||
disable: downloads binary qt libs
|
||||
commit: 825935334cbdf580000d1d84068d441883ceabf5
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian stretch main" > /etc/apt/sources.list.d/stretch.list
|
||||
- apt-get update
|
||||
- apt-get install -y docbook-xsl p7zip
|
||||
- apt-get install -y 7zip build-essential cmake docbook-xsl make wget
|
||||
- apt-get remove openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||
- apt-get install -y -t stretch openjdk-8-jdk-headless
|
||||
output: android-build/kid3/android/build/outputs/apk/release/android-release-unsigned.apk
|
||||
target: android-22
|
||||
build:
|
||||
|
|
@ -362,7 +365,7 @@ Builds:
|
|||
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
|
||||
- 7zz x $fn; done
|
||||
- export QTPREFIX=$(pwd)/5.12.12/android_armv7
|
||||
- cd ../android-build
|
||||
- COMPILER=cross-android ../build.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue