docs: Updated gstreamer audio media type requirements to gst-1.0

Previous media type docs referenced gstreamer0.10, but we've updated
to gstreamer1.0.

Also, Debian ships libav instead of ffmpeg now. Updated docs
accordingly

Finally, simplified the install instructions to two commands instead
of four commands.
This commit is contained in:
Jim Campbell 2015-05-11 12:44:14 -05:00
parent 8d59cd1f98
commit 8af91ceae7

View File

@ -1,6 +1,6 @@
.. MediaGoblin Documentation .. MediaGoblin Documentation
Written in 2011, 2012, 2014 by MediaGoblin contributors Written in 2011, 2012, 2014, 2015 by MediaGoblin contributors
To the extent possible under law, the author(s) have dedicated all To the extent possible under law, the author(s) have dedicated all
copyright and related and neighboring rights to this software to copyright and related and neighboring rights to this software to
@ -118,23 +118,14 @@ as whatever gstreamer plugins you want, good/bad/ugly), scipy and numpy are
also needed for the audio spectrograms. also needed for the audio spectrograms.
To install these on Debianoid systems, run:: To install these on Debianoid systems, run::
sudo apt-get install python-gst0.10 gstreamer0.10-plugins-{base,bad,good,ugly} \ sudo apt-get install python-gst-1.0 gstreamer1.0-plugins-{base,bad,good,ugly} \
gstreamer0.10-ffmpeg python-numpy python-scipy gstreamer1.0-libav python-numpy python-scipy gstreamer1.0-libav \
libsndfile1-dev libasound2-dev
The ``scikits.audiolab`` package you will install in the next step depends on the
``libsndfile1-dev`` package, so we should install it.
On Debianoid systems, run
.. code-block:: bash
sudo apt-get install libsndfile1-dev
.. note:: .. note::
scikits.audiolab will display a warning every time it's imported if you do scikits.audiolab will display a warning every time it's imported if you do
not compile it with alsa support. Alsa support is not necessary for the GNU not compile it with alsa support. Alsa support is not necessary for the GNU
MediaGoblin application but if you do not wish the alsa warnings from MediaGoblin application.
audiolab you should also install ``libasound2-dev`` before installing
scikits.audiolab.
Then install ``scikits.audiolab`` for the spectrograms:: Then install ``scikits.audiolab`` for the spectrograms::