diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-09-04 12:30:34 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-09-04 12:30:34 +0000 |
commit | fb758fe557d991b93074f3c5976e7a84a4a450d4 (patch) | |
tree | d01be349309ee217a71e9cabeb83973cf4900b9d /media-sound/ardour/ardour-2.8.11-r20.ebuild | |
parent | x86 stable, bug #380983 (diff) | |
download | historical-fb758fe557d991b93074f3c5976e7a84a4a450d4.tar.gz historical-fb758fe557d991b93074f3c5976e7a84a4a450d4.tar.bz2 historical-fb758fe557d991b93074f3c5976e7a84a4a450d4.zip |
fix build with latest libsoundtouch
Package-Manager: portage-2.2.0_alpha53/cvs/Linux x86_64
Diffstat (limited to 'media-sound/ardour/ardour-2.8.11-r20.ebuild')
-rw-r--r-- | media-sound/ardour/ardour-2.8.11-r20.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/ardour/ardour-2.8.11-r20.ebuild b/media-sound/ardour/ardour-2.8.11-r20.ebuild index 2b9a407eda74..b79c41f70396 100644 --- a/media-sound/ardour/ardour-2.8.11-r20.ebuild +++ b/media-sound/ardour/ardour-2.8.11-r20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.8.11-r20.ebuild,v 1.1 2011/07/29 07:23:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.8.11-r20.ebuild,v 1.2 2011/09/04 12:30:34 aballier Exp $ EAPI=4 inherit eutils flag-o-matic toolchain-funcs scons-utils @@ -26,7 +26,7 @@ RDEPEND="media-libs/aubio >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 - media-libs/libsoundtouch + >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 @@ -54,7 +54,8 @@ src_prepare() { "${FILESDIR}"/${P}-syslibs.patch \ "${FILESDIR}"/${P}-type.patch \ "${FILESDIR}"/${P}-ldpath.patch \ - "${FILESDIR}"/${P}-raptor2.patch + "${FILESDIR}"/${P}-raptor2.patch \ + "${FILESDIR}"/${P}-soundtouch.patch if [[ ($(gcc-major-version) -eq 4 && $(gcc-minor-version) -ge 6) ]]; then epatch "${FILESDIR}"/${P}-gcc46.patch |