aboutsummaryrefslogtreecommitdiff
path: root/versions/t-/tiff.json
AgeCommit message (Collapse)Author
2021-10-13[tiff] Fix find_package in cmake wrapper (#18473)Kai Pastor
* Revise tiff cmake wrapper * x-add-version * Use variables from vcpkg_check_features * x-add-version * Set CMP0012 to allow 'if(ON)' * x-add-version * Restore early call to _find_package * Move wrapper vars to z_vcpkg namespace * Use more common conditional dependency configuration * Don't touch TIFF_LIBRARY * Pass on QUIET option * Update versions
2021-07-22[tiff] Fix build on arm64-linux (#18511)Kai Pastor
* Fix FindCMath * x-add-version
2021-06-09[tiff] Update to 4.3.0, improvements (#18187)Kai Pastor
* Format manifest * Update to 4.3.0 * Revise features and dependencies * Fix pc files * Quote filepath expressions * Switch to port vcpkg-cmake * Use features for vcpkg-cmake-wrapper * [selene] Don't warn/fail on using deprecated types from tiff * x-add-version * Use proper 'version' field * [selene] Format manifest * [selene] Modernize build file * Overwrite version and git-tree * Rebuild * Implement review comment * Overwrite git-tree * Rename cmake wrapper template * Overwrite git-tree
2021-04-19[tiff] support zstd compression in TIFF image files (take 2) (#16610)ghesketh
* support zstd compression in TIFF image files * x-add-version tiff * support WebP compression in TIFF image files * x-add-version tiff * Revert "x-add-version tiff" with WebP This reverts commit f1a5a53dc9eaa063e2ca193f4fddeb6fcb5a9df4. * Revert "support WebP compression in TIFF image files" This reverts commit f9ac7fe53761a3b602269286c7f0f6d754247de2.
2021-01-22[tiff] add vcpkg_fixup_pkgconfig for tiff (#15734)Alexander Neumann
* [tiff] add vcpkg_fixup_pkgconfig for tiff * add version * fix tiff deps in *.pc file * update version
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca