Skip to content

Commit

Permalink
libde265: add 1.0.9 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 18, 2023
1 parent 2eaa717 commit 7643be8
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions Formula/libde265.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
class Libde265 < Formula
desc "Open h.265 video codec implementation"
homepage "https://github.com/strukturag/libde265"
url "https://github.com/strukturag/libde265/releases/download/v1.0.8/libde265-1.0.8.tar.gz"
sha256 "24c791dd334fa521762320ff54f0febfd3c09fc978880a8c5fbc40a88f21d905"
url "https://github.com/strukturag/libde265/releases/download/v1.0.9/libde265-1.0.9.tar.gz"
sha256 "29bc6b64bf658d81a4446a3f98e0e4636fd4fd3d971b072d440cef987d5439de"
license "LGPL-3.0-or-later"

bottle do
sha256 cellar: :any, arm64_monterey: "e50069b8cfb753b45940ea5f95d0a44683ccfb582986947b7369d8ec404de46e"
sha256 cellar: :any, arm64_big_sur: "856e3db9a951f15fc2e3c416ddf64c8336d405fc1e407e4728804009034367e6"
sha256 cellar: :any, monterey: "2b6de4ce4fd4899e31114857b06a0993a915ef1eb55e4039b770775372d8ba62"
sha256 cellar: :any, big_sur: "6c809d037d6fe6c99a4c1492882c1e4ba720c9ead911b587da26dcb352fc5524"
sha256 cellar: :any, catalina: "774fe5c9c849784aa10648fe3fae971c7d702a47807b6954c8a8763368bce9fc"
sha256 cellar: :any, mojave: "344e3a6eab4addecd812a51ef0d6e0db5e894c26a455603a6b4f4972757a5994"
sha256 cellar: :any, high_sierra: "bcb11c6ab6f03a76ae39a1972ed5a8779e785fdc6a62591823bdf8e2ac102890"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9c77fa36a474fb41cb046ea5215313b160e5b61ac206b268574f75d2cac1ab18"
root_url "https://github.com/gromgit/homebrew-core-aarch64_linux/releases/download/libde265"
sha256 cellar: :any_skip_relocation, aarch64_linux: "7fafa3b76ff1ced99a8e4f39346f8a8fdc471d23df5dd30d9060cb29051665ec"
end

# Fix -flat_namespace being used on Big Sur and later.
Expand All @@ -24,7 +18,7 @@ class Libde265 < Formula

def install
extra_args = []
extra_args << "--build=aarch64-apple-darwin#{OS.kernel_version}" if Hardware::CPU.arm?
extra_args << "--build=aarch64-apple-darwin#{OS.kernel_version}" if OS.mac? && Hardware::CPU.arm?

system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
Expand Down

0 comments on commit 7643be8

Please sign in to comment.