aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ecasound.rb
AgeCommit message (Collapse)Author
2013-04-24ecasound 2.8.1: Fix ruby support behaviorAndrew Janke
Change formula to always pass explicit --enable-rubyecasound=<yes|no> so it works regardless of the ecasound configure's default behavior for --enable-ruby. Formula was assuming default was no, but default was actually yes, so the ruby stuff got built even when --with-ruby was not supplied, which could break the build when attempting to install in to /Library/Ruby. Fixes #19357. Closes #19420. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-27ecasound: use new dslAdam Vandenberg
2011-11-21ecasound: add --with-ruby add optionyoupy
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-18ecasound 2.8.1youpy
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-12add Formula for Ecasoundyoupy
Closes #4060. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>