speex: update to recommend version 1.2rc1; deps libshout and icecast still build
This commit is contained in:
parent
17a88bb835
commit
a0e1e809e5
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue