aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorStein Magnus Jodal2010-10-23 00:03:18 +0200
committerAdam Vandenberg2010-10-22 17:45:59 -0700
commit83d0b2f7e10b3746f8c617d881d4073e87844ba5 (patch)
tree7a9992674ced58a93a786f2cb0593db2894c7baa /Library
parenta5da2309e337cc747860e1a3e82f731e0e1835ef (diff)
downloadhomebrew-83d0b2f7e10b3746f8c617d881d4073e87844ba5.tar.bz2
Update gst-plugins-good to 0.10.25 and add optional dep on libdv
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gst-plugins-good.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb
index e1d2c9e61..f448c87cf 100644
--- a/Library/Formula/gst-plugins-good.rb
+++ b/Library/Formula/gst-plugins-good.rb
@@ -2,8 +2,8 @@ require 'formula'
class GstPluginsGood <Formula
homepage 'http://gstreamer.freedesktop.org/'
- url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.24.tar.bz2'
- md5 'dc0de606e3e303cf378327b72a4d281f'
+ url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.25.tar.bz2'
+ md5 'd734bc866788d1d6fc74c4ff1318926c'
depends_on 'pkg-config' => :build
depends_on 'gettext'
@@ -13,6 +13,7 @@ class GstPluginsGood <Formula
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