PKGBUILDs/qt6-imageformats/static-compat/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

15 lines
478 B
Plaintext

% layout 'static-compat-qt6-module';
\
_qtver=6.4.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
# keep it basic for now
#pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
#depends=(<%== qt6deps qw(base) %> static-compat-jasper static-compat-libmng static-compat-libwebp)
pkgdesc='Plugins for additional image formats: TIFF, TGA'
depends=(<%== qt6deps qw(base) %>)
makedepends=(static-compat-cmake ninja)