aboutsummaryrefslogtreecommitdiff
path: root/ports/graphicsmagick/disable_graphicsmagick_modules.patch
AgeCommit message (Collapse)Author
2020-01-10[graphicsmagick] Updated to GraphicsMagick-1.3.34 (#9596)Josue Andrade Gomes
* Updated to GraphicsMagick-1.3.34 * Fixes after review
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