<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/tiff, branch 2020.06</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[tiff] Install runtime deps for tiff[tool] (#11364)</title>
<updated>2020-05-16T00:04:10+00:00</updated>
<author>
<name>Thomas Gwynne-Timothy</name>
<email>thomas.gt@live.com</email>
</author>
<published>2020-05-16T00:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=9db3ff7a06d0afaa59d8f51563e8de6e0c1a8cba'/>
<id>9db3ff7a06d0afaa59d8f51563e8de6e0c1a8cba</id>
<content type='text'>
* Install runtime deps for tiff[tool]

fixes microsoft/vcpkg#11361

* Remove deprecated include

* Increment port version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Install runtime deps for tiff[tool]

fixes microsoft/vcpkg#11361

* Remove deprecated include

* Increment port version</pre>
</div>
</content>
</entry>
<entry>
<title>[tiff] Make BUILD_TOOLS option a feature (#9010)</title>
<updated>2019-11-22T01:00:19+00:00</updated>
<author>
<name>Raynor Vliegendhart</name>
<email>shinnonoir+git@gmail.com</email>
</author>
<published>2019-11-22T01:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=90a40c6658396d0dd8ad980239d722f337543eac'/>
<id>90a40c6658396d0dd8ad980239d722f337543eac</id>
<content type='text'>
* [tiff] Make BUILD_TOOLS option a feature

* [tiff] Fix tool-feature for static linkage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [tiff] Make BUILD_TOOLS option a feature

* [tiff] Fix tool-feature for static linkage
</pre>
</div>
</content>
</entry>
<entry>
<title>[tiff][tesseract][xerces-c] Disable unmanaged optional dependencies (#7622)</title>
<updated>2019-08-12T21:42:45+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2019-08-12T21:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0e9d0cd89bf0bb13d24ef78ccf3a528215a5dc0b'/>
<id>0e9d0cd89bf0bb13d24ef78ccf3a528215a5dc0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[WIP] Add a Homepage URL entry for vcpkg ports (#2933)</title>
<updated>2019-06-15T23:54:47+00:00</updated>
<author>
<name>pravic</name>
<email>ehysta@gmail.com</email>
</author>
<published>2019-06-15T23:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad'/>
<id>18b029a5e3997fa4fdc7d3d06d56568a1d6f74ad</id>
<content type='text'>
* [vcpkg] Add "Homepage" field to the CONTROL files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] Add "Homepage" field to the CONTROL files.</pre>
</div>
</content>
</entry>
<entry>
<title>[LibLZMA] automatic configuration (#6000)</title>
<updated>2019-05-28T23:58:00+00:00</updated>
<author>
<name>Stefano Sinigardi</name>
<email>stesinigardi@hotmail.com</email>
</author>
<published>2019-05-28T23:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a9303736fdda58cf5ff3ccc969be917580493c91'/>
<id>a9303736fdda58cf5ff3ccc969be917580493c91</id>
<content type='text'>
* [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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [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
</pre>
</div>
</content>
</entry>
<entry>
<title>[tiff] Changed library linkage to static. (#5766)</title>
<updated>2019-03-22T06:10:23+00:00</updated>
<author>
<name>Alexej Harm</name>
<email>alexej.h@xiphos.de</email>
</author>
<published>2019-03-22T06:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6e8725ba64ffd81650d67feb5ecc69b6df4b4307'/>
<id>6e8725ba64ffd81650d67feb5ecc69b6df4b4307</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tiff] use vcpkg wrapper for all configs, remove dead code (#5584)</title>
<updated>2019-03-14T05:51:16+00:00</updated>
<author>
<name>Stefano Sinigardi</name>
<email>stesinigardi@hotmail.com</email>
</author>
<published>2019-03-14T05:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0e77ca352eea87a776f14843f048ea83e1a49255'/>
<id>0e77ca352eea87a776f14843f048ea83e1a49255</id>
<content type='text'>
* [tiff] use vcpkg wrapper for all configs, remove dead code

* [tiff] update CONTROL
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [tiff] use vcpkg wrapper for all configs, remove dead code

* [tiff] update CONTROL
</pre>
</div>
</content>
</entry>
<entry>
<title>[tiff] Disable libwebp support. (#5348)</title>
<updated>2019-02-14T18:22:04+00:00</updated>
<author>
<name>Michael Hofmann</name>
<email>kmhofmann@users.noreply.github.com</email>
</author>
<published>2019-02-14T18:22:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4f7460f685e9f54667cdf62c51e65ac079676c83'/>
<id>4f7460f685e9f54667cdf62c51e65ac079676c83</id>
<content type='text'>
* [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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [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
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tiff build for uwp</title>
<updated>2019-01-22T08:40:24+00:00</updated>
<author>
<name>huangqinjin</name>
<email>huangqinjin@gmail.com</email>
</author>
<published>2019-01-22T08:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ea29ebaf375b2bd26c0132cd483b05d6339e8f91'/>
<id>ea29ebaf375b2bd26c0132cd483b05d6339e8f91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[zxing] ZXing library port added. (#4854)</title>
<updated>2018-12-19T01:47:01+00:00</updated>
<author>
<name>Pavel Mach</name>
<email>machpavel@gmail.com</email>
</author>
<published>2018-12-19T01:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d40eb181742082f25c1de6a829552174ae0350d7'/>
<id>d40eb181742082f25c1de6a829552174ae0350d7</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
</feed>
