diff --git a/docs/installation/gstreamer.rst b/docs/installation/gstreamer.rst index 42685ad0..38dbb86c 100644 --- a/docs/installation/gstreamer.rst +++ b/docs/installation/gstreamer.rst @@ -39,26 +39,11 @@ repository:: Installing GStreamer on OS X ============================ -.. note:: - - We have been working with `Homebrew `_ to - make all the GStreamer packages easily installable on OS X using Homebrew. - We've gotten most of our packages included, but the Homebrew guys aren't - very happy to include Python specific packages into Homebrew, even though - they are not installable by pip. If you're interested, see the discussion - in `Homebrew's issue #1612 - `_ for details. - -The following is currently the shortest path to installing GStreamer with -Python bindings on OS X using Homebrew. +We have been working with `Homebrew `_ for a +to make all the GStreamer packages easily installable on OS X. #. Install `Homebrew `_. -#. Download our Homebrew formula for ``gst-python``:: - - curl -o $(brew --prefix)/Library/Formula/gst-python.rb \ - https://raw.github.com/jodal/homebrew/gst-python/Library/Formula/gst-python.rb - #. Install the required packages:: brew install gst-python gst-plugins-good gst-plugins-ugly