diff --git a/README.md b/README.md index 27587d0d..dd519a56 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,9 @@ Whipper relies on the following packages in order to run correctly and provide a - [cdparanoia](https://www.xiph.org/paranoia/), for the actual ripping - [cdrdao](http://cdrdao.sourceforge.net/), for session, TOC, pre-gap, and ISRC extraction - [GStreamer](https://gstreamer.freedesktop.org/) and its python bindings, for encoding (it's going to be removed soon™) - - `gstreamer0.10-base-plugins` >= **0.10.22** for appsink - - `gstreamer0.10-good-plugins` for wav encoding (it depends on the Linux distro used) + - `gstreamer0.10-base-plugins` (or `gstreamer0.10-plugins-base` depending on Linux distro) >= **0.10.22** for appsink + - `gstreamer0.10-good-plugins` (or `gstreamer0.10-plugins-good`) for wav encoding (it depends on the Linux distro used) + - `python-gst0.10` (GStreamer Python bindings) - [python-musicbrainzngs](https://github.com/alastair/python-musicbrainzngs), for metadata lookup - [python-setuptools](https://pypi.python.org/pypi/setuptools), for installation, plugins support - [python-cddb](http://cddb-py.sourceforge.net/), for showing but not using metadata if disc not available in the MusicBrainz DB