Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/libgeotiff libgeotiff: Update to 1.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a8d57e97bc4
branches:  trunk
changeset: 430308:9a8d57e97bc4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Apr 30 00:11:59 2020 +0000

description:
libgeotiff: Update to 1.6.0

Upstream NEWS:

  Add support for OGC GeoTIFF 1.1

  Expose GTIFGetPCSInfoEx(), GTIFGetProjTRFInfoEx(),
  GTIFGetGCSInfoEx(), GTIFGetDatumInfoEx(), GTIFGetEllipsoidInfoEx(),
  GTIFGetPMInfoEx(), GTIFGetUOMLengthInfoEx() and
  GTIFGetUOMAngleInfoEx() so that users can specify their own PROJ
  context

  Add GTIFKeyGetASCII(), GTIFKeyGetSHORT() and GTIFKeyGetDOUBLE() as
  safer variants of GTIFKeyGet() with type checking

  autotools build: enable build in a separate tree from source (#37)
  (fixes #28)

  Use pkg-config for libtiff detection

diffstat:

 geography/libgeotiff/Makefile |   7 ++++---
 geography/libgeotiff/PLIST    |   3 ++-
 geography/libgeotiff/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 460e071e85a1 -r 9a8d57e97bc4 geography/libgeotiff/Makefile
--- a/geography/libgeotiff/Makefile     Wed Apr 29 23:58:57 2020 +0000
+++ b/geography/libgeotiff/Makefile     Thu Apr 30 00:11:59 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/04/22 19:36:32 gdt Exp $
+# $NetBSD: Makefile,v 1.14 2020/04/30 00:11:59 gdt Exp $
 
-DISTNAME=      libgeotiff-1.5.1
-PKGREVISION=   1
+DISTNAME=      libgeotiff-1.6.0
 CATEGORIES=    geography
 MASTER_SITES=  https://download.osgeo.org/geotiff/libgeotiff/
 
@@ -13,6 +12,8 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
+TEST_TARGET=   check
+
 # TODO: add options for zlib and jpeg support
 
 .include "../../geography/proj/buildlink3.mk"
diff -r 460e071e85a1 -r 9a8d57e97bc4 geography/libgeotiff/PLIST
--- a/geography/libgeotiff/PLIST        Wed Apr 29 23:58:57 2020 +0000
+++ b/geography/libgeotiff/PLIST        Thu Apr 30 00:11:59 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/03/12 00:17:20 gdt Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/04/30 00:11:59 gdt Exp $
 bin/applygeo
 bin/geotifcp
 bin/listgeo
@@ -19,6 +19,7 @@
 include/geo_tiffp.h
 include/geokeys.h
 include/geokeys.inc
+include/geokeys_v1_1.inc
 include/geonames.h
 include/geotiff.h
 include/geotiffio.h
diff -r 460e071e85a1 -r 9a8d57e97bc4 geography/libgeotiff/distinfo
--- a/geography/libgeotiff/distinfo     Wed Apr 29 23:58:57 2020 +0000
+++ b/geography/libgeotiff/distinfo     Thu Apr 30 00:11:59 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/03/12 00:17:20 gdt Exp $
+$NetBSD: distinfo,v 1.6 2020/04/30 00:11:59 gdt Exp $
 
-SHA1 (libgeotiff-1.5.1.tar.gz) = 348ca1e5299890c910594964f0616b11bc4493be
-RMD160 (libgeotiff-1.5.1.tar.gz) = 96d90b96aefe1a585571ae7896d0ab7ff0c82c1c
-SHA512 (libgeotiff-1.5.1.tar.gz) = 6599ec89dd39d975ba389584778dd084ded628d3304b302e3af25bb7d156cf583c56b52f1c89c253b041df43f99d6893190ee1556398dab1ba044f12ef8b8dc1
-Size (libgeotiff-1.5.1.tar.gz) = 528083 bytes
+SHA1 (libgeotiff-1.6.0.tar.gz) = fa24069938ead4126d77b65a38784e1a9609e65b
+RMD160 (libgeotiff-1.6.0.tar.gz) = ae0e21c43c010cca8d77edc6f61f894db4a39c3d
+SHA512 (libgeotiff-1.6.0.tar.gz) = 4c59598140d6c435a25aff6520e07a01a0153cac526df3b3e1366d5edc43cd82b15099da79ee8a2fb916e858f5a5d7421cfbf96bb485c91fac9e19c7209b7418
+Size (libgeotiff-1.6.0.tar.gz) = 537175 bytes



Home | Main Index | Thread Index | Old Index