Skip to content

Commit

Permalink
libgeotiff: Update to 1.6.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gdt committed Apr 30, 2020
1 parent 5a0daf7 commit ddc67c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
7 changes: 4 additions & 3 deletions geography/libgeotiff/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -13,6 +12,8 @@ LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes

TEST_TARGET= check

# TODO: add options for zlib and jpeg support

.include "../../geography/proj/buildlink3.mk"
Expand Down
3 changes: 2 additions & 1 deletion geography/libgeotiff/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,6 +19,7 @@ include/geo_simpletags.h
include/geo_tiffp.h
include/geokeys.h
include/geokeys.inc
include/geokeys_v1_1.inc
include/geonames.h
include/geotiff.h
include/geotiffio.h
Expand Down
10 changes: 5 additions & 5 deletions geography/libgeotiff/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ddc67c0

Please sign in to comment.