changeset 5380:6bfbb9142336

libgeotif: update to v1.6.0 * dist-files.mk: remove ref to patch * src/libgeotiff.mk: update version/checksum * src/libgeotiff-1-noundefined.patch: removed
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Apr 2020 13:45:44 -0400
parents 6a4b64c64539
children 5482351ddcc2
files dist-files.mk src/libgeotiff-1-noundefined.patch src/libgeotiff.mk
diffstat 3 files changed, 2 insertions(+), 34 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Sat Apr 25 11:26:08 2020 -0400
+++ b/dist-files.mk	Sat Apr 25 13:45:44 2020 -0400
@@ -235,7 +235,6 @@
   libgda.mk \
   libgdamm.mk \
   libgee.mk \
-  libgeotiff-1-noundefined.patch \
   libgeotiff.mk \
   libglade.mk \
   libgnurx-1-build-static-lib.patch \
--- a/src/libgeotiff-1-noundefined.patch	Sat Apr 25 11:26:08 2020 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-Common subdirectories: libgeotiff-1.5.0.orig/bin and libgeotiff-1.5.0/bin
-Common subdirectories: libgeotiff-1.5.0.orig/cmake and libgeotiff-1.5.0/cmake
-Common subdirectories: libgeotiff-1.5.0.orig/docs and libgeotiff-1.5.0/docs
-Common subdirectories: libgeotiff-1.5.0.orig/libxtiff and libgeotiff-1.5.0/libxtiff
-Common subdirectories: libgeotiff-1.5.0.orig/m4 and libgeotiff-1.5.0/m4
-diff -ut libgeotiff-1.5.0.orig/Makefile.am libgeotiff-1.5.0/Makefile.am
---- libgeotiff-1.5.0.orig/Makefile.am	2019-03-27 12:27:19.591626244 -0400
-+++ libgeotiff-1.5.0/Makefile.am	2019-03-27 12:33:15.357484044 -0400
-@@ -52,7 +52,7 @@
-                         geo_strtod.c \
-                         geotiff_proj4.c
- 
--libgeotiff_la_LDFLAGS = -version-info 5:0:0
-+libgeotiff_la_LDFLAGS = -version-info 5:0:0 -no-undefined
- 
- libgeotiff_la_LIBADD = libxtiff/libxtiff.la
- 
-diff -ut libgeotiff-1.5.0.orig/Makefile.in libgeotiff-1.5.0/Makefile.in
---- libgeotiff-1.5.0.orig/Makefile.in	2019-03-27 12:27:19.591626244 -0400
-+++ libgeotiff-1.5.0/Makefile.in	2019-03-27 12:33:46.430486814 -0400
-@@ -521,7 +521,7 @@
-                         geo_strtod.c \
-                         geotiff_proj4.c
- 
--libgeotiff_la_LDFLAGS = -version-info 5:0:0
-+libgeotiff_la_LDFLAGS = -version-info 5:0:0 -no-undefined
- libgeotiff_la_LIBADD = libxtiff/libxtiff.la
- lib_LTLIBRARIES = libgeotiff.la
- EXTRA_DIST = autogen.sh \
-Common subdirectories: libgeotiff-1.5.0.orig/man and libgeotiff-1.5.0/man
-Common subdirectories: libgeotiff-1.5.0.orig/test and libgeotiff-1.5.0/test
--- a/src/libgeotiff.mk	Sat Apr 25 11:26:08 2020 -0400
+++ b/src/libgeotiff.mk	Sat Apr 25 13:45:44 2020 -0400
@@ -3,8 +3,8 @@
 
 PKG             := libgeotiff
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.5.0
-$(PKG)_CHECKSUM := 44782c8218aeb4a3dfbb5c1e8eae12690977dd9a
+$(PKG)_VERSION  := 1.6.0
+$(PKG)_CHECKSUM := fa24069938ead4126d77b65a38784e1a9609e65b
 $(PKG)_SUBDIR   := libgeotiff-$($(PKG)_VERSION)
 $(PKG)_FILE     := libgeotiff-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://download.osgeo.org/geotiff/libgeotiff/$($(PKG)_FILE)