aboutsummaryrefslogtreecommitdiff
path: root/ports/freeimage/portfile.cmake
AgeCommit message (Collapse)Author
2021-01-25[freeimage] Fix plugin disable patch (#15812)Jack·Boos·Yu
* [freeimage] Fix plugin disable patch * update version record
2021-01-05Fix for FreeImage incorrect image format enum after disabling vendor plugins ↵Gilad Bauman
(#15393)
2020-09-27[freeimage] Fixed link errors with libTIFF (#13720)TheReclif
2020-09-11[freeimage] Add freeimage-config.cmake (#12627)Lily
* [freeimage] Add vcpkg-cmake-wrapper.cmake * [freeimage] Prefer creating config.cmake instead of vcpkg-cmake-wrapper Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-06-26[vcpkg] Add vcpkg_from_sourceforge (1/2) (#11899)Jack·Boos·Yu
2020-01-06[freeimage libraw] Fix case issue on Linux (#8707)Phoebe
* [freeimage libraw] fix build issue on linux * Update the changes
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-05-09[freeimage,freeglut,giflib,libwebp] port patches from #5169 (#6364)Stefano Sinigardi
* [freeimage] improve compatibility with other ports, using typedefs identical to other headers to avoid errors * [libwebp] fixes for non-win32 systems * [giflib] revert again #5578 * [freeglut] add missing wrapper for linux
2019-04-25[freeglut] fix download URLs (#6035)Qing-Dong Wang
2019-02-26[freeimage, libwebp, OpenEXR, OpenVDB] Updates (#5417)Victor Romero
* [libwebp] update to v1.0.2, greatly simplify port, remove unnecessary custom find_package script in favour of original Config files for cmake * [libwebp] enable building of all tools * [libwebp] install cmake config file in expected path * [libwebp] add compatibility layer inside CMake Config file * [libwebp] fix libwebpmux library name * [OpenEXR] Update to v2.3.0, enable tools, improve cmake module while still maintaining backwards compatibility (there's an official one distributed with the package but it is completely different, for now it is avoided) * [OpenEXR] remove unused patches * [OpenEXR] remove forced definition, could hide problems downstream * [freeimage] add compatibility with latest OpenEXR * [freeimage] bump control * [OpenEXR] restore ilmbase as an empty package to permit clean update * [OpenVDB] update to v6.0 * [OpenEXR] disable building on UWP platform * [openexr] Fix tools suffixes * [openexr] Fix Linux build paths
2018-11-11[freeimage] Fix function overload with libjpeg-turbo 2.0.0TsukasaSugiura
Fix function overload with libjpeg-turbo 2.0.0 (jpeg_read_icc_profile and jpeg_write_icc_profile).
2018-11-11[freeimage] Update to FreeImage 3.18.0TsukasaSugiura
Update FreeImage port to FreeImage 3.18.0.
2017-06-14[freeimage] use vcpkg-provided openexrcodicodi
2017-03-31[freeimage] Add build for FreeImagePlus.Robert Schumacher
2016-11-29[freeimage] Add vcpkg_copy_pdbs()Silvio Traversaro
2016-11-28Add freeimage portSilvio
Extensive modification have been done to support building with external dependencies. The biggest change is a new CMake-based build system. Several patches are based on the equivalent ones used in Debian packaging, see http://sources.debian.net/patches/freeimage . The only dependency for which the internal version is still used is OpenEXR.