aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gst-plugins-bad.rb
diff options
context:
space:
mode:
authorThijs Vermeir2013-02-12 16:03:02 +0100
committerAdam Vandenberg2013-02-13 09:38:00 -0800
commitfde406cdd3789d04d3475095381a62aff995ef4e (patch)
treee27f4b172aa798b0c0e673aa52603cbb3888bb75 /Library/Formula/gst-plugins-bad.rb
parentf8fd850a6d6d20fcc6cb95e186e36f13f40cde1c (diff)
downloadhomebrew-fde406cdd3789d04d3475095381a62aff995ef4e.tar.bz2
gstreamer: 1.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/gst-plugins-bad.rb')
-rw-r--r--Library/Formula/gst-plugins-bad.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/gst-plugins-bad.rb b/Library/Formula/gst-plugins-bad.rb
index 2e6481386..0750471df 100644
--- a/Library/Formula/gst-plugins-bad.rb
+++ b/Library/Formula/gst-plugins-bad.rb
@@ -2,10 +2,11 @@ require 'formula'
class GstPluginsBad < Formula
homepage 'http://gstreamer.freedesktop.org/'
- url 'http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.23.tar.bz2'
- sha256 '0eae7d1a1357ae8377fded6a1b42e663887beabe0e6cc336e2ef9ada42e11491'
+ url 'http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.0.5.tar.xz'
+ sha256 '2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a'
depends_on 'pkg-config' => :build
+ depends_on 'xz' => :build
depends_on 'gettext'
depends_on 'gst-plugins-base'