mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/audacity to 2.2.2-1
This commit is contained in:
parent
9bc9ba9b11
commit
e25a978f4a
1 changed files with 5 additions and 4 deletions
|
@ -6,8 +6,9 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=audacity
|
||||
pkgver=2.3.0
|
||||
pkgver=2.2.2
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||
arch=('x86_64')
|
||||
url="https://audacityteam.org"
|
||||
|
@ -16,12 +17,12 @@ groups=('pro-audio')
|
|||
# upstream enquired via mail about:
|
||||
# vendors/requires older version of portaudio
|
||||
# vendors/doesn't detect system version of portmidi
|
||||
depends=('libid3tag' 'libmad' 'libsoxr' 'lilv' 'portsmf' 'soundtouch' 'suil' 'twolame'
|
||||
'vamp-plugin-sdk' 'wxgtk3')
|
||||
depends=('libid3tag' 'libmad' 'libsoxr' 'lilv' 'portsmf' 'soundtouch' 'suil'
|
||||
'twolame' 'vamp-plugin-sdk' 'wxgtk3')
|
||||
makedepends=('cmake' 'ffmpeg')
|
||||
optdepends=('ffmpeg: additional import/export capabilities')
|
||||
source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz")
|
||||
sha512sums=('0b0daece8578fe3b14425f0fd29d984aee7d0c9ab65376b2f415abdac67690765e1601c8c7d7e5b732001f887234efd4b931942a278c454695ad17751ef3f8b7')
|
||||
sha512sums=('311a5f3413e7faf40dc5639b2b9f8b0d03d1a410c50d894ca7abf3fe5733a29b710ccf7e3215d97dd9142e93c0ab5e13955dfd13146b03f927f74465459a6457')
|
||||
|
||||
prepare() {
|
||||
mv -v "${pkgname}-Audacity-${pkgver}" "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue