PKGBUILDs/qt6-imageformats/default/PKGBUILD.sh.ep

15 lines
505 B
Plaintext
Raw Normal View History

2020-11-25 17:16:57 +01:00
% layout 'qt6-module', git_commit => '9b0b68488ac75668da339bdcd1ab358db03f2932';
2020-10-20 10:57:38 +02:00
\
2020-11-25 17:16:57 +01:00
_qtver=6.0.0-rc
2020-10-20 10:57:38 +02:00
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
#pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
#depends=(qt6-base jasper libmng libwebp)
# FIXME: It doesn't actually build with MNG support at this point.
pkgdesc='Plugins for additional image formats: TIFF, TGA, WBMP'
depends=(qt6-base jasper libwebp)
makedepends=(cmake ninja git)