summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-03-10 01:00:17 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-03-10 01:00:17 +0000
commitb9d8591db9f211bbd3c9832cd6a4744c37ca90f1 (patch)
tree22aabc8bf44a341f5651c9b5a3224d9ed6286884 /media-sound/audacity
parentBump to 1.3 RC1. This contains RandR 1.2 for monitor hotplugging etc, assumin... (diff)
downloadgentoo-2-b9d8591db9f211bbd3c9832cd6a4744c37ca90f1.tar.gz
gentoo-2-b9d8591db9f211bbd3c9832cd6a4744c37ca90f1.tar.bz2
gentoo-2-b9d8591db9f211bbd3c9832cd6a4744c37ca90f1.zip
Fixing deps on wxGTK-2.6 as those versions are incompatible with newer versions, thanks to Kalidarn <dcecchin@gmail.com> for reporting this on bug #169719
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-sound/audacity')
-rw-r--r--media-sound/audacity/ChangeLog10
-rw-r--r--media-sound/audacity/audacity-1.3.0b.ebuild6
-rw-r--r--media-sound/audacity/audacity-1.3.2-r1.ebuild6
-rw-r--r--media-sound/audacity/audacity-1.3.2.ebuild6
4 files changed, 17 insertions, 11 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog
index 23c8ff6b0b5c..cda7e84f20a6 100644
--- a/media-sound/audacity/ChangeLog
+++ b/media-sound/audacity/ChangeLog
@@ -1,6 +1,12 @@
# 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.54 2006/12/14 20:31:14 aballier Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.55 2007/03/10 01:00:17 aballier Exp $
+
+ 10 Mar 2007; Alexis Ballier <aballier@gentoo.org> audacity-1.3.0b.ebuild,
+ audacity-1.3.2.ebuild, audacity-1.3.2-r1.ebuild:
+ Fixing deps on wxGTK-2.6 as those versions are incompatible with newer
+ versions, thanks to Kalidarn <dcecchin@gmail.com> for reporting this on bug
+ #169719
14 Dec 2006; Alexis Ballier <aballier@gentoo.org>
+files/audacity-1.3.2-libnyquistp.patch, audacity-1.3.2-r1.ebuild:
diff --git a/media-sound/audacity/audacity-1.3.0b.ebuild b/media-sound/audacity/audacity-1.3.0b.ebuild
index 99b6af290343..ad430a6c8baa 100644
--- a/media-sound/audacity/audacity-1.3.0b.ebuild
+++ b/media-sound/audacity/audacity-1.3.0b.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.0b.ebuild,v 1.7 2006/10/31 16:12:11 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.0b.ebuild,v 1.8 2007/03/10 01:00:17 aballier Exp $
inherit wxwidgets eutils
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ppc ppc64 sparc x86"
RESTRICT="test"
-DEPEND=">=x11-libs/wxGTK-2.6
+DEPEND="=x11-libs/wxGTK-2.6*
>=app-arch/zip-2.3
media-libs/libid3tag
>=media-libs/libsndfile-1.0.0
diff --git a/media-sound/audacity/audacity-1.3.2-r1.ebuild b/media-sound/audacity/audacity-1.3.2-r1.ebuild
index 022016c65c91..2b11bec84c8f 100644
--- a/media-sound/audacity/audacity-1.3.2-r1.ebuild
+++ b/media-sound/audacity/audacity-1.3.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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-r1.ebuild,v 1.3 2006/12/14 20:31:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.2-r1.ebuild,v 1.4 2007/03/10 01:00:17 aballier Exp $
inherit eutils autotools
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
RESTRICT="test"
-DEPEND=">=x11-libs/wxGTK-2.6
+DEPEND="=x11-libs/wxGTK-2.6*
>=app-arch/zip-2.3
dev-libs/expat
vorbis? ( >=media-libs/libvorbis-1.0 )
diff --git a/media-sound/audacity/audacity-1.3.2.ebuild b/media-sound/audacity/audacity-1.3.2.ebuild
index f96e63e23d11..35d5111c5bcf 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
+# Copyright 1999-2007 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.4 2006/12/11 19:32:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.2.ebuild,v 1.5 2007/03/10 01:00:17 aballier Exp $
inherit eutils autotools
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
RESTRICT="test"
-DEPEND=">=x11-libs/wxGTK-2.6
+DEPEND="=x11-libs/wxGTK-2.6*
>=app-arch/zip-2.3
dev-libs/expat
vorbis? ( >=media-libs/libvorbis-1.0 )