summaryrefslogtreecommitdiff
path: root/extra/ardour/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
committerroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
commitbf35116f9d203dcafce808a6c7b3dd5a0db8afbc (patch)
treef9551a1d3c67d2113cc5fc5c3f8816bcbaad0540 /extra/ardour/PKGBUILD
parent1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f (diff)
Tue Aug 2 04:35:55 UTC 2011
Diffstat (limited to 'extra/ardour/PKGBUILD')
-rw-r--r--extra/ardour/PKGBUILD30
1 files changed, 19 insertions, 11 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD
index 89fa98ad1..5780fa159 100644
--- a/extra/ardour/PKGBUILD
+++ b/extra/ardour/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 130903 2011-07-08 19:43:04Z schiv $
+# $Id: PKGBUILD 131778 2011-07-14 23:39:36Z schiv $
# Maintainer: tobias <tobias@archlinux.org>
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@@ -9,33 +9,43 @@
pkgname=ardour
pkgver=2.8.11
-pkgrel=4
+pkgrel=5
pkgdesc="A multichannel hard disk recorder and digital audio workstation"
arch=('i686' 'x86_64')
-url="http://ardour.org"
+url="http://ardour.org/"
license=('GPL')
-depends=('liblrdf' 'liblo' 'aubio' 'libusb-compat'
- 'libgnomecanvasmm' 'soundtouch')
+depends=('liblrdf>=0.4.0-8' 'liblo' 'aubio' 'libusb-compat'
+ 'libgnomecanvasmm' 'soundtouch' 'slv2>=0.6.6-6')
# -rubberband -libgnomecanvas(+libgnomecanvasmm)
- # +soundtouch -slv2
+ # +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')
changelog=${pkgname}.changelog
source=(ftp://ftp.archlinux.org/other/ardour/${pkgname}-${pkgver}.tar.bz2
${pkgname}.desktop
- gcc46.patch)
+ gcc46.patch
+ raptor2.patch)
md5sums=('f451a8d0abc133a1700c3932e07a5612'
'8aeaf433ebf781733db48e5a16b0c4da'
- 'd709add59911d099c813162448e4db99')
+ 'd709add59911d099c813162448e4db99'
+ 'a26a9bec0968fa0630c70f70c54f67de')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
# gcc 4.6 compatibility
+ # http://tracker.ardour.org/view.php?id=3771
patch -Np1 -i "$srcdir/gcc46.patch"
+ # raptor2 compatibility
+ # https://bugs.archlinux.org/task/25060
+ # http://tracker.ardour.org/view.php?id=4179
+ patch -Np0 -i "$srcdir/raptor2.patch"
+
sed -i '/-O3/d' SConstruct
- # use syslibs until internal sigc++ issue w/ latest gcc resolves
+ # use syslibs until internal sigc++ issue w/ latest gcc (?) resolves
# TODO: report upstream
scons ${MAKEFLAGS} ARCH="${CFLAGS}" \
PREFIX="/usr" \
@@ -43,7 +53,6 @@ build() {
FREEDESKTOP=0 \
FREESOUND=1 \
SYSLIBS=1 \
- LV2=0 \
DESTDIR="${pkgdir}"
}
@@ -54,7 +63,6 @@ package() {
FREEDESKTOP=0 \
FREESOUND=1 \
SYSLIBS=1 \
- LV2=0 \
DESTDIR="${pkgdir}" install
# install some freedesktop.org compatibility