aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ncmpcpp.rb
AgeCommit message (Collapse)Author
2013-03-12Switch compilers when no build is specifiedJack Nagel
Given the current state of OS X compilers, the original fails_with behavior is becoming less useful, mostly resulting in build failures each time the compiler is updated. So make the following changes: When a build is specified, we retain the old behavior: switch compilers if the available compiler is <= the build, don't switch if it is > the build. When no build is specified, unconditionally switch compilers, and don't output the advice message. This allows us to mark formulae as perpetually failing, avoiding the need to update formulae each time a new compiler build is made available. As a bonus, this makes the logic much easier to reason about. Closes #18175.
2013-02-02ncmpcpp: still fails with clang 425Adam Vandenberg
2012-08-18ncmpcpp: update URLsNicolas Crowell
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. Closes #14218. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14ncmpcpp: add pkg-config, update fails_withnibbles 2bits
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. Fixes #14160 Closes #14172. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-13ncmpcpp 0.5.10suvash
Closes #13370. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22ncmpcpp fails_with :clangMisty De Meo
As reported by user patagonicus on IRC. Does build with LLVM.
2012-02-11ncmpcpp: add optionsChes Martin
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>
2012-02-01ncmpcpp: add visualizer optionahihi
Closes #9631. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-27ncmpcpp 0.5.8Jonathan Boyett
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-10ncmpcpp 0.5.7Ori Livneh
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-20Update ncmpcpp to 0.5.6kurayama
Closes #3913. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-01New formula: ncmpcppkurayama
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>