docs: More exact GStreamer version range

This commit is contained in:
Stein Magnus Jodal 2013-10-23 20:30:25 +02:00
parent ef15c4f6fc
commit 8097add7ed

View File

@ -88,7 +88,7 @@ Mopidy Git repo, which always corresponds to the latest release.
#. Optional: If you want to scrobble your played tracks to Last.fm, you need to #. Optional: If you want to scrobble your played tracks to Last.fm, you need to
install `python2-pylast`:: install `python2-pylast`::
sudo pacman -S python2-pylast sudo pacman -S python2-pylast
#. Finally, you need to set a couple of :doc:`config values </config>`, and #. Finally, you need to set a couple of :doc:`config values </config>`, and
@ -175,10 +175,10 @@ can install Mopidy from PyPI using Pip.
#. Then you'll need to install all of Mopidy's hard non-Python dependencies: #. Then you'll need to install all of Mopidy's hard non-Python dependencies:
- GStreamer 0.10.31 or later, with Python bindings. GStreamer is packaged - GStreamer 0.10 (>= 0.10.31, < 0.11), with Python bindings. GStreamer is
for most popular Linux distributions. Search for GStreamer in your package packaged for most popular Linux distributions. Search for GStreamer in
manager, and make sure to install the Python bindings, and the "good" and your package manager, and make sure to install the Python bindings, and
"ugly" plugin sets. the "good" and "ugly" plugin sets.
If you use Debian/Ubuntu you can install GStreamer like this:: If you use Debian/Ubuntu you can install GStreamer like this::