multimedia/picard: Updated for version 1.4.2 + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2018-04-20 13:50:12 +01:00 committed by Willy Sudiarto Raharjo
parent 08e753bc23
commit a223fc86d6
3 changed files with 12 additions and 10 deletions

View file

@ -6,4 +6,5 @@ This application is the official MusicBrainz tagging application.
Note: You need to compile and install `chromaprint' with `ffmpeg'
installed for getting the `fpcalc' utility to lookup the music
files against `AcoustID' and `MusicBrainz'.
files against `AcoustID' and `MusicBrainz'. In picard's settings,
point the "Fingerprint calculator" to /usr/bin/fpcalc

View file

@ -3,6 +3,7 @@
# Slackware build script for "picard".
# Copyright 2014-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
@ -25,13 +26,13 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=picard
VERSION=${VERSION:-1.3.2}
VERSION=${VERSION:-1.4.2}
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
@ -42,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,10 +1,10 @@
PRGNAM="picard"
VERSION="1.3.2"
VERSION="1.4.2"
HOMEPAGE="https://picard.musicbrainz.org/"
DOWNLOAD="ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-1.3.2.tar.gz"
MD5SUM="0df8899ba834b2c9ac59165122256257"
DOWNLOAD="ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-1.4.2.tar.gz"
MD5SUM="f39b57aa2e5e71d09e1f664be8b21971"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mutagen chromaprint"
MAINTAINER="Marcel Saegebarth"
EMAIL="marc@mos6581.de"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"