mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/audacity to 2.0.5-2
This commit is contained in:
parent
4f08df0725
commit
37f5b3f3b2
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
pkgname=audacity
|
||||
pkgver=2.0.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://audacity.sourceforge.net/"
|
||||
license=('GPL')
|
||||
depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
|
||||
depends=('libmad' 'libid3tag' 'wxgtk2.8' 'lame' 'hicolor-icon-theme'
|
||||
'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
|
||||
makedepends=('cmake')
|
||||
options=('!makeflags')
|
||||
|
@ -25,7 +25,7 @@ build() {
|
|||
|
||||
[[ $CARCH == 'arm' ]] && CONFIG="--without-soundtouch"
|
||||
|
||||
PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
|
||||
WX_CONFIG=/usr/bin/wx-config-2.8 PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
|
||||
./configure --prefix=/usr --disable-sse $CONFIG
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue