audio/mutagen: Updated for version 1.20.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Dugan Chen 2012-06-25 21:21:12 -04:00 committed by dsomero
parent 240a83a7c4
commit a6c9da0eb2
2 changed files with 8 additions and 8 deletions

View file

@ -2,6 +2,8 @@
# Slackware build script for Mutagen # Slackware build script for Mutagen
# Currently maintained by Dugan Chen (thedoogster [at] gmail [dot] [com])
# Copyright 2008 Frank Caraballo <fecaraballo{at}gmail{dot}com> # Copyright 2008 Frank Caraballo <fecaraballo{at}gmail{dot}com>
# All rights reserved. # All rights reserved.
# #
@ -23,16 +25,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mutagen PRGNAM=mutagen
VERSION=${VERSION:-1.15} VERSION=${VERSION:-1.20}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i486 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
fi fi

View file

@ -1,10 +1,10 @@
PRGNAM="mutagen" PRGNAM="mutagen"
VERSION="1.15" VERSION="1.20"
HOMEPAGE="http://code.google.com/p/mutagen/" HOMEPAGE="http://code.google.com/p/mutagen/"
DOWNLOAD="http://quodlibet.googlecode.com/files/mutagen-1.15.tar.gz" DOWNLOAD="http://mutagen.googlecode.com/files/mutagen-1.20.tar.gz"
MD5SUM="c346e1290711a38c123727c31f3602f8" MD5SUM="adb16d9f6056bc864a5c86c6f885af79"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Frank Caraballo" MAINTAINER="Dugan Chen"
EMAIL="fecaraballo{at}gmail{dot}com" EMAIL="thedoogster [at] gmail [dot] com"
APPROVED="dsomero" APPROVED="dsomero"