diff options
| author | Birger J. Nordølum | 2011-05-17 02:19:42 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-06-05 21:42:14 -0700 | 
| commit | 24e274593c49b91c3e79fef034be5aa8788855cb (patch) | |
| tree | dc815c56bbe44cd82ebb10c5be20fc6b3bc97067 | |
| parent | fe4c8b633d1519d6411155cddd73524a85a6051f (diff) | |
| download | homebrew-24e274593c49b91c3e79fef034be5aa8788855cb.tar.bz2 | |
Update the the GStreamer packages.
gstreamer-0.10.34
gst-plugins-bad-0.10.22
gst-plugins-base-0.10.34
gst-plugins-good-0.10.29
gst-plugins-ugly-0.10.18
gst-rtsp-0.10.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/gst-plugins-bad.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/gst-plugins-base.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/gst-plugins-good.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/gst-plugins-ugly.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/gst-rtsp.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/gstreamer.rb | 4 | 
6 files changed, 12 insertions, 12 deletions
diff --git a/Library/Formula/gst-plugins-bad.rb b/Library/Formula/gst-plugins-bad.rb index a5f4d52be..72e3638dc 100644 --- a/Library/Formula/gst-plugins-bad.rb +++ b/Library/Formula/gst-plugins-bad.rb @@ -2,8 +2,8 @@ require 'formula'  class GstPluginsBad < Formula    homepage 'http://gstreamer.freedesktop.org/' -  url 'http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.21.tar.bz2' -  md5 'f501336ab1d18d2565f47c36ce653a82' +  url 'http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.22.tar.bz2' +  sha256 'd8f7102f43ffea076646427115ffdccb3975954f1e9367bd304f7ee01e12070c'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/gst-plugins-base.rb b/Library/Formula/gst-plugins-base.rb index d7a5d8a7e..f19b7bc26 100644 --- a/Library/Formula/gst-plugins-base.rb +++ b/Library/Formula/gst-plugins-base.rb @@ -2,8 +2,8 @@ require 'formula'  class GstPluginsBase < Formula    homepage 'http://gstreamer.freedesktop.org/' -  url 'http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.32.tar.bz2' -  md5 '2920af2b3162f3d9fbaa7fabc8ed4d38' +  url 'http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.34.tar.bz2' +  sha256 '7f347a60cd4317c7ea44c23e52d6e6233d2fa278b3fe3df7cbefe2bc2e253989'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/gst-plugins-good.rb b/Library/Formula/gst-plugins-good.rb index 802bae7c8..fe2d69220 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.27.tar.bz2' -  md5 'c25d6c51916424009dfde4ee42ae1feb' +  url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.29.tar.bz2' +  sha256 '466a64dcb580d4feef701abfc90656abb3558a2e3fc1e40e43977034bebc354c'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/gst-plugins-ugly.rb b/Library/Formula/gst-plugins-ugly.rb index 327ba2c7c..31d12f34b 100644 --- a/Library/Formula/gst-plugins-ugly.rb +++ b/Library/Formula/gst-plugins-ugly.rb @@ -2,8 +2,8 @@ require 'formula'  class GstPluginsUgly < Formula    homepage 'http://gstreamer.freedesktop.org/' -  url 'http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.17.tar.bz2' -  md5 '504ed6508c3a8f035a2002ed69d68506' +  url 'http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.18.tar.bz2' +  sha256 'f9c16748cd9269fae86422d8254a579fa6db073797a5a19a9dc5c72cd66c8e14'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/gst-rtsp.rb b/Library/Formula/gst-rtsp.rb index 4c626f2ad..4161056e6 100644 --- a/Library/Formula/gst-rtsp.rb +++ b/Library/Formula/gst-rtsp.rb @@ -2,8 +2,8 @@ require 'formula'  class GstRtsp < Formula    homepage 'http://gstreamer.freedesktop.org/' -  url 'http://gstreamer.freedesktop.org/src/gst-rtsp/gst-rtsp-0.10.6.tar.bz2' -  md5 '8762d013f93f6aed39894f7eaf7bce86' +  url 'http://gstreamer.freedesktop.org/src/gst-rtsp/gst-rtsp-0.10.8.tar.bz2' +  sha256 '9915887cf8515bda87462c69738646afb715b597613edc7340477ccab63a6617'    depends_on 'pkg-config' => :build    depends_on 'gettext' diff --git a/Library/Formula/gstreamer.rb b/Library/Formula/gstreamer.rb index 242dad4b4..13aec53e1 100644 --- a/Library/Formula/gstreamer.rb +++ b/Library/Formula/gstreamer.rb @@ -2,8 +2,8 @@ require 'formula'  class Gstreamer < Formula    homepage 'http://gstreamer.freedesktop.org/' -  url 'http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.32.tar.bz2' -  md5 '442bc3d37b8511a73379143e7531d726' +  url 'http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.34.tar.bz2' +  sha256 '85348f70dc4b70ad1beb05c9a59a64175c5058f4ee5273f89230a3c1d11b26a3'    depends_on 'pkg-config' => :build    depends_on 'gettext'  | 
