aboutsummaryrefslogtreecommitdiff
path: root/ports/selene
AgeCommit message (Collapse)Author
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-01-26[selene] Update to v0.3. (#5192)Michael Hofmann
* [selene] Update to v0.3. Add libtiff as a dependency. Update release hash. Remove the `vcpkg_check_linkage` call, since the relevant symbols for shared libraries are now explicitly exported. * [selene] Update to v0.3.1. Also reinstate linkage check.
2019-01-15[selene] Update to v0.2. (#4920)Michael Hofmann
* [selene] Update to v0.2. * [selene] Simplify portfile slightly * [selene] Ensure the library is only built statically.
2018-05-26[selene] Update to v0.1.1 (bugfix release).Michael Hofmann
2018-05-25Add new port: selene (https://github.com/kmhofmann/selene)Michael Hofmann