summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-05-04 02:14:51 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-05-04 02:14:51 +0000
commit494e5be2acebbf3a3f700e08abcb9b3dae42d983 (patch)
tree8bde708bc370bb68e39194d53c2e9254681b69c0 /media-sound/audacity
parentuse emake in src_compile, not src_install (bug #48131); tidy (diff)
downloadhistorical-494e5be2acebbf3a3f700e08abcb9b3dae42d983.tar.gz
historical-494e5be2acebbf3a3f700e08abcb9b3dae42d983.tar.bz2
historical-494e5be2acebbf3a3f700e08abcb9b3dae42d983.zip
Changing mad dep to madplay.
Diffstat (limited to 'media-sound/audacity')
-rw-r--r--media-sound/audacity/ChangeLog6
-rw-r--r--media-sound/audacity/audacity-1.1.3.ebuild4
-rw-r--r--media-sound/audacity/audacity-1.2.0-r1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog
index a661eae8fec7..73532e903058 100644
--- a/media-sound/audacity/ChangeLog
+++ b/media-sound/audacity/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.20 2004/04/05 07:17:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.21 2004/05/04 02:08:29 eradicator Exp $
+
+ 03 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ audacity-1.1.3.ebuild, audacity-1.2.0-r1.ebuild:
+ Changing mad dep to madplay.
*audacity-1.2.0-r1 (04 Apr 2004)
diff --git a/media-sound/audacity/audacity-1.1.3.ebuild b/media-sound/audacity/audacity-1.1.3.ebuild
index b39ba66209a2..00b209b9c8e0 100644
--- a/media-sound/audacity/audacity-1.1.3.ebuild
+++ b/media-sound/audacity/audacity-1.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.1.3.ebuild,v 1.7 2004/02/28 19:31:32 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.1.3.ebuild,v 1.8 2004/05/04 02:08:29 eradicator Exp $
inherit eutils
@@ -27,7 +27,7 @@ DEPEND=">=x11-libs/wxGTK-2.2.9
>=media-libs/ladspa-sdk-1.12
flac? ( media-libs/flac )
oggvorbis? ( >=media-libs/libvorbis-1.0 )
- mad? ( >=media-sound/mad-0.14 )
+ mad? ( >=media-sound/madplay-0.14 )
encode? ( >=media-sound/lame-3.92 )"
S="${WORKDIR}/${MY_P}"
diff --git a/media-sound/audacity/audacity-1.2.0-r1.ebuild b/media-sound/audacity/audacity-1.2.0-r1.ebuild
index a077a8cfcfd6..0f4a250399f6 100644
--- a/media-sound/audacity/audacity-1.2.0-r1.ebuild
+++ b/media-sound/audacity/audacity-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.2.0-r1.ebuild,v 1.1 2004/04/05 07:17:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.2.0-r1.ebuild,v 1.2 2004/05/04 02:08:29 eradicator Exp $
inherit eutils
@@ -26,7 +26,7 @@ DEPEND=">=x11-libs/wxGTK-2.2.9
>=media-libs/ladspa-sdk-1.12
flac? ( media-libs/flac )
oggvorbis? ( >=media-libs/libvorbis-1.0 )
- mad? ( >=media-sound/mad-0.14 )
+ mad? ( >=media-sound/madplay-0.14 )
encode? ( >=media-sound/lame-3.92 )"
S="${WORKDIR}/${MY_P}"