[arch-commits] Commit in ardour/trunk (PKGBUILD)
Ray Rashif
schiv at archlinux.org
Tue Dec 4 11:26:03 UTC 2012
Date: Tuesday, December 4, 2012 @ 06:26:03
Author: schiv
Revision: 172503
upgpkg: ardour 2.8.16-1
upstream release
Modified:
ardour/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-12-04 11:02:40 UTC (rev 172502)
+++ PKGBUILD 2012-12-04 11:26:03 UTC (rev 172503)
@@ -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 @@
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 @@
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 \
More information about the arch-commits
mailing list