aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorStein Magnus Jodal2011-02-21 21:33:45 +0100
committerMike McQuaid2011-02-27 21:38:29 +0000
commitc45ed7630b0afa3be5fc11326ca79aa8d6b0e3de (patch)
tree1c90eb8d054c007ca4941e63efc57a5d70d33a1a /Library/Formula
parent2ddd383d55e8e55586523dab8e94c386923f4610 (diff)
downloadhomebrew-c45ed7630b0afa3be5fc11326ca79aa8d6b0e3de.tar.bz2
Upgrade gst-plugins-good to 0.10.27
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gst-plugins-good.rb14
1 files changed, 9 insertions, 5 deletions
diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb
index f448c87cf..1e5aa1193 100644
--- a/Library/Formula/gst-plugins-good.rb
+++ b/Library/Formula/gst-plugins-good.rb
@@ -2,20 +2,24 @@ require 'formula'
class GstPluginsGood <Formula
homepage 'http://gstreamer.freedesktop.org/'
- url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.25.tar.bz2'
- md5 'd734bc866788d1d6fc74c4ff1318926c'
+ url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.27.tar.bz2'
+ md5 'c25d6c51916424009dfde4ee42ae1feb'
depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on 'gst-plugins-base'
- depends_on 'aalib' => :optional
+
+ # The set of optional dependencies is based on the intersection of
+ # gst-plugins-good-0.10.27/REQUIREMENTS and Homebrew formulas
+ depends_on 'orc' => :optional
+ depends_on 'gtk+' => :optional
depends_on 'check' => :optional
+ depends_on 'aalib' => :optional
+ depends_on 'libcdio' => :optional
depends_on 'flac' => :optional
depends_on 'libcaca' => :optional
- depends_on 'libcdio' => :optional
depends_on 'libdv' => :optional
depends_on 'libshout' => :optional
- depends_on 'orc' => :optional
depends_on 'speex' => :optional
depends_on 'taglib' => :optional