aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libsamplerate.rb
AgeCommit message (Collapse)Author
2014-10-19libsamplerate: update 0.1.8 bottle.BrewTestBot
2014-03-19libsamplerate: use patch DSLJack Nagel
2014-02-24libsamplerate: add 0.1.8 bottle.BrewTestBot
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-03-14libsamplerate: fix missing includeNibbles 2bits
Libsamplerate fix <Carbon.h> to read <Carbon/Carbon.h>. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-07libsamplerate 0.1.8Trevor Wennblom
Closes #10024. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-21libsamplerate - add some depsAdam Vandenberg
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2010-02-24Fix liblastfmMax Howell
2010-01-16Remove quotes from prefix in libsamplerate.Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-06-04Created /Library moved brew tool to /binMax Howell
Moved Forumla and Cellar/homebrew into Library. This way the homebrew core files are more sensibly placed, Cellar is more internally consistent and only generated. And Homebrew is ready for use straight out of the tarball.