audio/audacity: Updated for version 2.0.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-07-10 07:06:49 +02:00 committed by Robby Workman
parent 5ad91ceb01
commit da33fa169a
3 changed files with 6 additions and 8 deletions

View file

@ -2,8 +2,6 @@ Audacity is free, open source software for recording and editing sounds.
With Audacity one can record live audio, convert tapes and records into
digital recordings, edit Ogg, MP3, and WAV sound files, and much more.
Audacity requires either wxPython or wxGTK.
Support for optional dependencies can be enabled passing the script
optional parameters, such as:
FFMPEG=yes (requires ffmpeg)

View file

@ -29,7 +29,7 @@
# Modified by the SlackBuilds.org project
PRGNAM=audacity
VERSION=${VERSION:-2.0.0}
VERSION=${VERSION:-2.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -83,7 +83,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-minsrc-$VERSION
rm -rf $PRGNAM-src-$VERSION
tar xvf $CWD/$PRGNAM-minsrc-$VERSION.tar.bz2
cd $PRGNAM-src-$VERSION
chown -R root:root .

View file

@ -1,10 +1,10 @@
PRGNAM="audacity"
VERSION="2.0.0"
VERSION="2.0.1"
HOMEPAGE="http://audacity.sourceforge.net"
DOWNLOAD="http://audacity.googlecode.com/files/audacity-minsrc-2.0.0.tar.bz2"
MD5SUM="094b7001af29818cd84961b83397377f"
DOWNLOAD="http://audacity.googlecode.com/files/audacity-minsrc-2.0.1.tar.bz2"
MD5SUM="b694ac336bae68346fb2956b18f17cec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg soundtouch twolame wxPython"
REQUIRES="wxPython"
MAINTAINER="ponce"
EMAIL="matteo.bernardini@gmail.com"