Skip to content

Commit

Permalink
Merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 27, 2024
1 parent e4d588c commit b9baf5d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Formula/imagemagick.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Imagemagick < Formula
desc "Tools and libraries to manipulate images in many formats (X11 support)"
homepage "https://imagemagick.org/index.php"
url "https://imagemagick.org/archive/releases/ImageMagick-7.1.1-32.tar.xz"
sha256 "e7a6b98f105e6b0f4f1b1e1d72f002262cc1a375b8c05b5f9e8dd2be438897d2"
url "https://imagemagick.org/archive/releases/ImageMagick-7.1.1-33.tar.xz"
sha256 "c021effec02d18df2e55fbbe68b10b95366c1869143b08d7e8e16f471a0ddea1"
license "ImageMagick"
head "https://github.com/ImageMagick/ImageMagick.git", branch: "main"

Expand All @@ -13,9 +13,11 @@ class Imagemagick < Formula


depends_on "pkg-config" => :build
depends_on "fontconfig"
depends_on "freetype"
depends_on "ghostscript"
depends_on "jpeg-turbo"
depends_on "jpeg-xl"
depends_on "libheif"
depends_on "liblqr"
depends_on "libpng"
Expand All @@ -33,6 +35,9 @@ class Imagemagick < Formula
uses_from_macos "zlib"

on_macos do
depends_on "gettext"
depends_on "glib"
depends_on "imath"
depends_on "libomp"
end

Expand Down

0 comments on commit b9baf5d

Please sign in to comment.