extra/audacity to 2.0.5-2

This commit is contained in:
Kevin Mihelich 2014-01-11 21:46:39 +00:00
parent 4f08df0725
commit 37f5b3f3b2

View file

@ -7,12 +7,12 @@
pkgname=audacity
pkgver=2.0.5
pkgrel=1
pkgrel=2
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64')
url="http://audacity.sourceforge.net/"
license=('GPL')
depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'hicolor-icon-theme'
'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
makedepends=('cmake')
options=('!makeflags')
@ -25,7 +25,7 @@ build() {
[[ $CARCH == 'arm' ]] && CONFIG="--without-soundtouch"
PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
WX_CONFIG=/usr/bin/wx-config-2.8 PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
./configure --prefix=/usr --disable-sse $CONFIG
make
}