aboutsummaryrefslogtreecommitdiff
path: root/ports/lcms
AgeCommit message (Collapse)Author
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-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-21[many ports] Updates 2019.05.19 (#6524)Robert Schumacher
2018-08-07Freeimage/libraw/lcms debug build fixes (#3643)trylle
* Patch libraw-local FindLCMS2.cmake to handle debug postfix * Remove library statement from def as name is incorrect for debug builds https://msdn.microsoft.com/en-us/library/d91k01sh.aspx claims it is required, but works fine (better) without. * Patch FindLibRaw.cmake to handle debug postfix * [lcms] Use vcpkg_from_github()'s PATCHES parameter
2017-11-21[lcms] Bump package versionRobert Schumacher
2017-11-14[lcms] Add 'd' debug postfixSean Warren
2017-09-12Fix several port hashes due to github tar.gz changeAlexander Karatarakis
It looks like github changed the version (or the generally the way) they do tars, causing some hash mismatches. This fixes the affected ports.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-19[lcms] Remove vcpkg_build_cmake()Robert Schumacher
2017-08-19[lcms] fix header fileMikhail Paulyshka
* fix header file * prefer ninja * use github
2017-07-28[lcms] Version bumpRobert Schumacher
2017-07-25[lcms] rename library to lcms2Mikhail Paulyshka
2017-01-30implment reviews.agadoul
2017-01-30use induced library type.agadoul
2016-12-15uncomment removal of utf-8 flagagadoul
2016-12-15fix warning due to encoding.agadoul
2016-12-14support lcms library (http://www.littlecms.com/download.html)Axel Barrot