diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Kivy/README | 2 | ||||
-rw-r--r-- | libraries/audioread/README | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libraries/Kivy/README b/libraries/Kivy/README index 36a340a1e574c..8e74e84b9286e 100644 --- a/libraries/Kivy/README +++ b/libraries/Kivy/README @@ -1,7 +1,7 @@ A software library for rapid development of hardware-accelerated multitouch applications. -Optional dependencies: pygame, gst-python, pyenchant +Optional dependencies: pygame, gst0-python, pyenchant If you want to enable features like windowing (i.e. open a Window), audio/video playback or spelling correction. Other optional libraries (mutually independent) are: opencv. diff --git a/libraries/audioread/README b/libraries/audioread/README index 2ca9df8bc7be1..a5577cefa4d2b 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 |