diff options
| author | Stein Magnus Jodal | 2012-02-05 12:45:54 +0100 |
|---|---|---|
| committer | Jack Nagel | 2012-02-06 20:34:22 -0600 |
| commit | 82bb092a496dba81e92390f6d37260d460ff5754 (patch) | |
| tree | 1921a819ab812d2dce81e8616c9604a3313c1ef0 /Library/Formula/gst-plugins-base.rb | |
| parent | 95257776146c6834584fa070b1237d977aa281eb (diff) | |
| download | homebrew-82bb092a496dba81e92390f6d37260d460ff5754.tar.bz2 | |
gst-plugins-base 0.10.35
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/gst-plugins-base.rb')
| -rw-r--r-- | Library/Formula/gst-plugins-base.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gst-plugins-base.rb b/Library/Formula/gst-plugins-base.rb index f19b7bc26..48ee7809c 100644 --- a/Library/Formula/gst-plugins-base.rb +++ b/Library/Formula/gst-plugins-base.rb @@ -2,15 +2,15 @@ require 'formula' class GstPluginsBase < Formula homepage 'http://gstreamer.freedesktop.org/' - url 'http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.34.tar.bz2' - sha256 '7f347a60cd4317c7ea44c23e52d6e6233d2fa278b3fe3df7cbefe2bc2e253989' + url 'http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.35.tar.bz2' + md5 '1d300983525f4f09030eb3ba47cb04b0' depends_on 'pkg-config' => :build depends_on 'gettext' depends_on 'gstreamer' # The set of optional dependencies is based on the intersection of - # gst-plugins-base-0.10.32/REQUIREMENTS and Homebrew formulas + # gst-plugins-base-0.10.35/REQUIREMENTS and Homebrew formulas depends_on 'orc' => :optional depends_on 'gtk+' => :optional depends_on 'libogg' => :optional |
