aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlex Regueiro2014-11-06 00:09:17 +0000
committerMike McQuaid2014-11-07 09:03:44 +0000
commitefec96c75fe4125a7ebd37789f0a0f19d666033d (patch)
treeb8eec63778164f865a0277eb7b3b98003f0b896e /Library/Formula
parente1dcec22437495890422b609a90aaadb7aadd357 (diff)
downloadhomebrew-efec96c75fe4125a7ebd37789f0a0f19d666033d.tar.bz2
aubio: added HEAD source
Closes #33951.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/aubio.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/aubio.rb b/Library/Formula/aubio.rb
index 43769d4d9..22b951df3 100644
--- a/Library/Formula/aubio.rb
+++ b/Library/Formula/aubio.rb
@@ -5,6 +5,8 @@ class Aubio < Formula
url 'http://aubio.org/pub/aubio-0.4.1.tar.bz2'
sha1 '338ec9f633e82c371a370b9727d6f0b86b0ba376'
+ head 'https://github.com/piem/aubio.git', :branch => 'develop'
+
bottle do
cellar :any
sha1 "959a1e4eb7bf72573f565af2ebe2c51eb7a6eef4" => :mavericks
@@ -20,6 +22,12 @@ class Aubio < Formula
depends_on 'pkg-config' => :build
depends_on :libtool => :build
+ depends_on 'libav' => :optional
+ depends_on 'libsndfile' => :optional
+ depends_on 'libsamplerate' => :optional
+ depends_on 'fftw' => :optional
+ depends_on 'jack' => :optional
+
if build.with? 'python'
depends_on 'numpy' => :python
end