Skip to content

Commit

Permalink
geography/libgeotiff: Update to 1.7.2
Browse files Browse the repository at this point in the history
Upstream NEWS:

libgeotiff 1.7.2
----------------

* GTIFGetDatumInfoEx(): handle dynamic datums
* CMake: adopt GNUInstallDirs
* CMake: export TIFF as a public dependency
* Add XTIFFClientOpenExt() with re-entrant error callbacks
* listgeo: add a -no_corners option to avoid printing corner
  coordinates which might be PROJ version sensitive (refs #81)
* Fix test failures with PROJ 9.1.1 and 9.3
* Remove trailing spaces from many files.
* Localize variables and add const when possible in a number of files
* geo_normalize.c: sprintf --> snprintf
* Add missing includes
* Fix -Werror=calloc-transposed-args with gcc 14
* FindPROJ.cmake: proj_experimental;h -> proj_experimental.h
* CMake: add a BUILD_SHARED_LIBS option, and make it default to ON
* autoconf/CMake: add generation of libgeotiff.pc
* Remove INSTALL and install-sh autoconf-generated files
  • Loading branch information
gdt committed May 23, 2024
1 parent b3a25af commit 0081451
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 5 additions & 3 deletions geography/libgeotiff/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.29 2024/05/16 06:14:58 wiz Exp $
# $NetBSD: Makefile,v 1.30 2024/05/23 14:13:17 gdt Exp $

DISTNAME= libgeotiff-1.7.1
PKGREVISION= 9
VERSION= 1.7.2
DISTNAME= libgeotiff-${VERSION}${RC}
CATEGORIES= geography
MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/

Expand All @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/OSGeo/libgeotiff
COMMENT= Library and tools for reading and writing GeoTIFF data
LICENSE= mit

WRKSRC= ${WRKDIR}/libgeotiff-${VERSION}

GNU_CONFIGURE= yes
USE_LIBTOOL= yes

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.5 2020/04/30 00:11:59 gdt Exp $
@comment $NetBSD: PLIST,v 1.6 2024/05/23 14:13:17 gdt Exp $
bin/applygeo
bin/geotifcp
bin/listgeo
Expand Down Expand Up @@ -26,6 +26,7 @@ include/geotiffio.h
include/geovalues.h
include/xtiffio.h
lib/libgeotiff.la
lib/pkgconfig/libgeotiff.pc
man/man1/applygeo.1
man/man1/geotifcp.1
man/man1/listgeo.1
8 changes: 4 additions & 4 deletions geography/libgeotiff/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2022/03/14 12:22:49 gdt Exp $
$NetBSD: distinfo,v 1.11 2024/05/23 14:13:17 gdt Exp $

BLAKE2s (libgeotiff-1.7.1.tar.gz) = a48dd6ed0b8814d281678ced63b39c41fd793db2f422f3105d3f612f83185466
SHA512 (libgeotiff-1.7.1.tar.gz) = af119040598f4349124848d9788ea1d0d2019e23fc48eaf4b0445320c51e91afa6c7e25b49738bdaf0aa4467a19104b00838d669da27dee77898c489fe5fe4c1
Size (libgeotiff-1.7.1.tar.gz) = 542779 bytes
BLAKE2s (libgeotiff-1.7.2.tar.gz) = a3b5e7b1818dfa23a7fed7b4e90bd0969708c7a924713bdfad37c863e37c9b4a
SHA512 (libgeotiff-1.7.2.tar.gz) = 11df4071394dfe865e9c70e560c60390a3a4f429f823a1dbd4e97ccd0dd07b02a3a71bd1f516d991571d3ba194d55ad071b5d5d8f98a8826f5325de64d32b2c9
Size (libgeotiff-1.7.2.tar.gz) = 547522 bytes

0 comments on commit 0081451

Please sign in to comment.