libtiff: Rebuild without jbigkit support

This commit is contained in:
Alexpux
2015-04-28 22:46:44 +03:00
parent e5ff8b55b2
commit b17ce12f33

View File

@@ -4,13 +4,13 @@
_realname=libtiff
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=4.0.3
pkgrel=5
pkgrel=6
pkgdesc="Library for manipulation of TIFF images (mingw-w64)"
arch=('any')
url="http://www.remotesensing.org/libtiff"
license=(MIT)
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-jbigkit"
#"${MINGW_PACKAGE_PREFIX}-jbigkit"
"${MINGW_PACKAGE_PREFIX}-libjpeg-turbo"
"${MINGW_PACKAGE_PREFIX}-xz"
"${MINGW_PACKAGE_PREFIX}-zlib")
@@ -39,7 +39,9 @@ build() {
--target=${MINGW_CHOST} \
--enable-static \
--enable-shared \
--disable-jbig \
--without-x
make
}