mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
use gst-python from stock Homebrew
This commit is contained in:
parent
d50fc378bb
commit
6c1b49aadb
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue