From 0d4ca9d08c76ef5388665d8e6f71ba330ba6cce0 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 11 Apr 2018 06:05:17 +0100 Subject: [PATCH] imagemagick: add libde265 optional dependency Provides optional HEIF support. Note the upstream PR here, which may change things in the future in terms of how this option needs handling: https://github.com/ImageMagick/ImageMagick/pull/1099 Fixes #26444. Closes #26959. Signed-off-by: ilovezfs --- Formula/imagemagick.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/imagemagick.rb b/Formula/imagemagick.rb index b65ef07a0c..735704e35f 100644 --- a/Formula/imagemagick.rb +++ b/Formula/imagemagick.rb @@ -17,6 +17,7 @@ class Imagemagick < Formula option "with-fftw", "Compile with FFTW support" option "with-hdri", "Compile with HDRI support" + option "with-libde265", "Compile with HEIF support" option "with-opencl", "Compile with OpenCL support" option "with-openmp", "Compile with OpenMP support" option "with-perl", "Compile with PerlMagick" @@ -42,6 +43,7 @@ class Imagemagick < Formula depends_on "fontconfig" => :optional depends_on "little-cms" => :optional depends_on "little-cms2" => :optional + depends_on "libde265" => :optional depends_on "libwmf" => :optional depends_on "librsvg" => :optional depends_on "liblqr" => :optional