Commit Graph

19 Commits

Author SHA1 Message Date
Stefano Sinigardi
a9303736fd [LibLZMA] automatic configuration (#6000)
* [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-05-28 16:58:00 -07:00
Alexej Harm
6e8725ba64 [tiff] Changed library linkage to static. (#5766) 2019-03-21 23:10:23 -07:00
Stefano Sinigardi
0e77ca352e [tiff] use vcpkg wrapper for all configs, remove dead code (#5584)
* [tiff] use vcpkg wrapper for all configs, remove dead code

* [tiff] update CONTROL
2019-03-13 22:51:16 -07:00
Michael Hofmann
4f7460f685 [tiff] Disable libwebp support. (#5348)
* [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-02-14 10:22:04 -08:00
Pavel Mach
d40eb18174 [zxing] ZXing library port added. (#4854)
* 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-12-18 17:47:01 -08:00
Roger Leigh
6cacd43852 tiff: Version 4.0.10 2018-11-15 07:19:02 +00:00
Robert Schumacher
74d385ff16 [tiff] Disable use of liblzma in uwp to enable building 2018-10-26 21:37:51 -07:00
Robert Schumacher
bdb1ae9907 [tiff] Use lzma on linux 2018-10-25 10:28:08 -07:00
Hiroshi Miura
3eeaf564d1 [libgeotiff] support linux build (#3843)
* [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-08-03 00:14:51 -07:00
Ivy Snow
c761d3704d [tiff] update to 4.0.9 2018-01-19 13:13:06 +08:00
Alexander Karatarakis
26516fe485 vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7) 2017-09-09 00:12:54 -07:00
Daniel Shaw
957cb214e9 change qualifier bracket to parens 2017-08-01 15:21:49 -07:00
codicodi
7cfb833673 [tiff] update to 4.0.8 2017-06-10 15:03:48 +02:00
Robert Schumacher
280a6c6d7f [tiff] Fix UWP builds for version 4.0.7 2017-04-19 01:02:35 -07:00
Robert Schumacher
83ae9d8bb3 [tiff] Update to version 4.0.7 2017-03-23 21:59:18 -07:00
Robert Schumacher
986ed6b918 [tiff] Add support for jpeg, lzma, and glut. Add c++ support. 2017-03-23 14:33:22 -07:00
Robert Schumacher
41eba85b32 [tiff] Bump version for change due to UWP support. 2017-01-12 16:48:51 -08:00
Robert Schumacher
7e4a57fbfd [curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on openssl. 2016-11-26 00:15:57 -08:00
Alexander Karatarakis
ccca198c1b Initial commit 2016-09-18 20:54:03 -07:00