diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-10-06 08:03:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-11 18:19:22 +0700 |
commit | 01c09c35a0052675d4b161c58b4650f52dfd6802 (patch) | |
tree | ad46c38bb8aa93d21c84442b7afa3697157978b8 | |
parent | 42ef3f600bf501e04a311c2bd37e383a5e059649 (diff) | |
download | slackbuilds-01c09c35a0052675d4b161c58b4650f52dfd6802.tar.gz |
audio/audacity: Updated for version 2.0.6.
ffmpeg support for import-export works again,
libsoxr is the new default resamplig library
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | audio/audacity/README | 2 | ||||
-rw-r--r-- | audio/audacity/audacity.SlackBuild | 6 | ||||
-rw-r--r-- | audio/audacity/audacity.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/audio/audacity/README b/audio/audacity/README index 9d84ab2542..4182770830 100644 --- a/audio/audacity/README +++ b/audio/audacity/README @@ -4,7 +4,7 @@ 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 - BROKEN ATM) +FFMPEG=yes (requires ffmpeg) SOUNDTOUCH=yes (requires soundtouch) TWOLAME=yes (requires twolame) VAMP=yes (requires vamp-plugin-sdk) diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild index 991355940d..ade20f94cd 100644 --- a/audio/audacity/audacity.SlackBuild +++ b/audio/audacity/audacity.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for Audacity # Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com> +# Copyright 2011-2014 Matteo Bernardini <ponce@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +30,7 @@ # Modified by the SlackBuilds.org project PRGNAM=audacity -VERSION=${VERSION:-2.0.5} +VERSION=${VERSION:-2.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,6 +85,7 @@ find -L . \ sed -i "s,lib/vamp,lib$LIBDIRSUFFIX/vamp,g" \ lib-src/libvamp/src/vamp-hostsdk/PluginHostAdapter.cpp +# libsoxr is the new default resampling library CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -98,7 +100,7 @@ CXXFLAGS="$SLKCFLAGS" \ --with-libflac \ --with-libsndfile \ --with-libid3tag \ - --with-libresample \ + --with-libsoxr \ --with$do_ffmpeg-ffmpeg \ --with$do_soundtouch-soundtouch \ --with$do_twolame-libtwolame \ diff --git a/audio/audacity/audacity.info b/audio/audacity/audacity.info index aec965310f..9e41c6b427 100644 --- a/audio/audacity/audacity.info +++ b/audio/audacity/audacity.info @@ -1,8 +1,8 @@ PRGNAM="audacity" -VERSION="2.0.5" +VERSION="2.0.6" HOMEPAGE="http://audacity.sourceforge.net" -DOWNLOAD="http://audacity.googlecode.com/files/audacity-minsrc-2.0.5.tar.xz" -MD5SUM="657f71a5a214fe84731ed9842e09fa04" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/audacity-minsrc-2.0.6.tar.xz" +MD5SUM="fb7b39a1ec8cb562be5ee65725af8832" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wxPython" |