- When yajl is installed, the build system manages to find it even
under superenv, so explicitly disable this option unless requested
- Future-proof finding faad2 in non-/usr/local installs
- Fix libshout deps
mpd out of the box doesn't do well with m4a files. Since Homebrew
is used on OS X, and a lot of Mac users are bound to have lots of
music purchased from iTunes, it makes sense to install mpd with
all the dependencies necessary to play iTunes-purchased music.
ClosesHomebrew/homebrew#15788.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Disable libwrap by default.
- Add an option to enable it.
- Fixes a build error where a 10.7 lib was found on 10.8.
FixesHomebrew/homebrew#14787ClosesHomebrew/homebrew#14902.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Also fixes the current issue where mpd will not compile if the
ffmpeg formula is installed.
see: https://gist.github.com/mxcl/homebrew/issues/6709
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
From mpd's wiki (http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki):
This release fixes MPD builds with recent CURL releases, RVA2 tags and adds
wildmidi-0.2.3 support.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
As of mpd 0.15, mpd provides experimental native support for Last.fm radio.
This commit adds an optional configure flag (--lastfm) to give Homebrew
users a chance to try it out. (I'm using it here with good results.)
See http://mpd.wikia.com/wiki/Last.fm_Radio for more details about how to
use Last.fm with mpd if enabled.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>