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

Eric Bélanger eric at archlinux.org
Thu Oct 9 15:07:56 UTC 2014


    Date: Thursday, October 9, 2014 @ 17:07:56
  Author: eric
Revision: 224150

upgpkg: libtiff 4.0.3-5

Add JBIG support (close FS#42223)

Modified:
  libtiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-09 15:02:36 UTC (rev 224149)
+++ PKGBUILD	2014-10-09 15:07:56 UTC (rev 224150)
@@ -3,13 +3,13 @@
 
 pkgname=libtiff
 pkgver=4.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Library for manipulation of TIFF images"
 arch=('i686' 'x86_64')
 url="http://www.remotesensing.org/libtiff/"
 license=('custom')
 depends=('gcc-libs' 'libjpeg' 'zlib' 'xz')
-makedepends=('freeglut' 'glu' 'mesa')
+makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
 optdepends=('freeglut: for using tiffgt')
 source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz
         tiff-3.9.7-CVE-2012-4447.patch
@@ -44,7 +44,6 @@
   cd tools
   patch -p0 -i "${srcdir}/tiff-4.0.3-CVE-2013-4231.patch"
   patch -p0 -i "${srcdir}/tiff-4.0.3-CVE-2013-4232.patch"
-
 }
 
 build() {



More information about the arch-commits mailing list