diff --git a/docs/plugins/bpd.rst b/docs/plugins/bpd.rst index aca52020f..ac7571f80 100644 --- a/docs/plugins/bpd.rst +++ b/docs/plugins/bpd.rst @@ -17,9 +17,9 @@ 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 can use `MacPorts`_ or `Homebrew`_. For MacPorts, just run - ``port install py27-gst-python``. For Homebrew, use `my auxiliary repository`_ - to install: ``brew tap sampsyo/py ; brew install gst-python``. - (Note that you'll need the Mac OS X Developer Tools in either case.) + ``port install py27-gst-python``. For Homebrew, use ``brew install + gst-python``. (Note that you'll need the Mac OS X Developer Tools in either + case.) * On Linux, it's likely that you already have gst-python. (If not, your distribution almost certainly has a package for it.) @@ -34,7 +34,6 @@ installing GStreamer plugins. .. _MacPorts: http://www.macports.org/ .. _GStreamer WinBuilds: http://www.gstreamer-winbuild.ylatuya.es/ .. _Homebrew: http://mxcl.github.com/homebrew/ -.. _my auxiliary repository: https://github.com/sampsyo/homebrew-py Using and Configuring ---------------------