33 Commits

Author SHA256 Message Date
Dominique Leuenberger
4283a839c0 Accepting request 1190191 from Application:Geo
- Update to version 1.7.3:
  * CMake: fix typo in CMAKE_INSTALL_BINDIR install target that affects location of geotiff.dll
- Changes for version 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

OBS-URL: https://build.opensuse.org/request/show/1190191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=14
2024-07-31 11:29:01 +00:00
Martin Pluskal
1584c1e54a - Update to version 1.7.3:
* CMake: fix typo in CMAKE_INSTALL_BINDIR install target that affects location of geotiff.dll
- Changes for version 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

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=34
2024-07-29 08:55:04 +00:00
Dominique Leuenberger
9274367d2c Accepting request 1072620 from Application:Geo
- Update spec file

OBS-URL: https://build.opensuse.org/request/show/1072620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=13
2023-03-17 16:05:09 +00:00
Martin Pluskal
4339f1f043 - Update spec file
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=32
2023-03-17 12:52:26 +00:00
Dominique Leuenberger
dc2c1d2abc Accepting request 975356 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/975356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=12
2022-05-06 16:59:50 +00:00
Martin Pluskal
4696641e58 Accepting request 975174 from home:cgiboudeaux:branches:Application:Geo
Update to 1.7.1

OBS-URL: https://build.opensuse.org/request/show/975174
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=30
2022-05-06 08:20:26 +00:00
Dominique Leuenberger
ece9d10608 Accepting request 907425 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/907425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=11
2021-07-21 17:06:30 +00:00
Martin Pluskal
33c32dcd39 Accepting request 906788 from home:dirkmueller:Factory
- update to 1.7.0:
  * Add CoordinateEpochGeoKey = 5120 of type DOUBLE to store coordinate epoch of
    tie points / geotransform matrix for dynamic CRS.
  * geo_normalize.h/c: rename variables to please codespell
  * GTIFGetGCSInfoEx(): use proj_crs_get_datum_forced() for PROJ >= 8 to avoid
    issues with datum ensembles
  * GTIFGetGCSInfoEx(): remove dead code
  * geo_normalize.c: follow-up to e06625c4e5bcce9f9217d1d5a43dc6af73156283 to
    avoid look up of user-defined GeogGeodeticDatumGeoKey that cause PROJ warnings

