multimedia/exaile: Fixed dep information

This commit is contained in:
ponce 2012-08-27 10:18:18 +02:00
parent c223b339a5
commit d2584475ea
2 changed files with 1 additions and 3 deletions

View file

@ -3,8 +3,6 @@ incorporates automatic fetching of album art, handling of large libraries,
lyrics fetching, artist/album information via Wikipedia, and Last.fm
submission support.
This requires gst-python and mutagen.
Optional dependencies are gst-plugins-ugly (for mp3 support), cddb-py (for
audio CD playback), gst-gnome-vfs (for SHOUTcast support), webkit,
pywebkitgtk (for contextual informations about the track) and streamripper

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://launchpad.net/exaile/0.3.2/0.3.2.1/+download/exaile-0.3.2.1.tar
MD5SUM="7ecfa9e52a9f2882717b3483518b604b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cddb-py gst-plugins-ugly gst-python mutagen pywebkitgtk streamripper webkit"
REQUIRES="gst-python mutagen"
MAINTAINER="Diogo Leal"
EMAIL="diogo@diogoleal.com"