diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-11-10 16:36:18 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-11-10 16:36:18 +0000 |
commit | afd3cc169c6aaee31e8ee3baed40189cc06fc09d (patch) | |
tree | 7b8aa03b61dc02161790bcbebcfa1b412bd78b17 /media-sound | |
parent | Add the patch to SRC_URI (diff) | |
download | gentoo-2-afd3cc169c6aaee31e8ee3baed40189cc06fc09d.tar.gz gentoo-2-afd3cc169c6aaee31e8ee3baed40189cc06fc09d.tar.bz2 gentoo-2-afd3cc169c6aaee31e8ee3baed40189cc06fc09d.zip |
Unbreak the previous fix, need to run autoreconf in soundtouch directory manually because it's not in AC_CONFIG_SUBDIRS.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacity/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/audacity/audacity-1.3.2.ebuild | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog index 87f9890c9c4d..d661599ff4eb 100644 --- a/media-sound/audacity/ChangeLog +++ b/media-sound/audacity/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/audacity # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.50 2006/11/05 23:53:00 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.51 2006/11/10 16:36:18 dberkholz Exp $ + + 10 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>; + audacity-1.3.2.ebuild: + Unbreak the previous fix, need to run autoreconf in soundtouch directory + manually because it's not in AC_CONFIG_SUBDIRS. 05 Nov 2006; MATSUU Takuto <matsuu@gentoo.org> +files/audacity-1.3.2-no-msse.patch, audacity-1.3.2.ebuild: diff --git a/media-sound/audacity/audacity-1.3.2.ebuild b/media-sound/audacity/audacity-1.3.2.ebuild index c5a88ee13bec..f71646f614e6 100644 --- a/media-sound/audacity/audacity-1.3.2.ebuild +++ b/media-sound/audacity/audacity-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.2.ebuild,v 1.2 2006/11/05 23:53:00 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.2.ebuild,v 1.3 2006/11/10 16:36:18 dberkholz Exp $ inherit eutils autotools @@ -37,6 +37,9 @@ src_unpack() { epatch "${FILESDIR}"/${P}-gentoo.patch epatch "${FILESDIR}"/${P}-no-msse.patch eautoreconf || die + pushd "${S}"/lib-src/soundtouch + eautoreconf + popd } src_compile() { |