aboutsummaryrefslogtreecommitdiff
path: root/ports/tiff/CONTROL
AgeCommit message (Collapse)Author
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
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-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
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
2016-11-26[curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on ↵Robert Schumacher
openssl.
2016-09-18Initial commitAlexander Karatarakis