summaryrefslogtreecommitdiff
path: root/extra/ardour
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-11 23:14:30 +0000
committerroot <root@rshg054.dnsready.net>2011-08-11 23:14:30 +0000
commit853acffdfdaafc5b2982cbac2a0e5adda28e6d6e (patch)
treeec8f471de81a4c58c3b2cc228009524ae31f312f /extra/ardour
parent1a6b0f4a655e1fbda776cbb34f56a5fa061c27c7 (diff)
Thu Aug 11 23:14:30 UTC 2011
Diffstat (limited to 'extra/ardour')
-rw-r--r--extra/ardour/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD
index 5780fa159..0add64a1f 100644
--- a/extra/ardour/PKGBUILD
+++ b/extra/ardour/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 131778 2011-07-14 23:39:36Z schiv $
+# $Id: PKGBUILD 135177 2011-08-10 20:28:08Z schiv $
# Maintainer: tobias <tobias@archlinux.org>
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@@ -9,7 +9,7 @@
pkgname=ardour
pkgver=2.8.11
-pkgrel=5
+pkgrel=6
pkgdesc="A multichannel hard disk recorder and digital audio workstation"
arch=('i686' 'x86_64')
url="http://ardour.org/"
@@ -20,7 +20,8 @@ depends=('liblrdf>=0.4.0-8' 'liblo' 'aubio' 'libusb-compat'
# +soundtouch (these +/- changes are for SYSLIBS)
# liblrdf versioned for https://bugs.archlinux.org/task/25005
# slv2 versioned for https://bugs.archlinux.org/task/25060
-makedepends=('scons' 'boost' 'pkg-config')
+makedepends=('scons' 'boost' 'pkg-config' 'cwiid')
+optdepends=('cwiid: Wiimote support')
changelog=${pkgname}.changelog
source=(ftp://ftp.archlinux.org/other/ardour/${pkgname}-${pkgver}.tar.bz2
${pkgname}.desktop
@@ -52,6 +53,7 @@ build() {
DIST_LIBDIR="lib" \
FREEDESKTOP=0 \
FREESOUND=1 \
+ WIIMOTE=1 \
SYSLIBS=1 \
DESTDIR="${pkgdir}"
}
@@ -62,6 +64,7 @@ package() {
scons PREFIX="/usr" \
FREEDESKTOP=0 \
FREESOUND=1 \
+ WIIMOTE=1 \
SYSLIBS=1 \
DESTDIR="${pkgdir}" install