diff options
-rw-r--r-- | games/pychess/README | 2 | ||||
-rw-r--r-- | libraries/Kivy/README | 2 | ||||
-rw-r--r-- | libraries/audioread/README | 4 | ||||
-rw-r--r-- | multimedia/exaile/README | 4 | ||||
-rw-r--r-- | multimedia/gnash/README | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/games/pychess/README b/games/pychess/README index bdfcca83ee..c1db1f9233 100644 --- a/games/pychess/README +++ b/games/pychess/README @@ -4,4 +4,4 @@ least). PyChess is 100% python code, from the top of the UI to the bottom of the chess engine, and all code is licensed under the GNU Public License. -Optional: gst-python (for sound) +Optional: gst0-python (for sound) diff --git a/libraries/Kivy/README b/libraries/Kivy/README index 36a340a1e5..8e74e84b92 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 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 diff --git a/multimedia/exaile/README b/multimedia/exaile/README index f395a0622f..459eb3e91b 100644 --- a/multimedia/exaile/README +++ b/multimedia/exaile/README @@ -3,7 +3,7 @@ incorporates automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via Wikipedia, and Last.fm submission support. -Optional dependencies are gst-plugins-ugly (for mp3 support), cddb-py (for -audio CD playback), gst-gnome-vfs (for SHOUTcast support), +Optional dependencies are gst0-plugins-ugly (for mp3 support), cddb-py (for +audio CD playback), gst0-gnome-vfs (for SHOUTcast support), pywebkitgtk (for contextual informations about the track) and streamripper (to record streams). diff --git a/multimedia/gnash/README b/multimedia/gnash/README index 34bf64040a..935c75b45e 100644 --- a/multimedia/gnash/README +++ b/multimedia/gnash/README @@ -5,5 +5,5 @@ If you don't want to compile it or if you don't have KDE installed, you can disable the Konqueror plugin ("Klash") like this: KLASH=no ./gnash.SlackBuild -Optional but recommended dependencies are speex, gst-ffmpeg, -and gst-plugins-ugly. +Optional but recommended dependencies are speex, gst0-ffmpeg, +and gst0-plugins-ugly. |