diff options
author | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
commit | f6a79a3f5989efc8db63af942851c56f0c462bb1 (patch) | |
tree | 08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/ardour/PKGBUILD | |
parent | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff) |
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/ardour/PKGBUILD')
-rw-r--r-- | extra/ardour/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD index 3f0574d4e..f4fb7d41e 100644 --- a/extra/ardour/PKGBUILD +++ b/extra/ardour/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 138815 2011-09-28 12:33:40Z schiv $ +# $Id: PKGBUILD 151373 2012-02-25 18:36:44Z 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.12 -pkgrel=1 +pkgrel=2 pkgdesc="A multichannel hard disk recorder and digital audio workstation" arch=('i686' 'x86_64') url="http://ardour.org/" @@ -20,8 +20,8 @@ depends=('liblrdf>=0.4.0-8' 'liblo' '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' 'cwiid') -optdepends=('cwiid: Wiimote support') +makedepends=('scons' 'boost') +#optdepends=('cwiid: Wiimote support') changelog=${pkgname}.changelog source=(ftp://ftp.archlinux.org/other/ardour/${pkgname}-${pkgver}.tar.bz2 ${pkgname}.desktop) @@ -38,7 +38,7 @@ build() { DIST_LIBDIR="lib" \ FREEDESKTOP=0 \ FREESOUND=1 \ - WIIMOTE=1 \ + WIIMOTE=0 \ SYSLIBS=0 \ DESTDIR="${pkgdir}" } |