From 853acffdfdaafc5b2982cbac2a0e5adda28e6d6e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Aug 2011 23:14:30 +0000 Subject: Thu Aug 11 23:14:30 UTC 2011 --- extra/ardour/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'extra/ardour') 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 # Maintainer: Ray Rashif # Contributor: Giovanni Scafora @@ -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 -- cgit v1.2.3-54-g00ecf