community/audacity to 2.2.2-1

This commit is contained in:
Kevin Mihelich 2018-03-06 13:31:11 +00:00
parent d791454a18
commit c169ab6734

View file

@ -6,8 +6,8 @@
# - configure with --disable-sse
pkgname=audacity
pkgver=2.2.1
pkgrel=2
pkgver=2.2.2
pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('x86_64')
url="https://audacityteam.org"
@ -16,15 +16,16 @@ depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv') # sbsms - needs unreleased version
makedepends=('cmake')
source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz")
sha512sums=('5f3e17aa5f39210f1440f49e19835bc6f2b6ab1bb58cee989dd2aa46cbcaf82eaa01037a8ee9e3a419741a34ae00c0325da33f017d83be531654032797ac7edd')
sha512sums=('311a5f3413e7faf40dc5639b2b9f8b0d03d1a410c50d894ca7abf3fe5733a29b710ccf7e3215d97dd9142e93c0ab5e13955dfd13146b03f927f74465459a6457')
prepare() {
cd "${pkgname}-Audacity-${pkgver}"
mv -v "${pkgname}-Audacity-${pkgver}" "${pkgname}-${pkgver}"
cd "${pkgname}-${pkgver}"
autoreconf -vi
}
build() {
cd "${pkgname}-Audacity-${pkgver}"
cd "${pkgname}-${pkgver}"
WX_CONFIG=wx-config-gtk3 ./configure --prefix="/usr" \
--with-libsndfile="system" \
--with-ffmpeg="system" \
@ -46,6 +47,6 @@ build() {
}
package() {
cd "${pkgname}-Audacity-${pkgver}"
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}