mpd: revision for icu4c
This commit is contained in:
parent
ab15b80e7e
commit
d5ac7c7d24
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
class Mpd < Formula
|
||||
desc "Music Player Daemon"
|
||||
homepage "http://www.musicpd.org/"
|
||||
revision 1
|
||||
|
||||
stable do
|
||||
url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.11.tar.xz"
|
||||
|
@ -48,7 +49,7 @@ class Mpd < Formula
|
|||
needs :cxx11
|
||||
|
||||
depends_on "libmpdclient"
|
||||
depends_on "ffmpeg" # lots of codecs
|
||||
depends_on "ffmpeg" # lots of codecs
|
||||
# mpd also supports mad, mpg123, libsndfile, and audiofile, but those are
|
||||
# redundant with ffmpeg
|
||||
depends_on "fluid-synth" # MIDI
|
||||
|
|
Loading…
Reference in a new issue