Skip to content

Commit

Permalink
ncmpc 0.50
Browse files Browse the repository at this point in the history
autobump: add ncmpc

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Sep 17, 2024
1 parent 760201f commit 6c608f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1835,6 +1835,7 @@ navi
navidrome
nbdime
ncdc
ncmpc
ncnn
nco
ncspot
Expand Down
8 changes: 5 additions & 3 deletions Formula/n/ncmpc.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ncmpc < Formula

Check failure on line 1 in Formula/n/ncmpc.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew linkage --test ncmpc` failed on Linux!

Unwanted system libraries: /lib/x86_64-linux-gnu/libncursesw.so.6
desc "Curses Music Player Daemon (MPD) client"
homepage "https://www.musicpd.org/clients/ncmpc/"
url "https://www.musicpd.org/download/ncmpc/0/ncmpc-0.49.tar.xz"
sha256 "65bbec0ede9e6bcf62ac647b0c706485beb2bdd5db70ca8d60103f32f162cf29"
url "https://www.musicpd.org/download/ncmpc/0/ncmpc-0.50.tar.xz"
sha256 "4f860f91a11090a72d580ff68b117e76a2b212be5e46cc4b986a08a1aaf4d597"
license "GPL-2.0-or-later"

livecheck do
Expand All @@ -24,15 +24,17 @@ class Ncmpc < Formula
end

depends_on "boost" => :build
depends_on "gettext" => :build
depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on "gettext"
depends_on "fmt"
depends_on "libmpdclient"
depends_on "pcre2"

on_macos do
depends_on "llvm" => :build if DevelopmentTools.clang_build_version <= 1300
depends_on "gettext"
end

fails_with :clang do
Expand Down

0 comments on commit 6c608f5

Please sign in to comment.