audio/pyalsaaudio: Updated for version 0.8.4 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michel Begue 2019-04-18 09:35:36 +07:00 committed by Willy Sudiarto Raharjo
parent b7685c693f
commit 42067eec8e
2 changed files with 11 additions and 9 deletions

View File

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyalsaaudio
VERSION=${VERSION:-0.6}
VERSION=${VERSION:-0.8.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,12 +70,14 @@ find -L . \
python setup.py build
python setup.py install --prefix=/usr --root=$PKG
python3 setup.py build
python3 setup.py install --prefix=/usr --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 CHANGES LICENSE PKG-INFO README TODO doc/html \
cp -a CHANGES LICENSE PKG-INFO TODO doc/html \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc/$PRGNAM-$VERSION/ -type f -exec chmod 644 {} \;

View File

@ -1,10 +1,10 @@
PRGNAM="pyalsaaudio"
VERSION="0.6"
HOMEPAGE="https://sourceforge.net/projects/pyalsaaudio/"
DOWNLOAD="http://ftp.mirrorservice.org/sites/download.salixos.org/x86_64/13.37/source/l/pyalsaaudio/pyalsaaudio-0.6.tar.gz"
MD5SUM="94811fc4de883996eac4046d36fe2364"
VERSION="0.8.4"
HOMEPAGE="http://larsimmisch.github.io/pyalsaaudio/"
DOWNLOAD="https://files.pythonhosted.org/packages/52/b6/44871791929d9d7e11325af0b7be711388dfeeab17147988f044a41a6d83/pyalsaaudio-0.8.4.tar.gz"
MD5SUM="b46f69561bc85fc52e698b2440ca251e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Steve Kennedy"
EMAIL="steve@gnomeslackbuild.org"
REQUIRES="python3"
MAINTAINER="Michel Begue"
EMAIL="mab974@gmail.com"