diff options
author | root <root@rshg054.dnsready.net> | 2013-01-31 00:07:23 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-31 00:07:23 -0800 |
commit | a949895a0243a490d30fe355655c839fe217c580 (patch) | |
tree | 9895367801e2aab74b4a31e81263ab0d4693055f /extra/audacity | |
parent | c25b7aa323ab71b1a524d15dbbe942dbebd55761 (diff) |
Thu Jan 31 00:07:23 PST 2013
Diffstat (limited to 'extra/audacity')
-rw-r--r-- | extra/audacity/PKGBUILD | 15 |
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 } |