summaryrefslogtreecommitdiffstats
path: root/audio/abcde/cddb-tool.diff
diff options
context:
space:
mode:
author Glenn Becker <Glenn Becker>2014-12-16 20:13:18 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-16 20:13:18 +0700
commitc1c06c5acb67034635960d4f5f6ea7112a98995d (patch)
tree6b48cca181c035accf37c5b98e6307dabe6657bb /audio/abcde/cddb-tool.diff
parent2c8a511761fc93a35f28fa35853f03c305968f6c (diff)
downloadslackbuilds-c1c06c5acb67034635960d4f5f6ea7112a98995d.tar.gz
slackbuilds-c1c06c5acb67034635960d4f5f6ea7112a98995d.tar.xz
audio/abcde: Updated for version 2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--audio/abcde/cddb-tool.diff18
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/abcde/cddb-tool.diff b/audio/abcde/cddb-tool.diff
index e3eeacce48..468fe00ebb 100644
--- a/audio/abcde/cddb-tool.diff
+++ b/audio/abcde/cddb-tool.diff
@@ -1,11 +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"
+--- abcde-2.6/cddb-tool 2014-10-26 14:21:14.000000000 -0400
++++ abcde-2.6/cddb-tool.patched 2014-12-14 18:08:31.324695765 -0500
+@@ -220,7 +220,7 @@
+ if [ "$UTF_LOCALE"x != ""x ] ; then
+ export LC_ALL=$UTF_LOCALE
+ fi
+- grep -v "^#CATEGORY=" "$FILE" | iconv -t utf-8 | mail -s "cddb $CDDBGENRE $DISCID" "$ADDRESS"
++ grep -v "^#CATEGORY=" "$FILE" | iconv -t utf-8 | mailx -s "cddb $CDDBGENRE $DISCID" "$ADDRESS"
+ fi
;;
- query) # cddb-tool query serverurl proto user host discid...