summaryrefslogtreecommitdiffstats
path: root/audio/eyeD3
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2018-11-05 16:51:33 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:48:11 +0700
commit8eb584c5511eb9bcd7092bfcf0a1f759a49a629d (patch)
tree3a1acca2f4a3de3526bc630354acce5c99168f5a /audio/eyeD3
parent0a8ef91136a2cd1d973bc0aa07dbd2dbea43f8f2 (diff)
downloadslackbuilds-8eb584c5511eb9bcd7092bfcf0a1f759a49a629d.tar.gz
slackbuilds-8eb584c5511eb9bcd7092bfcf0a1f759a49a629d.tar.xz
audio/eyeD3: Updated for version 0.8.7
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'audio/eyeD3')
-rw-r--r--audio/eyeD3/eyeD3.SlackBuild8
-rw-r--r--audio/eyeD3/eyeD3.info8
2 files changed, 8 insertions, 8 deletions
diff --git a/audio/eyeD3/eyeD3.SlackBuild b/audio/eyeD3/eyeD3.SlackBuild
index 0d6004bce1..b24d279918 100644
--- a/audio/eyeD3/eyeD3.SlackBuild
+++ b/audio/eyeD3/eyeD3.SlackBuild
@@ -4,7 +4,7 @@
# Copyright 2007 Andrew Lindberg <alindberg@gmail.com>
# Copyright 2015 Andrew Strong, Blue Mountains Australia.
-# Copyright 2016 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2016-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,7 +29,7 @@
# Modified by new maintainer: Andrew Strong
PRGNAM=eyeD3
-VERSION=${VERSION:-0.7.9}
+VERSION=${VERSION:-0.8.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,13 +61,13 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG
+python2 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS ChangeLog COPYING $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a *.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/audio/eyeD3/eyeD3.info b/audio/eyeD3/eyeD3.info
index 7a6ff496db..d1e58bdce9 100644
--- a/audio/eyeD3/eyeD3.info
+++ b/audio/eyeD3/eyeD3.info
@@ -1,10 +1,10 @@
PRGNAM="eyeD3"
-VERSION="0.7.9"
+VERSION="0.8.7"
HOMEPAGE="http://eyed3.nicfit.net/"
-DOWNLOAD="http://eyed3.nicfit.net/releases/eyeD3-0.7.9.tar.gz"
-MD5SUM="7fdf97f971033207355b5d550414ea75"
+DOWNLOAD="http://eyed3.nicfit.net/releases/eyeD3-0.8.7.tar.gz"
+MD5SUM="2f08a4bb8ed78218360c2f3e74a68a50"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="pahtlib python-magic pylast"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"