diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 22:15:57 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-25 20:54:10 -0500 |
commit | 57136723a7c6f8cc064c5a0b3712100e01047b76 (patch) | |
tree | 1fec7c5e8a47517dba027c481528c53f74b5e39a | |
parent | 89f9da079c502fa731f32a4ee0bcd9fa38f6a34d (diff) | |
download | slackbuilds-57136723a7c6f8cc064c5a0b3712100e01047b76.tar.gz |
audio/abcde: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | audio/abcde/README | 5 | ||||
-rw-r--r-- | audio/abcde/abcde.info | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/abcde/README b/audio/abcde/README index 429d7c940e..028fc726d7 100644 --- a/audio/abcde/README +++ b/audio/abcde/README @@ -3,9 +3,8 @@ that grabs tracks off a CD encodes them to Ogg/Vorbis, MP3, FLAC, OGG/Speex, MPP/MP+(Musepack) and/or M4A/AAC format, and tags them all in one go. -abcde requires cd-discid which can be found on Slackbuilds.org. There -are many features that abcde supports and many of these packages can -be also found on Slackbuilds.org: +There are many optional features that abcde supports by building +with one or more of these optional dependencies: * faac : for creating m4a/aac files * id3lib : for manipulating ID3v1 and ID3v2 tags diff --git a/audio/abcde/abcde.info b/audio/abcde/abcde.info index c19632625b..42723ff24b 100644 --- a/audio/abcde/abcde.info +++ b/audio/abcde/abcde.info @@ -5,6 +5,6 @@ DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/a/abcde/abcde_2.3.99.6.orig. MD5SUM="ac9be20f3098b0943212168171d33ffa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="cd-discid faac id3lib id3v2 lame mppenc speex vorbisgain" +REQUIRES="cd-discid" MAINTAINER="Jim Capozzoli" EMAIL="saltmiser@gmail.com" |