changeset 2247:7136da0b4a20

update package tiff
author Mark Brand <mabrand@mabrand.nl>
date Sun, 19 Feb 2012 13:57:44 +0100
parents 572d4140383a
children 989f2065c04e
files src/tiff-1-fixes.patch src/tiff.mk
diffstat 2 files changed, 2 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/src/tiff-1-fixes.patch	Sat Feb 18 22:51:54 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-Contains ad hoc patches for cross building.
-
-From 584c7cdb78b5e7a5b15525c0ec28984ea949a9e8 Mon Sep 17 00:00:00 2001
-From: mingw-cross-env
-Date: Thu, 22 Dec 2011 14:00:35 +0100
-Subject: [PATCH] add missing lzma to Libs.private for pkg-config
-
-taken from:
-http://old.nabble.com/-PATCH--add-missing-lzma-to-Libs.private-for-pkg-config-td33023671.html
-
-diff --git a/configure.ac b/configure.ac
-index fa23704..da8e6a5 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -720,6 +720,7 @@ fi
- if test "$HAVE_LZMA" = "yes" ; then
-   AC_DEFINE(LZMA_SUPPORT,1,[Support LZMA2 compression])
-   LIBS="-llzma $LIBS"
-+  tiff_libs_private="-llzma ${tiff_libs_private}"
- 
-   if test "$HAVE_RPATH" = "yes" -a "x$with_lzma_lib_dir" != "x" ; then
-     LIBDIR="-R $with_lzma_lib_dir $LIBDIR"
--- 
-1.7.8
-
--- a/src/tiff.mk	Sat Feb 18 22:51:54 2012 +0100
+++ b/src/tiff.mk	Sun Feb 19 13:57:44 2012 +0100
@@ -4,8 +4,8 @@
 # LibTIFF
 PKG             := tiff
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 4.0.0
-$(PKG)_CHECKSUM := 85d85520fea40fc9291995a60e3d40cf980b5522
+$(PKG)_VERSION  := 4.0.1
+$(PKG)_CHECKSUM := 8baf382231c9051a1b3eb294581289aa21447171
 $(PKG)_SUBDIR   := tiff-$($(PKG)_VERSION)
 $(PKG)_FILE     := tiff-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://www.remotesensing.org/libtiff/
@@ -20,7 +20,6 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && ./autogen.sh
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --disable-shared \