diff options
| author | Thijs Vermeir | 2013-09-24 15:49:18 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-30 20:37:24 -0700 |
| commit | 46245a863ea3f504f1bdf6b1e54e5dc798b35898 (patch) | |
| tree | 5db673db6cb0da2ec726879aa185356fd9873c73 /Library/Formula | |
| parent | 0272c5b64c0717464cde61331fecc6f2c6b489b3 (diff) | |
| download | homebrew-46245a863ea3f504f1bdf6b1e54e5dc798b35898.tar.bz2 | |
gstreamer 1.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gstreamer.rb | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/Library/Formula/gstreamer.rb b/Library/Formula/gstreamer.rb index c79d0b327..cdb78e19b 100644 --- a/Library/Formula/gstreamer.rb +++ b/Library/Formula/gstreamer.rb @@ -2,9 +2,11 @@ require 'formula' class Gstreamer < Formula homepage 'http://gstreamer.freedesktop.org/' - url 'http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.0.10.tar.xz' - mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gstreamer-1.0.10.tar.xz' - sha256 '8e0aa9f41370586171a2616326fbc508bc4b61ffc4d55b2a8c4c3459d0cc1130' + url 'http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.2.0.tar.xz' + mirror 'http://ftp.osuosl.org/pub/blfs/svn/g/gstreamer-1.2.0.tar.xz' + sha256 '94af5274299f845adf41cc504e0209b269acab7721293f49850fea27b4099463' + + def patches; DATA; end head do url 'git://anongit.freedesktop.org/gstreamer/gstreamer' @@ -46,3 +48,19 @@ class Gstreamer < Formula system "make", "install" end end + +__END__ +diff --git a/gst/gstdatetime.c b/gst/gstdatetime.c +index 6a8f659..8384ece 100644 +--- a/gst/gstdatetime.c ++++ b/gst/gstdatetime.c +@@ -21,8 +21,8 @@ + #include "config.h" + #endif + +-#include "glib-compat-private.h" + #include "gst_private.h" ++#include "glib-compat-private.h" + #include "gstdatetime.h" + #include "gstvalue.h" + #include <glib.h> |
