Skip to content

Commit f069266

Browse files
committed
ncspot: use rodio backend to avoid extra PortAudio layer
1 parent b687f24 commit f069266

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Formula/n/ncspot.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ class Ncspot < Formula
2020

2121
uses_from_macos "python" => :build
2222

23-
on_macos do
24-
depends_on "portaudio"
25-
end
26-
2723
on_linux do
2824
depends_on "openssl@3" # Uses Secure Transport on macOS
2925
depends_on "pulseaudio"
@@ -33,7 +29,7 @@ def install
3329
if OS.mac?
3430
ENV["COREAUDIO_SDK_PATH"] = MacOS.sdk_path
3531
args = %w[--no-default-features]
36-
features = %w[portaudio_backend cursive/pancurses-backend share_clipboard]
32+
features = %w[rodio_backend cursive/pancurses-backend share_clipboard]
3733
end
3834
system "cargo", "install", *args, *std_cargo_args(features:)
3935
end

0 commit comments

Comments
 (0)