mingw-w64-qt5-imageformats: added dependencies for further functionality

This commit is contained in:
Martchus 2016-05-03 17:09:56 +02:00
parent a212451ece
commit 7a394f8a7d
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ pkgrel=1
arch=('any')
pkgdesc="Plugins for additional image formats: TIFF, MNG, TGA, WBMP (mingw-w64)"
depends=('mingw-w64-qt5-base')
# these dependencies will enable further functionality
#depends+=('mingw-w64-jasper') # for JPEG-2000 Part-1
#depends+=('mingw-w64-libmng') # for MNG
#depends+=('mingw-w64-libwebp') # for WebP
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
license=('GPL3' 'LGPL')