upd depends, use wx-config-gtk3
This commit is contained in:
parent
e9b871fe5b
commit
a121c50796
23
.SRCINFO
23
.SRCINFO
|
@ -1,28 +1,25 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Mar 15 02:56:16 UTC 2017
|
||||
# Sat Dec 23 21:50:23 UTC 2017
|
||||
pkgbase = audacity-git
|
||||
pkgdesc = A program that lets you manipulate digital audio waveforms
|
||||
pkgver = 2.1.2.r1722.g2fef7f34
|
||||
pkgver = 2.2.1.r31.gdb4528069
|
||||
pkgrel = 1
|
||||
url = http://www.audacityteam.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = cmake
|
||||
makedepends = python2
|
||||
makedepends = twolame
|
||||
depends = desktop-file-utils
|
||||
depends = ffmpeg
|
||||
depends = lame
|
||||
depends = libid3tag
|
||||
depends = libmad
|
||||
depends = lilv
|
||||
depends = portsmf
|
||||
depends = sbsms
|
||||
depends = libid3tag
|
||||
depends = wxgtk3
|
||||
depends = lame
|
||||
depends = soundtouch
|
||||
depends = ffmpeg
|
||||
depends = vamp-plugin-sdk
|
||||
depends = webkitgtk2
|
||||
depends = wxgtk
|
||||
depends = portsmf
|
||||
depends = twolame
|
||||
depends = suil
|
||||
depends = lilv
|
||||
optdepends = audacity-extras: nyquist plugins for audacity
|
||||
provides = audacity
|
||||
conflicts = audacity
|
||||
|
|
20
PKGBUILD
20
PKGBUILD
|
@ -3,26 +3,16 @@
|
|||
|
||||
pkgname=audacity-git
|
||||
_pkgname=audacity
|
||||
pkgver=2.1.2.r1722.g2fef7f34
|
||||
pkgver=2.2.1.r31.gdb4528069
|
||||
pkgrel=1
|
||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.audacityteam.org/"
|
||||
license=('GPL')
|
||||
depends=('desktop-file-utils'
|
||||
'ffmpeg'
|
||||
'lame'
|
||||
'libid3tag'
|
||||
'libmad'
|
||||
'lilv'
|
||||
'portsmf'
|
||||
'sbsms'
|
||||
'soundtouch'
|
||||
'vamp-plugin-sdk'
|
||||
'webkitgtk2'
|
||||
'wxgtk')
|
||||
depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
|
||||
'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv')
|
||||
makedepends=('cmake')
|
||||
optdepends=('audacity-extras: nyquist plugins for audacity')
|
||||
makedepends=('cmake' 'python2' 'twolame')
|
||||
options=('!makeflags')
|
||||
provides=('audacity')
|
||||
conflicts=('audacity')
|
||||
|
@ -36,7 +26,7 @@ pkgver() {
|
|||
|
||||
build() {
|
||||
cd "$srcdir/$_pkgname"
|
||||
./configure --prefix=/usr --with-libsamplerate
|
||||
WX_CONFIG=wx-config-gtk3 ./configure --prefix=/usr --with-libsamplerate
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue