From f774feeb5c0e3e3a022a0b5b9bc259ccf87daa7d Mon Sep 17 00:00:00 2001 From: Ruben Fonseca Date: Wed, 27 Jul 2011 09:32:13 +0100 Subject: xvid 1.3.2 Signed-off-by: Adam Vandenberg --- Library/Formula/xvid.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/xvid.rb b/Library/Formula/xvid.rb index 9c052dacf..431de9b55 100644 --- a/Library/Formula/xvid.rb +++ b/Library/Formula/xvid.rb @@ -1,14 +1,13 @@ require 'formula' class Xvid < Formula - url 'http://downloads.xvid.org/downloads/xvidcore-1.2.2.tar.gz' + url 'http://downloads.xvid.org/downloads/xvidcore-1.3.2.tar.gz' homepage 'http://www.xvid.org' - md5 '2ce9b1d280d703b5bc8e702c79e660b5' + md5 '87c8cf7b69ebed93c2d82ea5709d098a' def install cd 'build/generic' do system "./configure", "--disable-assembly", "--prefix=#{prefix}" - ENV.j1 # Doesn't compile on parallel build system "make" system "make install" # Need to call these separately end -- cgit v1.2.3