OBS-URL: https://build.opensuse.org/request/show/906788
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=29
2021-07-21 07:09:19 +00:00
Dominique Leuenberger
2f50ac7565 Accepting request 829574 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/829574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=10
2020-08-29 18:32:37 +00:00
Dirk Stoecker
135b51af12 Accepting request 829549 from home:dirkmueller:branches:Application:Geo
- update to 1.6.0:
  * 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
  * GTIFDecToDMS(): fix rounding issue (refs #16)
  * geo_names.c: Silence warning in GetNameFromDatabase
  * cpl_serv.h: add parenthesis in macro definitions
  * Fix spelling errors
  * geo_normalize.c: set UOMLength from GeogLinearUnits (for geocentic CRS) (GDAL #1595)
  * testlistgeo: remove hardcoded path in test output (fixes https://github.com/OSGeo/libgeotiff/issues/16#issuecomment-502267406)
  * Adapt test script for PROJ 6.2 EPSG database (fixes #22)
  * Use unix EOL for cmake related files (fixes #14)
  * configure.ac: drop dead code
  * geo_normalize.c: avoid look up of user-defined geokeys that cause PROJ warnings (fixes GDAL #2321)
  * listgeo: fix corner coordinates for images with RasterPixelIsPoint (#36)

OBS-URL: https://build.opensuse.org/request/show/829549
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=27
2020-08-25 14:16:58 +00:00
Dominique Leuenberger
915672aac0 Accepting request 719420 from Application:Geo
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/719420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=9
2019-07-29 15:30:23 +00:00
Dirk Stoecker
0c9c9858f0 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=25 2019-07-21 18:35:02 +00:00
Dirk Stoecker
04fff33a98 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=24 2019-07-21 18:34:15 +00:00
Dominique Leuenberger
fef62417ca Accepting request 692317 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/692317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=8
2019-04-08 18:54:16 +00:00
Dirk Stoecker
42afdd0ab0 Accepting request 692205 from home:bruno_friedmann:branches:Application:Geo
- Update to version 1.5.1 (support gdal 2.4.1)
- Remove merged upstream patch f4956251.patch 

- Add upstream patch f4956251.patch to make it useable with gdal
  2.4.1
- Upstream issue https://github.com/OSGeo/libgeotiff/issues/14
  Simplify fixing file (all are utf-8 ok) just CRLF

- Update to version 1.5.
  + Require PROJ >= 6 dependency
  + Remove all CSV files used by geo_normalize API, libgeotiff now
    relies on PROJ database for EPSG CRS definitions.
  + geo_normalize.c: SetGTParmIds(): use 
    ProjStraightVertPoleLongGeoKey for CT_PolarStereographic
  + geo_normalize.c: report StdParallel1 for Mercator_2SP when a 
    PCS code is used
  + geo_normalize.c: fix support for Laborde Oblique Mercator
  + listgeo: use PROJ database to display non-hardcoded values of
    a number of keys
- Packaging
  + Remove unneeded patches e5cf016.patch 7425a7f.patch
  + Move URL & source to https

OBS-URL: https://build.opensuse.org/request/show/692205
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=22
2019-04-08 14:15:26 +00:00
Dominique Leuenberger
1dfc353a18 Accepting request 685458 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/685458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=7
2019-03-28 21:48:06 +00:00
842e0cf83f Accepting request 685448 from home:bruno_friedmann:branches:Application:Geo
- Update to bugfix version 1.4.3
- Add upstream patches (proj6 support and build fix)
  + e5cf016.patch
  + 7425a7f.patch
- Packaging: spec-cleaner minimal

- Add build dependency on graphviz to enable images in
- spec file cleanup

OBS-URL: https://build.opensuse.org/request/show/685448
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=20
2019-03-15 20:46:33 +00:00
Dominique Leuenberger
221361af7f Accepting request 612807 from Application:Geo
- Fix incorrect library (boo#1094802)

OBS-URL: https://build.opensuse.org/request/show/612807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=6
2018-05-29 14:52:45 +00:00
Martin Pluskal
cd196feff2 - Fix incorrect library (boo#1094802)
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=18
2018-05-29 08:52:12 +00:00
Dominique Leuenberger
d40a54babf Accepting request 479807 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/479807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=5
2017-03-16 08:43:44 +00:00
Martin Pluskal
4f511a9905 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=16 2017-03-15 20:53:43 +00:00
Martin Pluskal
c859ada096 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=15 2017-03-15 15:19:52 +00:00
Martin Pluskal
92e450db0a OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=14 2017-03-15 15:16:50 +00:00
OBS User unknown
73a2a9056a trigger service run
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=12
2017-03-13 09:21:47 +00:00
Dominique Leuenberger
8fe1255e7c Accepting request 432349 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/432349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=4
2016-10-04 13:58:47 +00:00
Martin Pluskal
ab1e0921cf Accepting request 432229 from Application:Geo:Staging
OBS-URL: https://build.opensuse.org/request/show/432229
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=8
2016-10-02 07:50:36 +00:00
Angelos Tzotsos
d80479033d - Switched download link to OSGeo server
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=7
2016-09-30 21:14:04 +00:00
Dominique Leuenberger
5208be65a4 Accepting request 406875 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/406875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=3
2016-07-14 07:44:28 +00:00
Martin Pluskal
c6062777f6 Accepting request 406874 from home:TheBlackCat:branches:Application:Geo
Fix Group tag.

OBS-URL: https://build.opensuse.org/request/show/406874
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=5
2016-07-05 20:46:54 +00:00
Stephan Kulow
182213d903 Accepting request 306064 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/306064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=2
2015-05-11 17:38:33 +00:00
Martin Pluskal
5edde7b7e4 Accepting request 306063 from home:pluskalm:branches:Application:Geo
- Do not build or ship static libraries and .la files
- Remove useless conditions

OBS-URL: https://build.opensuse.org/request/show/306063
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=3
2015-05-09 09:07:00 +00:00
Dominique Leuenberger
044fa2c627 Accepting request 283869 from Application:Geo
New package

OBS-URL: https://build.opensuse.org/request/show/283869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geotiff?expand=0&rev=1
2015-02-05 09:59:52 +00:00
Martin Pluskal
a84ee0f1e3 Accepting request 283865 from Application:Geo
Move package

OBS-URL: https://build.opensuse.org/request/show/283865
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geotiff?expand=0&rev=1
2015-02-03 12:14:45 +00:00