aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/speex.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/speex.rb b/Library/Formula/speex.rb
index efc523f03..aa9b10068 100644
--- a/Library/Formula/speex.rb
+++ b/Library/Formula/speex.rb
@@ -1,11 +1,14 @@
require 'formula'
class Speex <Formula
- url 'http://downloads.us.xiph.org/releases/speex/speex-1.0.5.tar.gz'
+ url 'http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz'
homepage 'http://speex.org'
- md5 '01d6a2de0a88a861304bf517615dea79'
+ md5 'c4438b22c08e5811ff10e2b06ee9b9ae'
+
+ depends_on 'libogg' => :optional
def install
+ ENV.j1
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end