Skip to content

Commit 1efc895

Browse files
authored
Merge pull request Homebrew#194411 from Sean-Der/master
mpd: Enable mikmod and game-music-emu
2 parents 82aac10 + 5f49cab commit 1efc895

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Formula/m/mpd.rb

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Mpd < Formula
22
desc "Music Player Daemon"
33
homepage "https://github.com/MusicPlayerDaemon/MPD"
44
license "GPL-2.0-or-later"
5-
revision 4
5+
revision 5
66
head "https://github.com/MusicPlayerDaemon/MPD.git", branch: "master"
77

88
stable do
@@ -23,12 +23,12 @@ class Mpd < Formula
2323
end
2424

2525
bottle do
26-
sha256 cellar: :any, arm64_sequoia: "8a12b2f699b5e35306f0202e23a8e70c4d4c91afb31d69dffd52d7bd5d6c9d48"
27-
sha256 cellar: :any, arm64_sonoma: "c075df5f4127773fd783ca601fe9c3db60aa44c258938c5d98f5ac2521e4f260"
28-
sha256 cellar: :any, arm64_ventura: "81a28f9ac47a7ced4f3478668c8e191b4f3dd3be8f79618ec92ed9676ac413f7"
29-
sha256 cellar: :any, sonoma: "6e679a66d2b7620c4e17432701859b21aa702974380779f7cba8499a83544960"
30-
sha256 cellar: :any, ventura: "ec80333810dcdc8404eeac11a94ed3ac9517dd7a6a73035a16bcd38b1b12474a"
31-
sha256 x86_64_linux: "0686b5d3e7579ca2fa949fe9c85869a9808699eb58db6524fa73b5e4e3e03f73"
26+
sha256 cellar: :any, arm64_sequoia: "09ada07179621fa0c75bdbb9010113ffe5c2ff628b9a7902cba8a6dd459e5f24"
27+
sha256 cellar: :any, arm64_sonoma: "639c51290d4d81e33cb6a4e6374024bee0ba0b99dc7f32ed65bab975c34602d9"
28+
sha256 cellar: :any, arm64_ventura: "03b124dfbdf5cce8840532298633c70f5c1a3975eacac56d7cbcb73554fd356f"
29+
sha256 cellar: :any, sonoma: "6df121ee4629803d5a2738d993d56d162b79205f4ba3d5deeb59b595c3f21bb9"
30+
sha256 cellar: :any, ventura: "7db725675049f78c715a6075225d12ecad29bbe444dfe6876d3d18cf1fbcc8b0"
31+
sha256 x86_64_linux: "da144de2f7057fbbad115ac632d917f7f2d2994b82e293d0fc3598335916f069"
3232
end
3333

3434
depends_on "boost" => :build
@@ -43,12 +43,14 @@ class Mpd < Formula
4343
depends_on "flac"
4444
depends_on "fluid-synth"
4545
depends_on "fmt"
46+
depends_on "game-music-emu"
4647
depends_on "glib"
4748
depends_on "icu4c@75"
4849
depends_on "lame"
4950
depends_on "libao"
5051
depends_on "libgcrypt"
5152
depends_on "libid3tag"
53+
depends_on "libmikmod"
5254
depends_on "libmpdclient"
5355
depends_on "libnfs"
5456
depends_on "libogg"
@@ -102,6 +104,8 @@ def install
102104
-Dupnp=pupnp
103105
-Dvorbisenc=enabled
104106
-Dwavpack=enabled
107+
-Dgme=enabled
108+
-Dmikmod=enabled
105109
-Dsystemd_system_unit_dir=#{lib}/systemd/system
106110
-Dsystemd_user_unit_dir=#{lib}/systemd/user
107111
]

0 commit comments

Comments
 (0)