audio/puddletag: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
83e7f9685f
commit
691d34e2f7
|
@ -3,7 +3,5 @@ program Mp3tag. Unlike most taggers for GNU/Linux, it uses a spreadsheet-
|
|||
like layout so that all the tags you want to edit by hand are visible and
|
||||
easily editable.
|
||||
|
||||
This requires pyparsing, mutagen, configobj and python-musicbrainz2.
|
||||
|
||||
Optional / Recommended packages are: gst-ffmpeg, gst-plugins-bad,
|
||||
gst-plugins-ugly, gst-python and quodlibet.
|
||||
gst-plugins-ugly, gst-python, and quodlibet.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/puddletag/puddletag-0.10.6.tar.gz"
|
|||
MD5SUM="b9b09e33517ca20bd5598791332d6c18"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="configobj gst-ffmpeg gst-plugins-bad gst-plugins-ugly gst-python mutagen pyparsing python-musicbrainz2 quodlibet"
|
||||
REQUIRES="configobj mutagen pyparsing python-musicbrainz2"
|
||||
MAINTAINER="Bill Kirkpatrick"
|
||||
EMAIL="bkirkp@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue