cmus: Add opusfile dep.
Opusfile is needed if one wants to play audio encoded with the Opus codec. Closes #41670. Signed-off-by: Sean Molenaar <smillerdev@me.com>
This commit is contained in:
parent
5389f5690e
commit
e0b43ce197
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ class Cmus < Formula
|
|||
homepage "https://cmus.github.io/"
|
||||
url "https://github.com/cmus/cmus/archive/v2.8.0.tar.gz"
|
||||
sha256 "756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2"
|
||||
revision 1
|
||||
head "https://github.com/cmus/cmus.git"
|
||||
|
||||
bottle do
|
||||
|
@ -20,6 +21,7 @@ class Cmus < Formula
|
|||
depends_on "libvorbis"
|
||||
depends_on "mad"
|
||||
depends_on "mp4v2"
|
||||
depends_on "opusfile"
|
||||
|
||||
def install
|
||||
system "./configure", "prefix=#{prefix}", "mandir=#{man}"
|
||||
|
|
Loading…
Reference in a new issue