summaryrefslogtreecommitdiff
path: root/community/portaudio/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/portaudio/PKGBUILD')
-rw-r--r--community/portaudio/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/portaudio/PKGBUILD b/community/portaudio/PKGBUILD
index 6c726e662..273b36d6d 100644
--- a/community/portaudio/PKGBUILD
+++ b/community/portaudio/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 66382 2012-02-24 12:03:33Z lfleischer $
+# $Id: PKGBUILD 96889 2013-09-07 11:45:00Z bgyorgy $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: Darwin Bautista <djclue917@gmail.com>
@@ -6,12 +6,15 @@
pkgname=portaudio
pkgver=19_20111121
-pkgrel=1
+pkgrel=2
pkgdesc='A free, cross-platform, open source, audio I/O library.'
arch=('i686' 'x86_64')
url='http://www.portaudio.com/'
license=('custom')
-depends=('jack')
+depends=('gcc-libs' 'jack')
+conflicts=('portaudio_cpp')
+provides=('portaudio_cpp')
+replaces=('portaudio_cpp')
options=('!libtool')
source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz")
md5sums=('25c85c1cc5e9e657486cbc299c6c035a')
@@ -19,8 +22,8 @@ md5sums=('25c85c1cc5e9e657486cbc299c6c035a')
build() {
cd "$srcdir/$pkgname"
- ./configure --prefix=/usr
- make
+ ./configure --prefix=/usr --enable-cxx
+ make -j1
}
package() {