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>
This commit is contained in:
Matteo Bernardini 2014-10-06 08:03:10 +02:00 committed by Willy Sudiarto Raharjo
parent 42ef3f600b
commit 01c09c35a0
3 changed files with 8 additions and 6 deletions

View file

@ -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 Support for optional dependencies can be enabled passing the script
optional parameters, such as: optional parameters, such as:
FFMPEG=yes (requires ffmpeg - BROKEN ATM) FFMPEG=yes (requires ffmpeg)
SOUNDTOUCH=yes (requires soundtouch) SOUNDTOUCH=yes (requires soundtouch)
TWOLAME=yes (requires twolame) TWOLAME=yes (requires twolame)
VAMP=yes (requires vamp-plugin-sdk) VAMP=yes (requires vamp-plugin-sdk)

View file

@ -3,6 +3,7 @@
# Slackware build script for Audacity # Slackware build script for Audacity
# Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com> # Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com>
# Copyright 2011-2014 Matteo Bernardini <ponce@slackbuilds.org>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -29,7 +30,7 @@
# Modified by the SlackBuilds.org project # Modified by the SlackBuilds.org project
PRGNAM=audacity PRGNAM=audacity
VERSION=${VERSION:-2.0.5} VERSION=${VERSION:-2.0.6}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -84,6 +85,7 @@ find -L . \
sed -i "s,lib/vamp,lib$LIBDIRSUFFIX/vamp,g" \ sed -i "s,lib/vamp,lib$LIBDIRSUFFIX/vamp,g" \
lib-src/libvamp/src/vamp-hostsdk/PluginHostAdapter.cpp lib-src/libvamp/src/vamp-hostsdk/PluginHostAdapter.cpp
# libsoxr is the new default resampling library
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
@ -98,7 +100,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-libflac \ --with-libflac \
--with-libsndfile \ --with-libsndfile \
--with-libid3tag \ --with-libid3tag \
--with-libresample \ --with-libsoxr \
--with$do_ffmpeg-ffmpeg \ --with$do_ffmpeg-ffmpeg \
--with$do_soundtouch-soundtouch \ --with$do_soundtouch-soundtouch \
--with$do_twolame-libtwolame \ --with$do_twolame-libtwolame \

View file

@ -1,8 +1,8 @@
PRGNAM="audacity" PRGNAM="audacity"
VERSION="2.0.5" VERSION="2.0.6"
HOMEPAGE="http://audacity.sourceforge.net" HOMEPAGE="http://audacity.sourceforge.net"
DOWNLOAD="http://audacity.googlecode.com/files/audacity-minsrc-2.0.5.tar.xz" DOWNLOAD="http://ponce.cc/slackware/sources/repo/audacity-minsrc-2.0.6.tar.xz"
MD5SUM="657f71a5a214fe84731ed9842e09fa04" MD5SUM="fb7b39a1ec8cb562be5ee65725af8832"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="wxPython" REQUIRES="wxPython"