[arch-commits] Commit in audacity/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Wed Jan 30 20:24:59 UTC 2013


    Date: Wednesday, January 30, 2013 @ 21:24:59
  Author: eric
Revision: 176351

upgpkg: audacity 2.0.3-2

Use libsoxr for resampling (close FS#33550), Clean up default configure options

Modified:
  audacity/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-30 20:19:47 UTC (rev 176350)
+++ PKGBUILD	2013-01-30 20:24:59 UTC (rev 176351)
@@ -3,13 +3,14 @@
 
 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 @@
 
 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
 }
 




More information about the arch-commits mailing list