PKGBUILDs/qt6-imageformats/android-aarch64/PKGBUILD.sh.ep
Martchus aad0f91e60 Update Qt 6 packages to 6.4.0
Unfortunately mingw-w64-qt6-multimedia does not build at
all anymore (not even without an actual backend like before).
2022-10-01 18:18:19 +02:00

12 lines
386 B
Plaintext

% layout 'android-qt6-module';
\
_qtver=6.4.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Plugins for additional image formats: TIFF, TGA, WBMP (android)'
depends=(<%== qt6deps qw(base) %> "android-${_android_arch}-libwebp")
makedepends=('android-cmake<%== $static_suffix %>' 'qt6-base' 'ninja' 'java-environment-openjdk=8')