Skip to content

Commit

Permalink
libheif: add 1.14.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 18, 2023
1 parent d4992ba commit dc0346d
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions Formula/libheif.rb
Original file line number Diff line number Diff line change
@@ -1,38 +1,25 @@
class Libheif < Formula
desc "ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
homepage "https://www.libde265.org/"
url "https://github.com/strukturag/libheif/releases/download/v1.12.0/libheif-1.12.0.tar.gz"
sha256 "e1ac2abb354fdc8ccdca71363ebad7503ad731c84022cf460837f0839e171718"
url "https://github.com/strukturag/libheif/releases/download/v1.14.0/libheif-1.14.0.tar.gz"
sha256 "9a2b969d827e162fa9eba582ebd0c9f6891f16e426ef608d089b1f24962295b5"
license "LGPL-3.0-only"
revision 1

bottle do
sha256 cellar: :any, arm64_monterey: "6285488bd07d49e996a1be0dfe7296051ade71cc2078ecbaa2243afd05afe560"
sha256 cellar: :any, arm64_big_sur: "ccf8a9fecc4629a5ae7b7cdb2db8e86c74cf70ab345f960d513e45b57f646174"
sha256 cellar: :any, monterey: "b2cadb8ecf0985f007340e54853ffa685f57fd4dba8cae4bae37499119a9fe04"
sha256 cellar: :any, big_sur: "6a82cb078278ee9e6240b6c738308974ca3a4ef545c30016f8395967bb6f4959"
sha256 cellar: :any, catalina: "9ed1d527c347fa67d346d5d638b1760177693819d167c7dc549ebabcaabc428c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6382a34a85ddc5cb1a8359de883c18867340294b2f662e84650b287f04324484"
root_url "https://github.com/gromgit/homebrew-core-aarch64_linux/releases/download/libheif"
sha256 cellar: :any_skip_relocation, aarch64_linux: "c6b89db7ed30cf54ad96013258c0088c587c208396d6740a1951b3d8d2527144"
end

depends_on "pkg-config" => :build
depends_on "aom"
depends_on "jpeg"
depends_on "jpeg-turbo"
depends_on "libde265"
depends_on "libpng"
depends_on "shared-mime-info"
depends_on "x265"

# Fix -flat_namespace being used on Big Sur and later.
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/03cf8088210822aa2c1ab544ed58ea04c897d9c4/libtool/configure-big_sur.diff"
sha256 "35acd6aebc19843f1a2b3a63e880baceb0f5278ab1ace661e57a502d9d78c93c"
end

def install
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "./configure", *std_configure_args, "--disable-silent-rules"
system "make", "install"
pkgshare.install "examples/example.heic"
pkgshare.install "examples/example.avif"
Expand All @@ -51,7 +38,7 @@ def post_install
assert_predicate testpath/"exampleheic-1.jpg", :exist?
assert_predicate testpath/"exampleheic-2.jpg", :exist?

output = "File contains 1 images"
output = "File contains 1 image"
example = pkgshare/"example.avif"
exout = testpath/"exampleavif.jpg"

Expand Down

0 comments on commit dc0346d

Please sign in to comment.