summaryrefslogtreecommitdiff
path: root/extra/ardour
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-14 10:56:20 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-14 10:56:20 -0300
commitd5be0922f99093b4659507a4c17c664ac5c2f577 (patch)
tree03704fe8477fe4f6e3f2f15f0bd848b5e4b702e9 /extra/ardour
parentc6d876200ad3def9a1e9725b3daf29e01ae8e3c5 (diff)
parenta36c4a33891932acf2ac1cdebbb9caed01d7df6f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/pdf2djvu/PKGBUILD core/systemd/PKGBUILD extra/audacious/PKGBUILD extra/cups/PKGBUILD multilib-testing/lib32-libdrm/PKGBUILD staging/inkscape/PKGBUILD staging/poppler/PKGBUILD testing/ethtool/PKGBUILD testing/libdrm/PKGBUILD testing/openconnect/PKGBUILD
Diffstat (limited to 'extra/ardour')
-rw-r--r--extra/ardour/PKGBUILD61
-rw-r--r--extra/ardour/ardour.changelog6
2 files changed, 40 insertions, 27 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD
index fb047c60b..3f20433d9 100644
--- a/extra/ardour/PKGBUILD
+++ b/extra/ardour/PKGBUILD
@@ -1,56 +1,63 @@
-# $Id: PKGBUILD 154018 2012-03-21 16:01:26Z schiv $
-# Maintainer: tobias <tobias@archlinux.org>
+# $Id: PKGBUILD 165179 2012-08-12 12:56:20Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
+# Contributor: tobias <tobias@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# ardour, liblrdf and raptor are heavily dependent on each other. Updating of
# one package mostly will require an update of all the other packages. I vote
-# for fixed dependencies speaking in terms of versions
+# for fixed dependencies speaking in terms of versions -- tobias
+
+# SYSLIBS enabled, support still valid; see ardour 2.8.13 rel notes
pkgname=ardour
-pkgver=2.8.12
-pkgrel=3
+pkgver=2.8.14
+pkgrel=1
pkgdesc="A multichannel hard disk recorder and digital audio workstation"
arch=('i686' 'x86_64' 'mips64el')
url="http://ardour.org/"
license=('GPL')
-depends=('liblrdf>=0.4.0-8' 'liblo' 'libusb-compat'
- 'libgnomecanvas' 'aubio' 'slv2>=0.6.6-6')
+depends=('liblrdf' 'libusb-compat' 'liblo' 'soundtouch'
+ 'aubio' 'lilv' 'suil' 'libgnomecanvasmm')
# -libgnomecanvas(+libgnomecanvasmm)
- # +soundtouch (these +/- changes are for SYSLIBS)
- # liblrdf versioned for https://bugs.archlinux.org/task/25005
- # slv2 versioned for https://bugs.archlinux.org/task/25060
+ # +soundtouch (these +/- changes are for SYSLIBS=1)
+ # cwiid removed for https://bugs.archlinux.org/task/28344
makedepends=('scons' 'boost')
-changelog=${pkgname}.changelog
-source=(ftp://ftp.archlinux.org/other/ardour/${pkgname}-${pkgver}.tar.bz2
- ${pkgname}.desktop)
-md5sums=('7c031892f53aeacf08a750fc320c79c5'
+changelog=$pkgname.changelog
+source=("ftp://ftp.archlinux.org/other/ardour/$pkgname-$pkgver.tar.bz2"
+ "$pkgname.desktop")
+md5sums=('c79219ba10735d0b061d53a84ae611a4'
'8aeaf433ebf781733db48e5a16b0c4da')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
sed -i '/-O3/d' SConstruct
- scons ${MAKEFLAGS} ARCH="${CFLAGS} -O3" \
- PREFIX="/usr" \
- DIST_LIBDIR="lib" \
- FREEDESKTOP=0 \
- FREESOUND=1 \
- SYSLIBS=0 \
- DESTDIR="${pkgdir}"
+ # work around boost linking error (see ardour3 svn r13081)
+ # thanks to Harry Harren for the heads-up
+ CFLAGS+=" -DBOOST_SYSTEM_NO_DEPRECATED"
+ CXXFLAGS+=" -DBOOST_SYSTEM_NO_DEPRECATED"
+ export CFLAGS CXXFLAGS
+
+ scons $MAKEFLAGS ARCH="$CFLAGS -O3" \
+ PREFIX="/usr" \
+ DIST_LIBDIR="lib" \
+ FREEDESKTOP=0 \
+ FREESOUND=1 \
+ SYSLIBS=1 \
+ DESTDIR="$pkgdir"
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
- scons DESTDIR="${pkgdir}" install
+ scons DESTDIR="$pkgdir" install
# install some freedesktop.org compatibility
- install -Dm644 "${srcdir}/${pkgname}.desktop" \
- "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+ install -Dm644 "$srcdir/$pkgname.desktop" \
+ "$pkgdir/usr/share/applications/$pkgname.desktop"
- # TODO: tell upstream to do this
+ # upstream will not do this
# install templates
cp -r templates "$pkgdir/usr/share/ardour2/"
}
diff --git a/extra/ardour/ardour.changelog b/extra/ardour/ardour.changelog
index 47c111f01..242d5a78a 100644
--- a/extra/ardour/ardour.changelog
+++ b/extra/ardour/ardour.changelog
@@ -1,3 +1,9 @@
+11 Aug 2012 (GMT+8) Ray Rashif <schiv@archlinux.org>
+ * 2.8.14:
+ Upstream release
+ Dep on new (s)lv2 stack (lilv, suil et al replaces slv2)
+ SYSLIBS turned on by upstream decree; see 2.8.13 release notes
+
15 Jul 2011 (GMT+8) Ray Rashif <schiv@archlinux.org>
* 2.8.11-5: