summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-11-10 18:45:31 +0000
committerNick Hadaway <raker@gentoo.org>2002-11-10 18:45:31 +0000
commit6d8ed6c1f82642d0cc8ad4449eeac0f91f47d4bc (patch)
tree2b7419acbe4b2b1becbee2fec021a06abe75b000 /media-sound/audacity
parentcleanup (diff)
downloadgentoo-2-6d8ed6c1f82642d0cc8ad4449eeac0f91f47d4bc.tar.gz
gentoo-2-6d8ed6c1f82642d0cc8ad4449eeac0f91f47d4bc.tar.bz2
gentoo-2-6d8ed6c1f82642d0cc8ad4449eeac0f91f47d4bc.zip
Updated ebuild to compile properly.
Diffstat (limited to 'media-sound/audacity')
-rw-r--r--media-sound/audacity/ChangeLog14
-rw-r--r--media-sound/audacity/audacity-1.1.0.ebuild19
2 files changed, 15 insertions, 18 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog
index 09a353afa909..e8f0c8086d5b 100644
--- a/media-sound/audacity/ChangeLog
+++ b/media-sound/audacity/ChangeLog
@@ -1,12 +1,18 @@
# ChangeLog for media-sound/audacity
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.4 2002/08/26 22:14:40 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.5 2002/11/10 18:45:31 raker Exp $
+
+*audacity-1.1.0 (10 Nov 2002)
+
+ 10 Nov 2002; Nick Hadaway <raker@gentoo.org> audacity-1.1.0.ebuild :
+ Updated ebuild.
*audacity-1.0.0-r2 (26 Aug 2002)
- 26 Aug 2002; Spider <spider@gentoo.org> audacity-1.0.0-r2.ebuild :
- removed id3lib_pre2 in the ebuild in favour of the final + patches for it to work with gcc 3.2. now it should emerge clean on gcc 3.2 systems.
- masked for testing on gcc 2.95.3
+ 26 Aug 2002; Spider <spider@gentoo.org> audacity-1.0.0-r2.ebuild :
+ removed id3lib_pre2 in the ebuild in favour of the final + patches
+ for it to work with gcc 3.2. now it should emerge clean on gcc 3.2
+ systems. masked for testing on gcc 2.95.3
*audacity-1.0.0-r1 (09 Aug 2002)
diff --git a/media-sound/audacity/audacity-1.1.0.ebuild b/media-sound/audacity/audacity-1.1.0.ebuild
index 7b74e674cbe2..9f6ea531ce84 100644
--- a/media-sound/audacity/audacity-1.1.0.ebuild
+++ b/media-sound/audacity/audacity-1.1.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 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.0.ebuild,v 1.5 2002/10/20 18:49:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.1.0.ebuild,v 1.6 2002/11/10 18:45:31 raker Exp $
-IUSE="arts oggvorbis"
+IUSE="oggvorbis"
DESCRIPTION="A free, crossplatform audio editor."
HOMEPAGE="http://audacity.sourceforge.net/"
@@ -12,8 +12,7 @@ LICENSE="GPL-2"
DEPEND="~x11-libs/wxGTK-2.2.9
oggvorbis? ( media-libs/libvorbis )
app-arch/zip
- media-sound/mad
- media-libs/libsndfile"
+ media-sound/mad"
SLOT="0"
@@ -29,17 +28,9 @@ src_unpack() {
}
src_compile() {
- local myconf
- myconf="--with-id3tag --with-libmad"
- # vorbis breaks 4 me (rigo@home.nl)
- # use oggvorbis && myconf="${myconf} --without-vorbis"
- myconf="${myconf} --without-vorbis"
-
- use arts && myconf="${myconf} --with-arts-soundserver"
-
- ./configure --prefix=/usr $myconf || die
- make || die
+ econf || die
+ emake || die
}
src_install () {