|
@@ -4,16 +4,18 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-TIFF_VERSION = 4.4.0
|
|
|
+TIFF_VERSION = 4.5.0
|
|
|
TIFF_SITE = http://download.osgeo.org/libtiff
|
|
|
TIFF_LICENSE = tiff license
|
|
|
-TIFF_LICENSE_FILES = COPYRIGHT
|
|
|
+TIFF_LICENSE_FILES = LICENSE.md
|
|
|
TIFF_CPE_ID_VENDOR = libtiff
|
|
|
TIFF_CPE_ID_PRODUCT = libtiff
|
|
|
TIFF_INSTALL_STAGING = YES
|
|
|
|
|
|
TIFF_CONF_OPTS = \
|
|
|
+ --disable-contrib \
|
|
|
--disable-cxx \
|
|
|
+ --disable-tests \
|
|
|
--without-x
|
|
|
|
|
|
TIFF_DEPENDENCIES = host-pkgconf
|
|
@@ -23,7 +25,8 @@ HOST_TIFF_CONF_OPTS = \
|
|
|
--without-x \
|
|
|
--disable-zlib \
|
|
|
--disable-lzma \
|
|
|
- --disable-jpeg
|
|
|
+ --disable-jpeg \
|
|
|
+ --disable-tests
|
|
|
HOST_TIFF_DEPENDENCIES = host-pkgconf
|
|
|
|
|
|
ifneq ($(BR2_PACKAGE_TIFF_CCITT),y)
|
|
@@ -84,12 +87,11 @@ ifneq ($(BR2_PACKAGE_TIFF_JBIG),y)
|
|
|
TIFF_CONF_OPTS += --disable-jbig
|
|
|
endif
|
|
|
|
|
|
-TIFF_SUBDIRS = port libtiff
|
|
|
ifeq ($(BR2_PACKAGE_TIFF_UTILITIES),y)
|
|
|
-TIFF_SUBDIRS += tools
|
|
|
+TIFF_CONF_OPTS += --enable-tools
|
|
|
+else
|
|
|
+TIFF_CONF_OPTS += --disable-tools
|
|
|
endif
|
|
|
|
|
|
-TIFF_MAKE = $(MAKE) SUBDIRS="$(TIFF_SUBDIRS)"
|
|
|
-
|
|
|
$(eval $(autotools-package))
|
|
|
$(eval $(host-autotools-package))
|