SHA256
1
0
forked from pool/gdal
gdal/gdal-perl.patch
Martin Pluskal 2bdf647cbf Accepting request 660945 from home:Guillaume_G:branches:Application:Geo
- Update to 2.4.0:
  * In a nutshell:
    - New GDAL drivers:
      ​BYN: read/write support for Natural Resources Canada's Geoid binary format
      ​EEDAI: read-only driver for Google Earth Engine Data API
      IGNFHeightASCIIGrid: read-only driver to read IGN-France height correction ASCII grids
      ​NGW: NextGIS Web read-only driver
      NTv1: read-only driver for NTv1 datum shift grids 
    - New OGR drivers:
      ​EEDA: read-only driver for Google Earth Engine Data API
      ​GeoJSONSeq: read/creation support of new-line or record-separator separated GeoJSON features (#378)
      ​NGW: NextGIS Web read-write driver 
    - Improved drivers:
      BAG: add read support for variable-resolution grids, and write support for single-resolution grids
      GTiff driver: add Lerc and WebP codecs
      PostgisRaster?: add support for out-db rasters
      RMF
      MSSQLSpatial 
    - RFC 72: Make GDAL Python autotest suite use pytest framework
    - Add /vsihdfs/ virtual file system handler for Hadoop File System (via libhdfs)
    - Add /vsiwebhdfs/ read-write virtual file system for Web Hadoop File System REST API
    - gdal_contour rewriting: speed optimizations and capability to compute polygon isosurfaces.
    - Remove PHP and Ruby bindings.
    - Continued code linting in C++, Python scripts, Shell scripts and autotest 
  * Backward compatibility issues
    - The value of COMPRESSION_ZSTD used for ZStd-in-TIFF compression has been changed. 
      ZStd-compressed TIFF files produced by GDAL 2.3.0 will not be readable 
  * Full changelog: https://trac.osgeo.org/gdal/wiki/Release/2.4.0-News
- Add md5 checksum
- Refresh patch:
  * gdal-perl.patch

OBS-URL: https://build.opensuse.org/request/show/660945
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=80
2018-12-24 12:03:51 +00:00

25 lines
984 B
Diff

diff -purN gdal-2.4.0.orig/swig/perl/GNUmakefile gdal-2.4.0/swig/perl/GNUmakefile
--- gdal-2.4.0.orig/swig/perl/GNUmakefile 2018-12-14 22:34:20.000000000 +0100
+++ gdal-2.4.0/swig/perl/GNUmakefile 2018-12-21 17:37:59.897136465 +0100
@@ -28,7 +28,7 @@ build: Makefile_Geo__GDAL
if [ -f Makefile_Geo__GNM ]; then $(MAKE) -f Makefile_Geo__GNM; fi
Makefile_Geo__GDAL: ${WRAPPERS} Makefile.PL
- perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
+ perl Makefile.PL INSTALLDIRS=vendor
test: build
$(MAKE) -f Makefile_Geo__GDAL test
diff -purN gdal-2.4.0.orig/swig/perl/Makefile gdal-2.4.0/swig/perl/Makefile
--- gdal-2.4.0.orig/swig/perl/Makefile 2018-12-14 22:34:20.000000000 +0100
+++ gdal-2.4.0/swig/perl/Makefile 2018-12-21 17:37:45.553036952 +0100
@@ -7,7 +7,7 @@ build: Makefile_Geo__GDAL
$(MAKE) -f Makefile_Geo__OSR
Makefile_Geo__GDAL:
- perl Makefile.PL INSTALL_BASE=$(INST_PREFIX)
+ perl Makefile.PL INSTALLDIRS=vendor
test: build
$(MAKE) -f Makefile_Geo__GDAL test