From 6dee7deb4fd941033abe092d10eaeb438b2eda45 Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Sun, 29 Sep 2013 11:28:47 +0200 Subject: gst-plugins-bad 1.2.0 Signed-off-by: Adam Vandenberg --- Library/Formula/gst-plugins-bad.rb | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gst-plugins-bad.rb b/Library/Formula/gst-plugins-bad.rb index 38b3ec44a..b50bde87f 100644 --- a/Library/Formula/gst-plugins-bad.rb +++ b/Library/Formula/gst-plugins-bad.rb @@ -2,9 +2,9 @@ require 'formula' class GstPluginsBad < Formula homepage 'http://gstreamer.freedesktop.org/' - url 'http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.0.10.tar.xz' - mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-bad-1.0.10.tar.xz' - sha256 '91da60ba2ee5c681f11188a4a456894e7f989435c2102c15eff97bbd4fc4c726' + url 'http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.2.0.tar.xz' + mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gst-plugins-bad-1.2.0.tar.xz' + sha256 'a12fac6c106a7e4ae8bb2c7da508688d7db532b818319df2202f497cbd930afa' head do url 'git://anongit.freedesktop.org/gstreamer/gst-plugins-bad' @@ -18,19 +18,14 @@ class GstPluginsBad < Formula depends_on 'gettext' depends_on 'gst-plugins-base' - # These optional dependencies are based on the intersection of - # gst-plugins-bad-0.10.21/REQUIREMENTS and Homebrew formulae depends_on 'dirac' => :optional - depends_on 'libdvdread' => :optional - depends_on 'libmms' => :optional - - # These are not mentioned in REQUIREMENTS, but configure look for them - depends_on 'libexif' => :optional depends_on 'faac' => :optional depends_on 'faad2' => :optional - depends_on 'libsndfile' => :optional - depends_on 'schroedinger' => :optional + depends_on 'libdvdread' => :optional + depends_on 'libexif' => :optional + depends_on 'libmms' => :optional depends_on 'rtmpdump' => :optional + depends_on 'schroedinger' => :optional def install ENV.append "CFLAGS", "-no-cpp-precomp" unless ENV.compiler == :clang @@ -41,7 +36,6 @@ class GstPluginsBad < Formula --disable-apple_media --disable-yadif --disable-sdl - --disable-osx_video --disable-debug --disable-dependency-tracking ] -- cgit v1.2.3