From ff8d33d2b59e53655093bc309ca2069276543b19 Mon Sep 17 00:00:00 2001 From: fpartridge Date: Fri, 8 Jun 2012 22:15:02 +0200 Subject: libquicktime 1.2.4 [jn: add --without-gtk; gtk+ is (currently) not in the dependency tree here.] Closes #12681. Signed-off-by: Jack Nagel --- Library/Formula/libquicktime.rb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Library/Formula/libquicktime.rb') diff --git a/Library/Formula/libquicktime.rb b/Library/Formula/libquicktime.rb index a9731dafd..59e8645d9 100644 --- a/Library/Formula/libquicktime.rb +++ b/Library/Formula/libquicktime.rb @@ -1,9 +1,9 @@ require 'formula' class Libquicktime < Formula - url 'http://downloads.sourceforge.net/project/libquicktime/libquicktime/1.2.3/libquicktime-1.2.3.tar.gz' homepage 'http://libquicktime.sourceforge.net/' - md5 '9a82a1546408605ea8337b3a7c78786e' + url 'http://downloads.sourceforge.net/project/libquicktime/libquicktime/1.2.4/libquicktime-1.2.4.tar.gz' + md5 '81cfcebad9b7ee7e7cfbefc861d6d61b' depends_on 'pkg-config' => :build depends_on 'gettext' @@ -14,10 +14,12 @@ class Libquicktime < Formula depends_on 'libvorbis' => :optional def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", + system "./configure", "--disable-debug", + "--disable-dependency-tracking", "--prefix=#{prefix}", "--enable-gpl", - "--without-doxygen" + "--without-doxygen", + "--without-gtk" system "make" system "make install" end -- cgit v1.2.3