mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:39:01 +08:00
629acdf9d1
* update proj4 to 7.2.0 * fix cmake find * add tiff,curl feature * fix depends * Update fix-proj4-targets-cmake.patch * fix * remove tiff and curl when static build * fix windows static build error * Update ports/proj4/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * change port version * use find_dependency instead of find_package * Update fix-proj4-targets-cmake.patch * Update fix-proj4-targets-cmake.patch Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
19 lines
429 B
Plaintext
19 lines
429 B
Plaintext
Source: proj4
|
|
Version: 7.2.0
|
|
Homepage: https://github.com/OSGeo/PROJ
|
|
Description: PROJ.4 library for cartographic projections
|
|
Build-Depends: sqlite3[core]
|
|
Default-Features: database,tiff
|
|
|
|
Feature: tiff
|
|
Build-Depends: tiff
|
|
Description: Enable TIFF support to read some grids
|
|
|
|
Feature: database
|
|
Build-Depends: sqlite3[tool] (!uwp&!arm)
|
|
Description: generate database
|
|
|
|
Feature: tools
|
|
Build-Depends: curl
|
|
Description: generate tools
|