audio/audacity: Updated for version 2.0.2.
Noted that the FFMPEG option is broken ATM. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
c4a3c42e0f
commit
d1550ed940
|
@ -4,6 +4,6 @@ digital recordings, edit Ogg, MP3, and WAV sound files, and much more.
|
|||
|
||||
Support for optional dependencies can be enabled passing the script
|
||||
optional parameters, such as:
|
||||
FFMPEG=yes (requires ffmpeg)
|
||||
FFMPEG=yes (requires ffmpeg - BROKEN ATM)
|
||||
SOUNDTOUCH=yes (requires soundtouch)
|
||||
TWOLAME=yes (requires twolame)
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
# Modified by the SlackBuilds.org project
|
||||
|
||||
PRGNAM=audacity
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="audacity"
|
||||
VERSION="2.0.1"
|
||||
VERSION="2.0.2"
|
||||
HOMEPAGE="http://audacity.sourceforge.net"
|
||||
DOWNLOAD="http://audacity.googlecode.com/files/audacity-minsrc-2.0.1.tar.bz2"
|
||||
MD5SUM="b694ac336bae68346fb2956b18f17cec"
|
||||
DOWNLOAD="http://audacity.googlecode.com/files/audacity-minsrc-2.0.2.tar.bz2"
|
||||
MD5SUM="c838bc4485b0af104a7f6d9c6955a284"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython"
|
||||
MAINTAINER="Matteo Bernardini"
|
||||
EMAIL="ponce@slackbuilds.org"
|
||||
MAINTAINER="ponce"
|
||||
EMAIL="matteo.bernardini@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue