From b3f0fbc59dbe5671229be62940a82038ddf65549 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 17 Dec 2016 23:25:00 +0800 Subject: [PATCH] Update README.md Added clearer info on required GStreamer-related packages. I got a `no module named gst` while testing on Ubuntu 16.04 and figured it would be clearer to name the package to install to avoid that. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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