From 0b5fc83c90976c29fa7bee313cf419072565cb83 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 29 Apr 2010 23:58:54 +0200 Subject: [PATCH] Add initial gstreamer install docs --- docs/installation/gstreamer.rst | 10 ++++++++++ docs/installation/index.rst | 7 ++++++- docs/installation/libspotify.rst | 2 ++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 docs/installation/gstreamer.rst diff --git a/docs/installation/gstreamer.rst b/docs/installation/gstreamer.rst new file mode 100644 index 00000000..d8fc9029 --- /dev/null +++ b/docs/installation/gstreamer.rst @@ -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 diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 6daae78f..d21b49ad 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -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 ====================== diff --git a/docs/installation/libspotify.rst b/docs/installation/libspotify.rst index 3dfd8f5a..5d2448f7 100644 --- a/docs/installation/libspotify.rst +++ b/docs/installation/libspotify.rst @@ -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 =====================