diff options
author | root <root@rshg054.dnsready.net> | 2012-12-05 02:18:51 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-05 02:18:51 -0800 |
commit | 947a049195183934ba5dffc131f9512fe253f4db (patch) | |
tree | 7b3e9b118d4389fdaf66b54a977cdece5cdc7a4c /extra/ardour | |
parent | 8bec6ab49870cd93d3fc53aca96b261cbec8065f (diff) |
Wed Dec 5 02:17:39 PST 2012
Diffstat (limited to 'extra/ardour')
-rw-r--r-- | extra/ardour/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD index 5d170a978..62516ef37 100644 --- a/extra/ardour/PKGBUILD +++ b/extra/ardour/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 165179 2012-08-12 12:56:20Z schiv $ +# $Id: PKGBUILD 172504 2012-12-04 11:26:49Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: tobias <tobias@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -8,9 +8,10 @@ # for fixed dependencies speaking in terms of versions -- tobias # SYSLIBS enabled, support still valid; see ardour 2.8.13 rel notes +# http://ardour.org/node/5263 pkgname=ardour -pkgver=2.8.14 +pkgver=2.8.16 pkgrel=1 pkgdesc="A multichannel hard disk recorder and digital audio workstation" arch=('i686' 'x86_64') @@ -25,12 +26,13 @@ makedepends=('scons' 'boost') changelog=$pkgname.changelog source=("ftp://ftp.archlinux.org/other/ardour/$pkgname-$pkgver.tar.bz2" "$pkgname.desktop") -md5sums=('c79219ba10735d0b061d53a84ae611a4' +md5sums=('5bafe41df00d25e7a357baaa1038f16d' '8aeaf433ebf781733db48e5a16b0c4da') build() { cd "$srcdir/$pkgname-$pkgver" + # ardour defaults to -O3; use this in CFLAGS below sed -i '/-O3/d' SConstruct # work around boost linking error (see ardour3 svn r13081) @@ -39,7 +41,7 @@ build() { CXXFLAGS+=" -DBOOST_SYSTEM_NO_DEPRECATED" export CFLAGS CXXFLAGS - scons $MAKEFLAGS ARCH="$CFLAGS -O3" \ + scons $MAKEFLAGS ARCH="${CFLAGS/-O[0-9]/-O3}" \ PREFIX="/usr" \ DIST_LIBDIR="lib" \ FREEDESKTOP=0 \ |