brew install ncmpcpp was failing on a sha1 mismatch. It turns out the
link is dead or something and redirects to a new homepage. The new links
come from the page where the old ones were redirected to.
ClosesHomebrew/homebrew#14218.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
ncmpcpp has a build-time dep on pkg-config so that it can find
libmpdclient, and it needs the `fails_with` version updated
because it still has problems with clang.
Add a dep on pkg-config
Update the fails_with build.
Use the new options DSL.
Tested on ML with clang and llvm from XCode-4.4.1.
FixesHomebrew/homebrew#14160ClosesHomebrew/homebrew#14172.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Control over outputs is particularly useful -- when I'm listening to
my music remotely, I don't want it to also be playing on the home hifi.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>