diff options
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 272928aa95c3..43519f3aaab4 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 |