summaryrefslogtreecommitdiff
path: root/extra/ardour
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 12:18:02 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-23 12:18:02 -0300
commitbf1c001b59869cf10e5921b4f38d1f69db2db76c (patch)
treea472ad2701076586f54fbd0859fe2e5c8311184b /extra/ardour
parentaebba8cfcb8c0ef8befa351c73fbd228e07475e2 (diff)
parent1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cdemu-daemon/60-vhba.rules community-testing/cdemu-daemon/PKGBUILD community-testing/cdemu-daemon/cdemud.install community/guake/PKGBUILD core/openssl/PKGBUILD extra/mesa/PKGBUILD gnome-unstable/epiphany/PKGBUILD gnome-unstable/folks/PKGBUILD gnome-unstable/gjs/PKGBUILD gnome-unstable/gnome-online-accounts/PKGBUILD gnome-unstable/gobject-introspection/PKGBUILD multilib/lib32-mesa/PKGBUILD multilib/lib32-openssl/PKGBUILD testing/dhcpcd/PKGBUILD
Diffstat (limited to 'extra/ardour')
-rw-r--r--extra/ardour/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD
index 8a60e1ec2..fb047c60b 100644
--- a/extra/ardour/PKGBUILD
+++ b/extra/ardour/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 151373 2012-02-25 18:36:44Z schiv $
+# $Id: PKGBUILD 154018 2012-03-21 16:01:26Z 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=2
+pkgrel=3
pkgdesc="A multichannel hard disk recorder and digital audio workstation"
arch=('i686' 'x86_64' 'mips64el')
url="http://ardour.org/"
@@ -21,7 +21,6 @@ depends=('liblrdf>=0.4.0-8' 'liblo' 'libusb-compat'
# liblrdf versioned for https://bugs.archlinux.org/task/25005
# slv2 versioned for https://bugs.archlinux.org/task/25060
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 +37,6 @@ build() {
DIST_LIBDIR="lib" \
FREEDESKTOP=0 \
FREESOUND=1 \
- WIIMOTE=0 \
SYSLIBS=0 \
DESTDIR="${pkgdir}"
}
@@ -51,6 +49,10 @@ package() {
# install some freedesktop.org compatibility
install -Dm644 "${srcdir}/${pkgname}.desktop" \
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+ # TODO: tell upstream to do this
+ # install templates
+ cp -r templates "$pkgdir/usr/share/ardour2/"
}
# vim:set ts=2 sw=2 et: