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

Eric Bélanger eric at nymeria.archlinux.org
Sun Jan 5 17:05:19 UTC 2014


    Date: Sunday, January 5, 2014 @ 18:05:18
  Author: eric
Revision: 203209

upgpkg: audacity 2.0.5-2

Build against wxgtk2.8

Modified:
  audacity/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-05 16:01:36 UTC (rev 203208)
+++ PKGBUILD	2014-01-05 17:05:18 UTC (rev 203209)
@@ -3,12 +3,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')
@@ -18,7 +18,7 @@
 
 build() {
   cd ${pkgname}-src-${pkgver}
-  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
   make
 }




More information about the arch-commits mailing list