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 <ilovezfs@icloud.com>
This commit is contained in:
parent
6273663fe4
commit
0d4ca9d08c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue