author | Antonio Rojas
<arojas@archlinux.org> 2017-11-04 09:57:44 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2017-11-04 09:57:44 UTC |
parent | aaad566c3a1899cf634e47196567072755122ced |
PKGBUILD | +5 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index 2639e97..62859ce 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,23 +1,21 @@ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=audacity -pkgver=2.1.3 +pkgver=2.2.0 pkgrel=1 pkgdesc="A program that lets you manipulate digital audio waveforms" arch=('i686' 'x86_64') url="http://audacityteam.org" license=('GPL') -depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'lilv' 'soundtouch' - 'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils') +depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch' + 'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'lv2' 'suil' 'lilv') # sbsms - needs unreleased version makedepends=('cmake' 'python2') -options=('!makeflags') source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip) -sha1sums=('616097deb29d3883ca2d858fcefda1550cdfbdf2') +sha256sums=('175b2224bcafad2c4436cc5776c9c6b9af3bb78a8d0f11baa6d851192f5218ad') build() { cd audacity-Audacity-${pkgver} - autoreconf -vi # use system libraries - ./configure --prefix=/usr --with-libsamplerate + WX_CONFIG=wx-config-gtk3 ./configure --prefix=/usr --with-libsamplerate make }