makedepends git
This commit is contained in:
parent
236d7f3e9d
commit
d83e7f419d
3
.SRCINFO
3
.SRCINFO
|
@ -1,12 +1,13 @@
|
||||||
pkgbase = audacity-git
|
pkgbase = audacity-git
|
||||||
pkgdesc = A program that lets you manipulate digital audio waveforms
|
pkgdesc = A program that lets you manipulate digital audio waveforms
|
||||||
pkgver = 2.3.0.r483.g1c21e9358
|
pkgver = 2.3.3.r1073.g9827d4a75
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.audacityteam.org/
|
url = http://www.audacityteam.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
|
makedepends = git
|
||||||
depends = libmad
|
depends = libmad
|
||||||
depends = libid3tag
|
depends = libid3tag
|
||||||
depends = wxgtk3
|
depends = wxgtk3
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname=audacity-git
|
pkgname=audacity-git
|
||||||
_pkgname=audacity
|
_pkgname=audacity
|
||||||
pkgver=2.3.0.r483.g1c21e9358
|
pkgver=2.3.3.r1073.g9827d4a75
|
||||||
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=('i686' 'x86_64')
|
||||||
|
@ -11,7 +11,7 @@ url="http://www.audacityteam.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
|
depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
|
||||||
'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv')
|
'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake' 'git')
|
||||||
optdepends=('audacity-extras: nyquist plugins for audacity')
|
optdepends=('audacity-extras: nyquist plugins for audacity')
|
||||||
#options=('!makeflags')
|
#options=('!makeflags')
|
||||||
provides=('audacity')
|
provides=('audacity')
|
||||||
|
|
Loading…
Reference in New Issue