Skip to content

Commit d3f4f37

Browse files
Sean-Derstefanb
authored andcommitted
mpd: Enable mikmod and game-music-emu
1 parent 9d9d8ef commit d3f4f37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Formula/m/mpd.rb

Lines changed: 5 additions & 1 deletion
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
@@ -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)