From f188dbc7acc139f1338fadeeb1aae0b1075adeb6 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Thu, 14 Jun 2012 01:31:09 -0700 Subject: libvorbis 1.3.3 Upgrade libvorbis to version 1.3.3. Add the build time dep on `xz` because that's the only tarball. Remove the unrecognized `--disable-debug` flag. Tested on Lion with clang and llvm-gcc from XCode-4.3.3. Closes #12833. Signed-off-by: Jack Nagel --- Library/Formula/libvorbis.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libvorbis.rb b/Library/Formula/libvorbis.rb index 5234c8e90..1205ee1b0 100644 --- a/Library/Formula/libvorbis.rb +++ b/Library/Formula/libvorbis.rb @@ -1,12 +1,13 @@ require 'formula' class Libvorbis < Formula - url 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.tar.bz2' - md5 '798a4211221073c1409f26eac4567e8b' homepage 'http://vorbis.com' + url 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.xz' + sha1 '31d1a0ec4815bf1ee638b0f2850f03efcd48022a' head 'http://svn.xiph.org/trunk/vorbis' + depends_on 'xz' => :build depends_on 'pkg-config' => :build depends_on 'libogg' @@ -24,8 +25,7 @@ class Libvorbis < Formula system "./autogen.sh" end - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" + system './configure', "--prefix=#{prefix}", '--disable-dependency-tracking' system "make install" end end -- cgit v1.2.3