Skip to content
Discussion options

You must be logged in to vote

We don't have such feature, so maybe you need to manually patch and bump libpng.

workaround

class ShakaPackager < Formula
  desc "Tool and media packaging SDK for DASH and HLS packaging and encryption"
  homepage "https://github.com/shaka-project/shaka-packager"
  license "BSD-3-Clause"
  head "https://github.com/shaka-project/shaka-packager.git", branch: "main"

  depends_on "cmake" => :build
  depends_on "ninja" => :build

  stable do
    url "https://github.com/shaka-project/shaka-packager.git",
        tag:      "v3.4.2",
        revision: "c819deaa2376399a89d41f3804bc72f4a20d9d6d"
    
    # see: https://github.com/shaka-project/shaka-packager/commit/7cd7e48e9cfd008542c2f7c7c292bde1…

Replies: 1 comment 3 replies

Comment options

daeho-ro
Nov 23, 2025
Collaborator Sponsor

You must be logged in to vote
3 replies
@jhelgert
Comment options

@daeho-ro
Comment options

daeho-ro Nov 23, 2025
Collaborator Sponsor

Answer selected by jhelgert
@jhelgert
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants