Add initial gstreamer install docs

This commit is contained in:
Stein Magnus Jodal 2010-04-29 23:58:54 +02:00
parent 24e16fa003
commit 0b5fc83c90
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,10 @@
**********************
Gstreamer installation
**********************
**TODO** Document Gstreamer installation on Linux, OS X and Windows.
To install Gstreamer on OS X::
sudo port install py26-gst-python py26-gobject \
gstreamer-plugins-good gstreamer-plugins-ugly

View File

@ -18,6 +18,7 @@ Dependencies
despotify
libspotify
gstreamer
- Python >= 2.6
- Dependencies for at least one Mopidy mixer:
@ -36,10 +37,14 @@ Dependencies
- see :doc:`despotify`
- LibspotifyBackend (Linux only)
- LibspotifyBackend (Linux, OS X and Windows)
- see :doc:`libspotify`
- GstreamerBackend (Linux, OS X and Windows)
- see :doc:`gstreamer`
Install latest release
======================

View File

@ -12,6 +12,8 @@ To use the libspotify backend you must install libspotify and
This backend requires a Spotify premium account, and it requires you to get
an application key from Spotify before use.
**TODO** Test and document installation on OS X.
Installing libspotify
=====================