upd depends
This commit is contained in:
parent
890b91b737
commit
724a5d1203
4
.SRCINFO
4
.SRCINFO
|
@ -1,12 +1,13 @@
|
|||
pkgbase = audacity-git
|
||||
pkgdesc = A program that lets you manipulate digital audio waveforms
|
||||
pkgver = 2.4.2.r0.g16d52f63a
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.audacityteam.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = alsa-lib
|
||||
makedepends = clang
|
||||
makedepends = cmake
|
||||
makedepends = ffmpeg
|
||||
makedepends = flac
|
||||
|
@ -52,6 +53,7 @@ pkgbase = audacity-git
|
|||
depends = libvorbis.so
|
||||
depends = libvorbisenc.so
|
||||
depends = libvorbisfile.so
|
||||
depends = wxgtk2
|
||||
optdepends = ffmpeg: additional import/export capabilities
|
||||
optdepends = audacity-extras: nyquist plugins for audacity
|
||||
provides = audacity
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
_pkgname=audacity
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=2.4.2.r0.g16d52f63a
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.audacityteam.org/"
|
||||
|
@ -35,8 +35,10 @@ depends=('expat'
|
|||
'libvamp-hostsdk.so'
|
||||
'libvorbis.so'
|
||||
'libvorbisenc.so'
|
||||
'libvorbisfile.so')
|
||||
'libvorbisfile.so'
|
||||
'wxgtk2')
|
||||
makedepends=('alsa-lib'
|
||||
'clang'
|
||||
'cmake'
|
||||
'ffmpeg'
|
||||
'flac'
|
||||
|
|
Loading…
Reference in New Issue