Skip to content

Commit

Permalink
svt-av1: add 1.4.1 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 26, 2023
1 parent 0da63fc commit 9f26811
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Formula/svt-av1.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
class SvtAv1 < Formula
desc "AV1 encoder"
homepage "https://gitlab.com/AOMediaCodec/SVT-AV1"
url "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.2.1/SVT-AV1-v1.2.1.tar.gz"
sha256 "5c2466eb2990fa045b29c63b92a2b5f13d9cb841709df5e7206f96a59e119fdd"
url "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.4.1/SVT-AV1-v1.4.1.tar.bz2"
sha256 "0e988582f315fe76c909accf5e7f81b975c5bd2b850ee760d8e9fac297f70b5d"
license "BSD-3-Clause"
head "https://gitlab.com/AOMediaCodec/SVT-AV1.git", branch: "master"

bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/svt-av1"
sha256 cellar: :any, mojave: "e52739a897468408fa382377781d2aa76033dcf9c25449a5725eb22420a87c9b"
sha256 cellar: :any, mojave: "9bdabbeb7caf9e068bceb7562975fbe8fad7054dd406cbba6e8b86f8c4a238c9"
end

depends_on "cmake" => :build
depends_on "make" => :build
depends_on "yasm" => :build

resource("homebrew-testvideo") do
on_intel do
depends_on "yasm" => :build
end

resource "homebrew-testvideo" do
url "https://github.com/grusell/svt-av1-homebrew-testdata/raw/main/video_64x64_yuv420p_25frames.yuv"
sha256 "0c5cc90b079d0d9c1ded1376357d23a9782a704a83e01731f50ccd162e246492"
end
Expand Down

0 comments on commit 9f26811

Please sign in to comment.