summaryrefslogtreecommitdiff
path: root/extra/audacity/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/audacity/PKGBUILD')
-rw-r--r--extra/audacity/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/extra/audacity/PKGBUILD b/extra/audacity/PKGBUILD
index 9b58f78d7..54f5df4d0 100644
--- a/extra/audacity/PKGBUILD
+++ b/extra/audacity/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 175820 2013-01-22 06:29:20Z eric $
+# $Id: PKGBUILD 176352 2013-01-30 20:25:49Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=audacity
pkgver=2.0.3
-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'
'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
+makedepends=('cmake')
options=('!makeflags')
install=audacity.install
source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
@@ -17,14 +18,8 @@ sha1sums=('72e634711fb96aac9df445e75e16e12e00c047e6')
build() {
cd "${srcdir}/${pkgname}-src-${pkgver}"
- WX_CONFIG=/usr/bin/wx-config PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
- ./configure --prefix=/usr --docdir=/usr/share/doc/audacity \
- --with-portaudio --with-libsamplerate \
- --without-libresample --with-libmad \
- --with-ffmpeg --with-id3tag --with-libflac \
- --with-vorbis --with-libexpat \
- --with-libsndfile --with-soundtouch \
- --enable-unicode --without-taglib
+ PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
+ ./configure --prefix=/usr --docdir=/usr/share/doc/audacity
make
}