audio/audacity: Updated for version 2.1.2.

From this release it depends on wxGTK3 instead of wxPython

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-12-19 14:38:32 +01:00 committed by Willy Sudiarto Raharjo
parent c0b08217f2
commit dda6566c26
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for Audacity
# Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com>
# Copyright 2011-2015 Matteo Bernardini <ponce@slackbuilds.org>
# Copyright 2011-2016 Matteo Bernardini <ponce@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -31,13 +31,13 @@
PRGNAM=audacity
SRCNAM=Audacity
VERSION=${VERSION:-2.1.1}
VERSION=${VERSION:-2.1.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
@ -48,8 +48,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="audacity"
VERSION="2.1.1"
VERSION="2.1.2"
HOMEPAGE="http://audacity.sourceforge.net"
DOWNLOAD="https://github.com/audacity/audacity/archive/Audacity-2.1.1.tar.gz"
MD5SUM="7cd627dc61da8b3698d234c96aee284d"
DOWNLOAD="https://github.com/audacity/audacity/archive/Audacity-2.1.2.tar.gz"
MD5SUM="84488cd755fe14cbc39769dd1abb7113"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"
REQUIRES="wxGTK3"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"