diff options
author | Glenn Becker <burningc@sdf.org> | 2012-12-20 23:02:45 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-21 21:27:22 +0100 |
commit | 52b9782d49b4f7995cb4d8f333110e4c232bb609 (patch) | |
tree | 3412e4cf6bd719df191decc700d2b0b59a10d1d2 /audio/abcde/cddb-tool.diff | |
parent | 77efda2c98a7d233423948bc64180e5621f9aaea (diff) | |
download | slackbuilds-52b9782d49b4f7995cb4d8f333110e4c232bb609.tar.gz |
audio/abcde: Updated for version 2.5.4.
Noted missing perl modules for musicbrainz-tool
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/abcde/cddb-tool.diff')
-rw-r--r-- | audio/abcde/cddb-tool.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/abcde/cddb-tool.diff b/audio/abcde/cddb-tool.diff new file mode 100644 index 0000000000..e3eeacce48 --- /dev/null +++ b/audio/abcde/cddb-tool.diff @@ -0,0 +1,11 @@ +--- abcde-2.5.4.orig/cddb-tool 2012-06-20 09:44:13.000000000 -0400 ++++ abcde-2.5.4/cddb-tool 2012-12-08 14:59:08.865171479 -0500 +@@ -196,7 +196,7 @@ + ADDRESS="$2" + DISCID=$(grep ^DISCID= "$FILE" | cut -f2 -d= | tr -d \[:cntrl:\]) + CDDBGENRE=$(grep '^#CATEGORY=' "$FILE" | cut -f2- -d= | tr -d \[:cntrl:\]) +- grep -v "^#CATEGORY=" "$FILE" | iconv -t utf-8 | mail -a "Content-Type: text/plain; charset=utf-8" -s "cddb $CDDBGENRE $DISCID" "$ADDRESS" ++ grep -v "^#CATEGORY=" "$FILE" | iconv -t utf-8 | mailx -s "cddb $CDDBGENRE $DISCID" "$ADDRESS" + ;; + + query) # cddb-tool query serverurl proto user host discid... |