diff options
author | Jiri Slachta <jiri@slachta.eu> | 2024-01-31 18:36:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 18:36:25 +0100 |
commit | 92a406deffcc03d58c2db7f115e0de145952db2b (patch) | |
tree | 51565afad396d58fad9e71927a42cfe1aa6f1f20 /libs | |
parent | 6320113d6a551055fda49f2ad564d9e6395be9d8 (diff) | |
parent | 03139ed90267889429455cf2ffa84a6744caa1a4 (diff) |
Merge pull request #23213 from krant/tiff
tiff: update to 4.6.0
Diffstat (limited to 'libs')
-rw-r--r-- | libs/tiff/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index 722f26203..7718d5afd 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tiff -PKG_VERSION:=4.5.0 +PKG_VERSION:=4.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.osgeo.org/libtiff -PKG_HASH:=c7a1d9296649233979fa3eacffef3fa024d73d05d589cb622727b5b08c423464 +PKG_HASH:=88b3979e6d5c7e32b50d7ec72fb15af724f6ab2cbf7e10880c360a77e4b5d99a PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu> PKG_LICENSE:=BSD-3-Clause @@ -48,16 +48,6 @@ endef CMAKE_OPTIONS += \ -Dld-version-script=OFF \ - -Dccitt=ON \ - -Dpackbits=ON \ - -Dlzw=ON \ - -Dthunder=ON \ - -Dnext=ON \ - -Dlogluv=ON \ - -Dmdi=ON \ - -Dzlib=ON \ - -Dpixarlog=ON \ - -Djpeg=ON \ -Dold-jpeg=OFF \ -Djbig=OFF \ -Dlzma=OFF \ |