mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:21:38 +08:00
d70c4e356c
* When linking gdal with static libpng, it fails because the libpng vcpkg port has references to zlib symbols that aren't present in the internal copy of zlib that gdal builds/links against. To fix this, have the gdal port pull in a vcpkg zlib port as another dependency and have it build/link against that instead. * [gdal]: Bump portfile version as master is already at 2.4.1-2
13 lines
489 B
Plaintext
13 lines
489 B
Plaintext
Source: gdal
|
|
Version: 2.4.1-3
|
|
Description: The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data.
|
|
Build-Depends: proj, libpng, geos, sqlite3, curl, expat, libpq, openjpeg, libwebp, libxml2, liblzma, netcdf-c, hdf5, zlib
|
|
|
|
Feature: mysql-libmariadb
|
|
Build-Depends: libmariadb
|
|
Description: Add mysql support using libmariadb
|
|
|
|
Feature: libspatialite
|
|
Build-Depends: libspatialite
|
|
Description: Create or update SpatiaLite databases using libspatialite
|