summaryrefslogtreecommitdiffstats
path: root/audio/audacity
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-07-10 07:06:49 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-08-21 08:55:27 -0500
commitda33fa169abb87fdf2a870881bfa9c48ee4eb5b0 (patch)
tree5e86569b7cd623a28522872b63509db08652167d /audio/audacity
parent5ad91ceb01b82dc4f328f099f3143f6a6a6867e1 (diff)
downloadslackbuilds-da33fa169abb87fdf2a870881bfa9c48ee4eb5b0.tar.gz
slackbuilds-da33fa169abb87fdf2a870881bfa9c48ee4eb5b0.tar.xz
audio/audacity: Updated for version 2.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/audacity')
-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 d23d9f3530..b2c3c380bb 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 3fa0e6a16d..047e901216 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 a399c8663b..75ac9efafc 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"