use gst-python from stock Homebrew

This commit is contained in:
Adrian Sampson 2013-02-21 11:03:08 -08:00
parent d50fc378bb
commit 6c1b49aadb

View file

@ -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
---------------------