diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-12-18 19:23:57 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-18 19:23:57 -0600 |
commit | a2aab434c3ac153fec7e102192cd9911961cf27e (patch) | |
tree | 4bde3f965b7e19dddaddeff6da3694ba337dc516 /audio/audacity/audacity.SlackBuild | |
parent | ee222413080a3f514bf669a443beffc165c713ac (diff) | |
download | slackbuilds-a2aab434c3ac153fec7e102192cd9911961cf27e.tar.gz |
audio/audacity: Updated for version 1.3.14.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/audacity/audacity.SlackBuild')
-rw-r--r-- | audio/audacity/audacity.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild index 272928aa95..43519f3aaa 100644 --- a/audio/audacity/audacity.SlackBuild +++ b/audio/audacity/audacity.SlackBuild @@ -29,8 +29,8 @@ # Modified by the SlackBuilds.org project PRGNAM=audacity -VERSION=${VERSION:-1.3.13} -BUILD=${BUILD:-1} +VERSION=${VERSION:-1.3.14} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -93,6 +93,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# patch for newer ffmpeg versions +# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-sound/audacity/files/audacity-1.3.13-ffmpeg.patch?view=markup +patch -p1 < $CWD/audacity-1.3.13-ffmpeg.patch + # Fix vamp plugin search path on x86_64 - thanks to B. Watson sed -i "s,/usr/lib/vamp,/usr/lib$LIBDIRSUFFIX/vamp," \ lib-src/libvamp/src/vamp-hostsdk/PluginHostAdapter.cpp |