aboutsummaryrefslogtreecommitdiff
path: root/ports/tiff
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
2020-08-07[tiff] Update 4.0.10 to 4.1.0 (#12559)Radwan Ibrahim
* Update tiff 4.0.10 to 4.1.0 * Update portfile.cmake Co-authored-by: Radwan Ibrahim <Radwan.Ibrahim@cosmonio.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com> Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-05-15[tiff] Install runtime deps for tiff[tool] (#11364)Thomas Gwynne-Timothy
* Install runtime deps for tiff[tool] fixes microsoft/vcpkg#11361 * Remove deprecated include * Increment port version
2019-11-21[tiff] Make BUILD_TOOLS option a feature (#9010)Raynor Vliegendhart
* [tiff] Make BUILD_TOOLS option a feature * [tiff] Fix tool-feature for static linkage
2019-08-12[tiff][tesseract][xerces-c] Disable unmanaged optional dependencies (#7622)Robert Schumacher
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-28[LibLZMA] automatic configuration (#6000)Stefano Sinigardi
* [LibLZMA] add a config-generated by CMake * bump control files of LibLZMA and dependent ports * [tiff] use proper liblzma target [OpenCV] add an explicit dependency on LibLZMA for static linking * [liblzma] fix header install path * [LibLZMA] avoid using targets in old symbols * fixes for windows-static and trying to see if CI is happier with a share/lib folder written in lowercase * [LibLZMA] use only modern CMake language, remove patch in favour of target public definition * [lzma] put symbols in cmake cache * [libxmlpp] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS regression * [lzma] fix header install path * [liblzma] install wrapper to force config mode * [liblzma] remove function check inside cmake config since we know it will pass * [liblzma] wrapper fix * [tiff,geotiff] general cleanup and patch fixes * [libgeotiff] remove debug tools * [tesseract] modernize * [tiff] fix also tiff_library symbol * [pdal,libgeotiff] better library integration * [tiff] restore using unix i/o on UWP, since it was working... for sure win32 one cannot work * [tiff] enable lzma also on uwp, since it works and is requested by many dependencies * [selene] enable build on arm/arm64-windows, which was surely broken before * [lzma] uniform naming with cmake 3.14 * [podofo] fix regression, it requires openssl which was disabled in dependencies * [many ports] remove unnecessary mods * [boost-iostream] chmod * [openssl] fix regression due to missing architecture * [podofo] fix regression on uwp due to missing include * [libpq] explicitly fail on UWP, it should avoid being marked as regression * [shiva] fix regression on linux
2019-03-21[tiff] Changed library linkage to static. (#5766)Alexej Harm
2019-03-13[tiff] use vcpkg wrapper for all configs, remove dead code (#5584)Stefano Sinigardi
* [tiff] use vcpkg wrapper for all configs, remove dead code * [tiff] update CONTROL
2019-02-14[tiff] Disable libwebp support. (#5348)Michael Hofmann
* [tiff]: disable libwebp support. Since version 4.0.10, libtiff supports optional compression modes using either libweb or zstd. When libtiff is built, and libwebp and/or zstd are found anywhere on the system, these modes will be enabled. However, the respective libraries are not added as link targets, so this will result in linker errors for any unsuspecting project using libtiff. Since zstd support was already disabled by a previous commit, I have also simply disabled libwebp support to fix this issue. A more proper fix might be to add both libwebp and zstd as required libtiff dependencies, and to patch libtiff's CMakeLists.txt, such that these libraries are properly linked to. However, it is currently very unlikely to encounter TIFF images in the wild compressed using either of these methods, so the effect of disabling support may not be noticeable at all. * [tiff] Change CONTROL version
2019-01-22fix tiff build for uwphuangqinjin
2018-12-18[zxing] ZXing library port added. (#4854)Pavel Mach
* ZXing library port added. * ZXing dependency to opencv[webp] added. * [zxing-cpp] Rename from zxing. Use full ref. Only require opencv[core]. * [tiff] Disable zstd dependency. Todo: add feature. * [zxing-cpp] Disable optional iconv reference
2018-11-15tiff: Version 4.0.10Roger Leigh
2018-10-26[tiff] Disable use of liblzma in uwp to enable buildingRobert Schumacher
2018-10-25[tiff] Use lzma on linuxRobert Schumacher
2018-09-24[cairo][expat][fontconfig][graphicsmagick][libjpeg-turbo][pixman][tiff] Add ↵Robert Schumacher
unofficial targets and usage information
2018-08-03[libgeotiff] support linux build (#3843)Hiroshi Miura
* [libgeotiff] fix compile on linux Fix cmake libtiff functions detetion failure caused by finding no functions in libm. Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [libgeotiff] fix utility binary handling in linux Signed-off-by: Hiroshi Miura <miurahr@linux.com> * [tiff] Fix static transitive dependencies * [libgeotiff] Fix .dll and .exe manipulation * [leptonica] Find dependencies in installed cmake config file * [tiff] Do not add cmake targets to TIFF_LIBRARIES * [tiff] Link consumers against m on unix platforms
2018-01-19[tiff] update to 4.0.9Ivy Snow
2018-01-03Add preliminary support for arm-windows and arm64-windows triplets (#2371)Jacek Blaszczynski
* Add preliminary support for arm-windows and arm64-windows triplets Visual Studio 15.4 shipped with new VC tools targeting arm and arm64 for desktop. This change allows for recognition and usage of new triplets supporting arm and arm64 Windows desktop and server targets. * Remove unnecessary changes * Part 2 * Part 3 * Make detection of Arm64 _VCPKG_TARGET_ARCHITECTURE precise * Enforce usage of Visual Studio CMake generatorfor arm and temporarily arm64 targets * Address code review feedback, clean libjpeg-turbo port.cmake * [libjpeg-turbo][tiff] Reduce changes to existing libraries. * [vcpkg-cmake] Simplify toolchain selection logic and improve comments
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-01change qualifier bracket to parensDaniel Shaw
2017-06-10[tiff] update to 4.0.8codicodi
2017-04-19[tiff] Fix UWP builds for version 4.0.7Robert Schumacher
2017-03-23[tiff] Update to version 4.0.7Robert Schumacher
2017-03-23[tiff] Add support for jpeg, lzma, and glut. Add c++ support.Robert Schumacher
2017-01-12[tiff] Bump version for change due to UWP support.Robert Schumacher
2017-01-09added patch to enable uwp buildsDale Stammen
2016-11-26[curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on ↵Robert Schumacher
openssl.
2016-11-11Fix tiff patch pathMårten Nordheim
2016-11-10[tiff] Disable non-essential components. Fixes #259.Robert Schumacher
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-11-02[tiff] Remove bin directories in static buildsAlexander Karatarakis
2016-10-26[tiff] Enable static buildingAlexander Karatarakis
2016-10-06Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123Robert Schumacher
2016-09-28Introduce SOURCE_PATH to almost all portfilesAlexander Karatarakis
2016-09-25URL and MIRRORS are now URLSNinetainedo
Updated all portfiles accordingly.
2016-09-22Second part of updated portfilesNinetainedo
2016-09-20[tiff] Updated source URL. Fixes #33Robert Schumacher
2016-09-18Initial commitAlexander Karatarakis