community/audacity to 2.2.2-2

This commit is contained in:
Kevin Mihelich 2018-05-14 23:35:02 +00:00
parent 39cb651eb3
commit e51dd27def

View file

@ -7,13 +7,13 @@
pkgname=audacity pkgname=audacity
pkgver=2.2.2 pkgver=2.2.2
pkgrel=1 pkgrel=2
pkgdesc="A program that lets you manipulate digital audio waveforms" pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('x86_64') arch=('x86_64')
url="https://audacityteam.org" url="https://audacityteam.org"
license=('GPL2' 'CCPL') license=('GPL2' 'CCPL')
depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch' depends=('libmad' 'libid3tag' 'wxgtk3' 'soundtouch' 'ffmpeg' 'vamp-plugin-sdk'
'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv') # sbsms - needs unreleased version 'portsmf' 'twolame' 'suil' 'lilv')
makedepends=('cmake') makedepends=('cmake')
source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz") source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz")
sha512sums=('311a5f3413e7faf40dc5639b2b9f8b0d03d1a410c50d894ca7abf3fe5733a29b710ccf7e3215d97dd9142e93c0ab5e13955dfd13146b03f927f74465459a6457') sha512sums=('311a5f3413e7faf40dc5639b2b9f8b0d03d1a410c50d894ca7abf3fe5733a29b710ccf7e3215d97dd9142e93c0ab5e13955dfd13146b03f927f74465459a6457')
@ -32,7 +32,7 @@ build() {
--with-expat="system" \ --with-expat="system" \
--with-lame="system" \ --with-lame="system" \
--with-libsoxr="system" \ --with-libsoxr="system" \
--with-libclac \ --with-libflac \
--with-libid3tag \ --with-libid3tag \
--with-libsamplerate \ --with-libsamplerate \
--with-sbsms \ --with-sbsms \