mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/abcde: Updated for version 2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2c8a511761
commit
c1c06c5acb
4 changed files with 17 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
--- abcde-2.5.4.orig/Makefile 2012-10-07 13:35:53.429882065 -0400
|
||||
+++ abcde-2.5.4/Makefile 2012-10-07 13:39:37.271325434 -0400
|
||||
--- abcde-2.6/Makefile 2014-10-26 13:41:35.000000000 -0400
|
||||
+++ abcde-2.6/Makefile.patched 2014-12-14 18:22:39.005098302 -0500
|
||||
@@ -3,7 +3,7 @@
|
||||
# Installation directories
|
||||
prefix = ${DESTDIR}/usr
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
# Modified by Glenn Becker
|
||||
|
||||
PRGNAM=abcde
|
||||
VERSION=2.5.4
|
||||
VERSION=${VERSION:-2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -50,7 +50,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
rm -rf $TMP/$PRGNAM-$VERSION
|
||||
cd $TMP
|
||||
tar xvf $CWD/$PRGNAM\_$VERSION.orig.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="abcde"
|
||||
VERSION="2.5.4"
|
||||
HOMEPAGE="http://freecode.com/projects/abcde"
|
||||
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/a/abcde/abcde_2.5.4.orig.tar.gz"
|
||||
MD5SUM="d761c5a07854ce24748be9aa10100e74"
|
||||
VERSION="2.6"
|
||||
HOMEPAGE="http://abcde.einval.com"
|
||||
DOWNLOAD="http://abcde.einval.com/download/abcde-2.6.tar.gz"
|
||||
MD5SUM="6bbf4a5d5ea538dc69afb84da75e16f0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cd-discid"
|
||||
|
|
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue