[arch-commits] Commit in qt5-imageformats/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue May 3 06:49:56 UTC 2016


    Date: Tuesday, May 3, 2016 @ 08:49:56
  Author: arojas
Revision: 266784

Enable mng and webp plugins (FS#49154)

Modified:
  qt5-imageformats/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 06:41:11 UTC (rev 266783)
+++ PKGBUILD	2016-05-03 06:49:56 UTC (rev 266784)
@@ -5,12 +5,12 @@
 pkgname=qt5-imageformats
 _qtver=5.6.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
-depends=('qt5-base' 'libtiff' 'jasper')
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
 makedepends=()
 conflicts=('qt')
 groups=('qt' 'qt5')



More information about the arch-commits mailing list