[arch-commits] Commit in ardour/trunk (PKGBUILD)
Ray Rashif
schiv at archlinux.org
Wed Aug 10 20:28:08 UTC 2011
Date: Wednesday, August 10, 2011 @ 16:28:08
Author: schiv
Revision: 135177
upgpkg: ardour 2.8.11-6
added wiimote support with cwid
Modified:
ardour/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-10 19:23:48 UTC (rev 135176)
+++ PKGBUILD 2011-08-10 20:28:08 UTC (rev 135177)
@@ -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 @@
# +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 @@
DIST_LIBDIR="lib" \
FREEDESKTOP=0 \
FREESOUND=1 \
+ WIIMOTE=1 \
SYSLIBS=1 \
DESTDIR="${pkgdir}"
}
@@ -62,6 +64,7 @@
scons PREFIX="/usr" \
FREEDESKTOP=0 \
FREESOUND=1 \
+ WIIMOTE=1 \
SYSLIBS=1 \
DESTDIR="${pkgdir}" install
More information about the arch-commits
mailing list