speex: update to recommend version 1.2rc1; deps libshout and icecast still build

This commit is contained in:
David Höppner 2010-06-05 19:55:19 +02:00
parent 17a88bb835
commit a0e1e809e5

View file

@ -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