diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-02 04:03:06 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | a3efcb3c06aa3b620251e5b9448b03caa113ad1c (patch) | |
tree | 9beb4e4cb8f5252acb0c2432e251a52705527ea7 /libraries/audioread/README | |
parent | fea9a13ab3babaf5a65693a0d557ddf054e1844f (diff) | |
download | slackbuilds-a3efcb3c06aa3b620251e5b9448b03caa113ad1c.tar.gz |
Multiple: Fix README (gst-* --> gst0-*)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/audioread/README')
-rw-r--r-- | libraries/audioread/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/audioread/README b/libraries/audioread/README index 2ca9df8bc7..a5577cefa4 100644 --- a/libraries/audioread/README +++ b/libraries/audioread/README @@ -1,11 +1,11 @@ Decode audio files using whichever backend is available. The library currently supports: -- gstreamer via gst-python. +- gstreamer via gst0-python. - MAD via the pymad bindings. - ffmpeg via its command-line interface. - The standard library wave and aifc modules (for WAV and AIFF files). -ffmpeg and gst-python are optional dependencies. +ffmpeg and gst0-python are optional dependencies. If you want to build this for use with Python 3.x (needs the optional dependency python3) pass the script PYTHON3=yes, like |