aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorJim Campbell <jcampbell@gnome.org>2015-05-11 12:44:14 -0500
committerJim Campbell <jcampbell@gnome.org>2015-05-11 19:00:40 -0500
commit8af91ceae786b65d22dae7eabcccce10e85bc8bc (patch)
tree992bf04fc2e02532f1ce9693727c0abb3759c678 /docs/source
parent8d59cd1f9884dcad94c9810e48317471d0b27d71 (diff)
downloadmediagoblin-8af91ceae786b65d22dae7eabcccce10e85bc8bc.tar.lz
mediagoblin-8af91ceae786b65d22dae7eabcccce10e85bc8bc.tar.xz
mediagoblin-8af91ceae786b65d22dae7eabcccce10e85bc8bc.zip
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.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/siteadmin/media-types.rst19
1 files changed, 5 insertions, 14 deletions
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst
index 7d9f72b0..a923505a 100644
--- a/docs/source/siteadmin/media-types.rst
+++ b/docs/source/siteadmin/media-types.rst
@@ -1,6 +1,6 @@
.. 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
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.
To install these on Debianoid systems, run::
- sudo apt-get install python-gst0.10 gstreamer0.10-plugins-{base,bad,good,ugly} \
- gstreamer0.10-ffmpeg python-numpy python-scipy
-
-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
+ sudo apt-get install python-gst-1.0 gstreamer1.0-plugins-{base,bad,good,ugly} \
+ gstreamer1.0-libav python-numpy python-scipy gstreamer1.0-libav \
+ libsndfile1-dev libasound2-dev
.. note::
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
- MediaGoblin application but if you do not wish the alsa warnings from
- audiolab you should also install ``libasound2-dev`` before installing
- scikits.audiolab.
+ MediaGoblin application.
Then install ``scikits.audiolab`` for the spectrograms::