mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/audacity to 2.2.1-1
This commit is contained in:
parent
069e40412d
commit
eec449c158
1 changed files with 3 additions and 3 deletions
|
@ -5,17 +5,17 @@
|
||||||
# - configure with --disable-sse
|
# - configure with --disable-sse
|
||||||
|
|
||||||
pkgname=audacity
|
pkgname=audacity
|
||||||
pkgver=2.2.0
|
pkgver=2.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url="http://audacityteam.org"
|
url="http://audacityteam.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
|
depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
|
||||||
'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'lv2' 'suil' 'lilv') # sbsms - needs unreleased version
|
'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'lv2' 'suil' 'lilv') # sbsms - needs unreleased version
|
||||||
makedepends=('cmake' 'python2')
|
makedepends=('cmake' 'python2')
|
||||||
source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip)
|
source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip)
|
||||||
sha256sums=('175b2224bcafad2c4436cc5776c9c6b9af3bb78a8d0f11baa6d851192f5218ad')
|
sha256sums=('48dfff3d9319aa1a1a9e0e791846ca697b40079d05d652c900613415eede4db7')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd audacity-Audacity-${pkgver}
|
cd audacity-Audacity-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue