aboutsummaryrefslogtreecommitdiff
path: root/ports/freeimage
AgeCommit message (Collapse)Author
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
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-04-05[freeimage] fixup dependencies (#5969)Phil Christensen
2019-03-25[freeimage]Fix link symbols of tiff. (#5786)Inoue343
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.
2018-02-01[freeimage] Link webpmux.Robert Schumacher
2017-10-12[several ports] Remove CMake double expansions inside if() directivesRobert Schumacher
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-14[freeimage] use vcpkg-provided openexrcodicodi
2017-03-31[freeimage] Add build for FreeImagePlus.Robert Schumacher
2016-11-29[freeimage] Always define FREEIMAGE_LIB in static mode.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.