<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/ports/opencv, branch 2019.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>[opencv] Fixed OpenCV versioning using wrong commit (#6812)</title>
<updated>2019-06-18T20:37:48+00:00</updated>
<author>
<name>Philipp Hasper</name>
<email>opensource@ioxp.de</email>
</author>
<published>2019-06-18T20:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=99b39077441c17e2433c8ef0f7970611b039d377'/>
<id>99b39077441c17e2433c8ef0f7970611b039d377</id>
<content type='text'>
* [opencv] Fixed OpenCV versioning using wrong commit

As there is no OpenCV repository, the hash is wrongly determined

Closes #6708

* [opencv] cmake disable find package git
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [opencv] Fixed OpenCV versioning using wrong commit

As there is no OpenCV repository, the hash is wrongly determined

Closes #6708

* [opencv] cmake disable find package git
</pre>
</div>
</content>
</entry>
<entry>
<title>[opencv]Fix build error with feature gdcm: cannot find openjp2. (#6901)</title>
<updated>2019-06-17T17:54:44+00:00</updated>
<author>
<name>JackBoosY</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2019-06-17T17:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f63ddfec5e412ce77961daaae751ae829b34f3c3'/>
<id>f63ddfec5e412ce77961daaae751ae829b34f3c3</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>Enable to compile to a single opencv_world library file (#3914)</title>
<updated>2019-05-21T17:26:14+00:00</updated>
<author>
<name>Chuong Nguyen</name>
<email>chuong.v.nguyen@gmail.com</email>
</author>
<published>2019-05-21T17:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=85211f3ab66e15c7669a1c14a25564afcf31e2e6'/>
<id>85211f3ab66e15c7669a1c14a25564afcf31e2e6</id>
<content type='text'>
* Enable to compile to a single opencv_world library file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Enable to compile to a single opencv_world library file
</pre>
</div>
</content>
</entry>
<entry>
<title>[gdcm]Update to v3.0.0 and rename to gdcm. (#6348)</title>
<updated>2019-05-10T06:03:59+00:00</updated>
<author>
<name>JackBoosY</name>
<email>47264268+JackBoosY@users.noreply.github.com</email>
</author>
<published>2019-05-10T06:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ddec7174c17c927074c903a63f638808ad19ea07'/>
<id>ddec7174c17c927074c903a63f638808ad19ea07</id>
<content type='text'>
* [gdcm]Update to v3.0.0 and rename to gdcm.

* [gdcm2]Add empty port "gdcm2" mapping to port gdcm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [gdcm]Update to v3.0.0 and rename to gdcm.

* [gdcm2]Add empty port "gdcm2" mapping to port gdcm
</pre>
</div>
</content>
</entry>
<entry>
<title>[opencv] Make opencv build exportable (#5857)</title>
<updated>2019-03-31T05:35:10+00:00</updated>
<author>
<name>Sean Warren</name>
<email>s.warren@garvan.org.au</email>
</author>
<published>2019-03-31T05:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=52870c7595a63ade069ae51d5f4ee3a85fe4123f'/>
<id>52870c7595a63ade069ae51d5f4ee3a85fe4123f</id>
<content type='text'>
* [opencv] Make opencv build exportable

* [opencv] bump version number</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [opencv] Make opencv build exportable

* [opencv] bump version number</pre>
</div>
</content>
</entry>
<entry>
<title>Add nonfree feature; Update version str</title>
<updated>2019-03-05T17:08:05+00:00</updated>
<author>
<name>Griffin Downs</name>
<email>grdowns@microsoft.com</email>
</author>
<published>2019-03-05T17:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=3d7f31224ef0b22c7357cf05d526fdb2b3cfdb3d'/>
<id>3d7f31224ef0b22c7357cf05d526fdb2b3cfdb3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/grdowns/4802</title>
<updated>2019-02-28T00:44:17+00:00</updated>
<author>
<name>Griffin Downs</name>
<email>grdowns@microsoft.com</email>
</author>
<published>2019-02-28T00:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=1908903508bf057ad05d8a344e5bc55477944cb6'/>
<id>1908903508bf057ad05d8a344e5bc55477944cb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[opencv] enabling cublas (#3635)</title>
<updated>2019-02-27T03:07:22+00:00</updated>
<author>
<name>Ahmad Jarjis Hasan</name>
<email>ahmad.hasan2k8@gmail.com</email>
</author>
<published>2019-02-27T03:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a5e030f446624354269bfadd8420e621b73bb76b'/>
<id>a5e030f446624354269bfadd8420e621b73bb76b</id>
<content type='text'>
* [opencv] enabling cublas

* [opencv] Enable CUBLAS when instaling with cuda feature
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [opencv] enabling cublas

* [opencv] Enable CUBLAS when instaling with cuda feature
</pre>
</div>
</content>
</entry>
</feed>
