aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/audacity/README2
-rw-r--r--audio/audacity/audacity.SlackBuild4
-rw-r--r--audio/audacity/audacity.info8
3 files changed, 6 insertions, 8 deletions
diff --git a/audio/audacity/README b/audio/audacity/README
index d23d9f35306f..b2c3c380bbb8 100644
--- a/audio/audacity/README
+++ b/audio/audacity/README
@@ -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)
diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild
index 3fa0e6a16db0..047e90121675 100644
--- a/audio/audacity/audacity.SlackBuild
+++ b/audio/audacity/audacity.SlackBuild
@@ -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 .
diff --git a/audio/audacity/audacity.info b/audio/audacity/audacity.info
index a399c8663b9c..75ac9efafc47 100644
--- a/audio/audacity/audacity.info
+++ b/audio/audacity/audacity.info
@@ -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"