upd depends, use wx-config-gtk3

This commit is contained in:
Bernhard Landauer 2017-12-23 22:51:21 +01:00
parent e9b871fe5b
commit a121c50796
2 changed files with 15 additions and 28 deletions

View File

@ -1,28 +1,25 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Wed Mar 15 02:56:16 UTC 2017 # Sat Dec 23 21:50:23 UTC 2017
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.1.2.r1722.g2fef7f34 pkgver = 2.2.1.r31.gdb4528069
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 = python2
makedepends = twolame
depends = desktop-file-utils
depends = ffmpeg
depends = lame
depends = libid3tag
depends = libmad depends = libmad
depends = lilv depends = libid3tag
depends = portsmf depends = wxgtk3
depends = sbsms depends = lame
depends = soundtouch depends = soundtouch
depends = ffmpeg
depends = vamp-plugin-sdk depends = vamp-plugin-sdk
depends = webkitgtk2 depends = portsmf
depends = wxgtk depends = twolame
depends = suil
depends = lilv
optdepends = audacity-extras: nyquist plugins for audacity optdepends = audacity-extras: nyquist plugins for audacity
provides = audacity provides = audacity
conflicts = audacity conflicts = audacity

View File

@ -3,26 +3,16 @@
pkgname=audacity-git pkgname=audacity-git
_pkgname=audacity _pkgname=audacity
pkgver=2.1.2.r1722.g2fef7f34 pkgver=2.2.1.r31.gdb4528069
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')
url="http://www.audacityteam.org/" url="http://www.audacityteam.org/"
license=('GPL') license=('GPL')
depends=('desktop-file-utils' depends=('libmad' 'libid3tag' 'wxgtk3' 'lame' 'soundtouch'
'ffmpeg' 'ffmpeg' 'vamp-plugin-sdk' 'portsmf' 'twolame' 'suil' 'lilv')
'lame' makedepends=('cmake')
'libid3tag'
'libmad'
'lilv'
'portsmf'
'sbsms'
'soundtouch'
'vamp-plugin-sdk'
'webkitgtk2'
'wxgtk')
optdepends=('audacity-extras: nyquist plugins for audacity') optdepends=('audacity-extras: nyquist plugins for audacity')
makedepends=('cmake' 'python2' 'twolame')
options=('!makeflags') options=('!makeflags')
provides=('audacity') provides=('audacity')
conflicts=('audacity') conflicts=('audacity')
@ -36,7 +26,7 @@ pkgver() {
build() { build() {
cd "$srcdir/$_pkgname" cd "$srcdir/$_pkgname"
./configure --prefix=/usr --with-libsamplerate WX_CONFIG=wx-config-gtk3 ./configure --prefix=/usr --with-libsamplerate
make make
} }