diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-15 08:06:35 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-15 08:06:35 +0000 |
commit | 7a0cbbd5349a3d2ebc863a09d97b31b049070072 (patch) | |
tree | 7f408f8c34b635d54317230c41f56c5bc8a0f049 /media-sound/audacity/audacity-1.3.6.ebuild | |
parent | version bump wrt #252211 (diff) | |
download | gentoo-2-7a0cbbd5349a3d2ebc863a09d97b31b049070072.tar.gz gentoo-2-7a0cbbd5349a3d2ebc863a09d97b31b049070072.tar.bz2 gentoo-2-7a0cbbd5349a3d2ebc863a09d97b31b049070072.zip |
backport a fix from upstream for vamp-plugin-sdk 2 compatibility
(Portage version: 2.2_rc22/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'media-sound/audacity/audacity-1.3.6.ebuild')
-rw-r--r-- | media-sound/audacity/audacity-1.3.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/audacity/audacity-1.3.6.ebuild b/media-sound/audacity/audacity-1.3.6.ebuild index b18fd5b25632..45c935ac8177 100644 --- a/media-sound/audacity/audacity-1.3.6.ebuild +++ b/media-sound/audacity/audacity-1.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.4 2009/01/09 22:22:04 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.5 2009/01/15 08:06:35 aballier Exp $ EAPI=2 @@ -51,6 +51,7 @@ src_unpack() { epatch "${FILESDIR}/${PN}-1.3.4-automagic.patch" epatch "${FILESDIR}/${PN}-1.3.5-libtool22.patch" epatch "${FILESDIR}/${P}-novorbis.patch" + has_version '>=media-libs/vamp-plugin-sdk-2.0' && epatch "${FILESDIR}/${P}-vamp2.patch" AT_M4DIR="${S}/m4" eautoreconf } |