aboutsummaryrefslogtreecommitdiff
path: root/ports/liblzma/portfile.cmake
AgeCommit message (Collapse)Author
2021-07-22[liblzma] add install bundle for support build target for ios platform. (#18829)Jimmy Lee
* [liblzma] add install bundle for support build target for ios platform. * Remove the deprecated functions * format vcpkg.json * Update the baseline version Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2020-11-20[liblzma] use upstream CMakeLists.txt + Add pkgconfig. (#14615)Alexander Neumann
* [liblzma] use upstream CMakeLists.txt + Add pkgconfig. * fixing regressions * add debug suffix. fix pkgconfig * fix cmake path * remove empty lines * fix wrapper * more fixes * fix findLibLZMA * fix patch for static builds
2020-07-29[liblzma] Patch headers to fix https://github.com/OpenTTD/OpenTTD/pull/7614 ↵Robert Schumacher
(#7226) * [liblzma] Patch headers to fix https://github.com/OpenTTD/OpenTTD/pull/7614 * Bump the version in CONTROL file Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-07-15[liblzma, libvpx] Add mingw support (#12401)Long Nguyen
* [liblzma] Update to v5.2.5 * [liblzma] Use WIN32 instead of MSVC * [libvpx] Add mingw support * Update portfile.cmake * Update CONTROL * Update CONTROL Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-04-27[ffmpeg] Fix ffmpeg[opencl, openssl, lzma] static build failed (#8797)Lily
* [ffmpeg] Fix ffmpeg[opencl, openssl] static build failed * [ffmpeg] Fix ffmpeg/CONTROL[lzma] static build failed * Fix conflict * Fix conflict * Fix conflict * [ffmpeg] Remove include(vcpkg_common_functions) * Remove include(vcpkg_common_functions) * [ffmpeg] Fix patch apply failed * Fix conflict * [ffmpeg] Fix conflict * [ffmpeg] Fix patch
2020-02-04[liblzma] Fix build failure (#7481)Alvin
* fix 7426 issue * fix 7426 issue -change the CONTROL file * [liblzma] Remove quantlib:x64-os from ci.baseline.txt * [liblzma] Update the CONTROL version
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-03-28[liblzma] Fix for UWP build (#5607)myd7349
2018-09-10Merge pull request #3990 from qmfrederik/updates/liblzmaAlexander Karatarakis
[liblzma] Update to 2.5.4
2018-08-01Update liblzma to version 5.2.4Frederik Carlier
2018-08-01Upgrade to intermediate liblzma versionFrederik Carlier
2018-07-14[liblzma] Enabled UWP buildsAybe
2018-03-01[liblzma] Switch sources to github mirror. Fixes #2913Robert Schumacher
2018-02-13[liblzma] Add usage informationRobert Schumacher
2017-11-26[ports] Mark several ports as unbuildable on UWPRobert Schumacher
2017-02-25[liblzma] update to 5.2.3codicodi
2016-12-25add liblzmacodicodi