aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorStein Magnus Jodal2012-02-05 12:46:28 +0100
committerJack Nagel2012-02-06 20:34:30 -0600
commitade3779029b83dc4452c9dbc3b16244d614d85cb (patch)
treef8f7549cf81166193bd194a51fb0335f5d46549b /Library/Formula
parent82bb092a496dba81e92390f6d37260d460ff5754 (diff)
downloadhomebrew-ade3779029b83dc4452c9dbc3b16244d614d85cb.tar.bz2
gst-plugins-good 0.10.30
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gst-plugins-good.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb
index fe2d69220..f1fa81470 100644
--- a/Library/Formula/gst-plugins-good.rb
+++ b/Library/Formula/gst-plugins-good.rb
@@ -2,21 +2,23 @@ require 'formula'
class GstPluginsGood < Formula
homepage 'http://gstreamer.freedesktop.org/'
- url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.29.tar.bz2'
- sha256 '466a64dcb580d4feef701abfc90656abb3558a2e3fc1e40e43977034bebc354c'
+ url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.30.tar.bz2'
+ md5 '62fd7a3ef187c4f99b3d7c352d58dae9'
depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on 'gst-plugins-base'
# The set of optional dependencies is based on the intersection of
- # gst-plugins-good-0.10.27/REQUIREMENTS and Homebrew formulas
+ # gst-plugins-good-0.10.30/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 'esound' => :optional
depends_on 'flac' => :optional
+ depends_on 'jpeg' => :optional
depends_on 'libcaca' => :optional
depends_on 'libdv' => :optional
depends_on 'libshout' => :optional