From 724a5d120356c1550a9dd189718dee801c03d33f Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Sun, 28 Jun 2020 02:26:57 +0200 Subject: [PATCH] upd depends --- .SRCINFO | 4 +++- PKGBUILD | 8 +++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 22e8105..d7044fc 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 73c86d9..e8a889e 100644 --- a/PKGBUILD +++ b/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' @@ -87,7 +89,7 @@ build() { audacity_use_vorbis:STRING=system \ audacity_use_lv2:STRING=local \ .. - cmake --build . + cmake --build . make . }