aboutsummaryrefslogtreecommitdiff
path: root/ports/openmesh
AgeCommit message (Collapse)Author
2019-04-03[openmesh]Update version to 8.0 (#5923)wangli28
2018-09-04[GraphicsMagick] bug-fix: image files won't load (#4215)David Ludwig
* [GraphicsMagick] bug-fix: image files won't load GM (GraphicsMagick) was failing to load image files, notably PNG or JPEG images, as it was being compiled with support for 'GraphicsMagick Modules'. These are files with names specific to GM, and of the format, 'IM_*.dll'. vcpkg's install process was not setting these up. This patch makes sure that when GM is built, it embed's GM's own image-loading code into graphicsmagick.dll. * [vcpkg_extract_source_archive_ex] Add PATCHES argument * [openmesh] Use direct download instead of gitlab * [blaze] Use PATCHES argument * [graphicsmagick] Use vcpkg_extract_source_archive_ex
2018-05-14Update OpenMesh to 7.0 and use new gitlab function.Samuel Kogler
2018-03-14Add OpenMesh 6.3(without apps) (#3032)itsuhane