From ef740740cec780e5c6b4e810e638dec5ff419478 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 31 Mar 2012 14:06:25 -0700 Subject: [PATCH] link to Homebrew gst-python instructions --- docs/plugins/bpd.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/plugins/bpd.rst b/docs/plugins/bpd.rst index 5d30781d5..946054d9c 100644 --- a/docs/plugins/bpd.rst +++ b/docs/plugins/bpd.rst @@ -16,9 +16,11 @@ Dependencies Before you can use BPD, you'll need the media library called GStreamer (along with its Python bindings) on your system. -* On Mac OS X, you should use `MacPorts`_ and run ``port install - py26-gst-python``. (Note that you'll almost certainly need the Mac OS X - Developer Tools.) +* On Mac OS X, you can use `MacPorts`_ or `Homebrew`_. For MacPorts, just run + ``port install py27-gst-python``. For Homebrew, the `Mopidy`_ project has + `detailed instructions`_ for installing the necessary libraries. + (Note that you'll need the + Mac OS X Developer Tools.) * On Linux, it's likely that you already have gst-python. (If not, your distribution almost certainly has a package for it.) @@ -28,6 +30,9 @@ with its Python bindings) on your system. .. _MacPorts: http://www.macports.org/ .. _GStreamer WinBuilds: http://www.gstreamer-winbuild.ylatuya.es/ +.. _Homebrew: http://mxcl.github.com/homebrew/ +.. _Mopidy: https://github.com/mopidy/mopidy/ +.. _detailed instructions: http://docs.mopidy.com/en/latest/installation/gstreamer/#installing-gstreamer-on-os-x Using and Configuring ---------------------