aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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