multimedia/picard-plugins: Updated for version 7d0cf37 + new maint.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2018-04-20 13:58:15 +01:00 committed by Willy Sudiarto Raharjo
parent a223fc86d6
commit 33449f966b
2 changed files with 13 additions and 11 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for "picard-plugins".
# Copyright 2015 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2018 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -26,13 +27,14 @@
PRGNAM=picard-plugins
DSTNAM=picard
VERSION=${VERSION:-20160206}
VERSION=${VERSION:-7d0cf37}
COMMIT=${COMMIT:-7d0cf37373e35dcb43ff6597ca2a0becb1406f90}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -43,7 +45,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
if [ "$ARCH" = "i586" ]; then
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
LIBDIRSUFFIX=""
@ -58,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
rm -rf $PRGNAM-$COMMIT
tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz
cd $PRGNAM-$COMMIT
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,10 +1,10 @@
PRGNAM="picard-plugins"
VERSION="20160206"
VERSION="7d0cf37"
HOMEPAGE="https://picard.musicbrainz.org/plugins/"
DOWNLOAD="https://s.mos6581.de/static/slackbuilds.org/sources/picard-plugins-20160206.tar.xz"
MD5SUM="d19d7fb573663ce7fdee25943befa276"
DOWNLOAD="https://github.com/metabrainz/picard-plugins/archive/7d0cf37/picard-plugins-7d0cf37373e35dcb43ff6597ca2a0becb1406f90.tar.gz"
MD5SUM="88cdba544962868cd1a58aeccd9abc0e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="picard"
MAINTAINER="Marcel Saegebarth"
EMAIL="marc@mos6581.de"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"