mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/audacity to 2.3.3-1
This commit is contained in:
parent
2d6b25320d
commit
630c215ead
1 changed files with 5 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=audacity
|
||||
pkgver=2.3.2
|
||||
pkgrel=3
|
||||
pkgver=2.3.3
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||
arch=('x86_64')
|
||||
|
@ -20,11 +20,12 @@ groups=('pro-audio')
|
|||
depends=('expat' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'gtk3' 'libFLAC.so'
|
||||
'libFLAC++.so' 'libid3tag' 'libjack.so' 'liblilv-0.so' 'libmad' 'libogg'
|
||||
'libsndfile' 'libsoxr' 'libsuil-0.so' 'libtwolame.so' 'libvamp-hostsdk.so'
|
||||
'portsmf' 'soundtouch' 'wxgtk3')
|
||||
'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so' 'portsmf' 'soundtouch'
|
||||
'wxgtk3')
|
||||
makedepends=('cmake' 'ffmpeg' 'lv2')
|
||||
optdepends=('ffmpeg: additional import/export capabilities')
|
||||
source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz")
|
||||
sha512sums=('a59d6e9e974d5f78f5ca561e3bea31fc1b3e88f9ea60b2df7ce8bcec264d886f3fdc8f20030e11a86daff8ffeb735850b5e5f73c45fbef0bfcc58692423e7cd0')
|
||||
sha512sums=('766cc6cf21ff79a74f02497c21d8d28e1d06479218a0064fa252b187cc655845da3615045fc3f1088111441121b40147378dbb5078a4bb480bdd2224d09db3ba')
|
||||
|
||||
prepare() {
|
||||
mv -v "${pkgname}-Audacity-${pkgver}" "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue