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.6/Makefile 2014-10-26 13:41:35.000000000 -0400
|
||||||
+++ abcde-2.5.4/Makefile 2012-10-07 13:39:37.271325434 -0400
|
+++ abcde-2.6/Makefile.patched 2014-12-14 18:22:39.005098302 -0500
|
||||||
@@ -3,7 +3,7 @@
|
@@ -3,7 +3,7 @@
|
||||||
# Installation directories
|
# Installation directories
|
||||||
prefix = ${DESTDIR}/usr
|
prefix = ${DESTDIR}/usr
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
# Modified by Glenn Becker
|
# Modified by Glenn Becker
|
||||||
|
|
||||||
PRGNAM=abcde
|
PRGNAM=abcde
|
||||||
VERSION=2.5.4
|
VERSION=${VERSION:-2.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
rm -rf $TMP/$PRGNAM-$VERSION
|
rm -rf $TMP/$PRGNAM-$VERSION
|
||||||
cd $TMP
|
cd $TMP
|
||||||
tar xvf $CWD/$PRGNAM\_$VERSION.orig.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="abcde"
|
PRGNAM="abcde"
|
||||||
VERSION="2.5.4"
|
VERSION="2.6"
|
||||||
HOMEPAGE="http://freecode.com/projects/abcde"
|
HOMEPAGE="http://abcde.einval.com"
|
||||||
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/a/abcde/abcde_2.5.4.orig.tar.gz"
|
DOWNLOAD="http://abcde.einval.com/download/abcde-2.6.tar.gz"
|
||||||
MD5SUM="d761c5a07854ce24748be9aa10100e74"
|
MD5SUM="6bbf4a5d5ea538dc69afb84da75e16f0"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="cd-discid"
|
REQUIRES="cd-discid"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- abcde-2.5.4.orig/cddb-tool 2012-06-20 09:44:13.000000000 -0400
|
--- abcde-2.6/cddb-tool 2014-10-26 14:21:14.000000000 -0400
|
||||||
+++ abcde-2.5.4/cddb-tool 2012-12-08 14:59:08.865171479 -0500
|
+++ abcde-2.6/cddb-tool.patched 2014-12-14 18:08:31.324695765 -0500
|
||||||
@@ -196,7 +196,7 @@
|
@@ -220,7 +220,7 @@
|
||||||
ADDRESS="$2"
|
if [ "$UTF_LOCALE"x != ""x ] ; then
|
||||||
DISCID=$(grep ^DISCID= "$FILE" | cut -f2 -d= | tr -d \[:cntrl:\])
|
export LC_ALL=$UTF_LOCALE
|
||||||
CDDBGENRE=$(grep '^#CATEGORY=' "$FILE" | cut -f2- -d= | tr -d \[:cntrl:\])
|
fi
|
||||||
- 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 | mail -s "cddb $CDDBGENRE $DISCID" "$ADDRESS"
|
||||||
+ grep -v "^#CATEGORY=" "$FILE" | iconv -t utf-8 | mailx -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