summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-12-26 14:45:22 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-12-26 14:45:22 +0000
commit6623dbbc47dfec21050cc35b692290c7967cd932 (patch)
tree48c708a62f2f62ec82a23ec7aecc52e0ce3a0a8c /media-sound/audacity/audacity-1.2.3.ebuild
parentRemove old ebuild (diff)
downloadhistorical-6623dbbc47dfec21050cc35b692290c7967cd932.tar.gz
historical-6623dbbc47dfec21050cc35b692290c7967cd932.tar.bz2
historical-6623dbbc47dfec21050cc35b692290c7967cd932.zip
oggvorbis Cleanup
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'media-sound/audacity/audacity-1.2.3.ebuild')
-rw-r--r--media-sound/audacity/audacity-1.2.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/audacity/audacity-1.2.3.ebuild b/media-sound/audacity/audacity-1.2.3.ebuild
index fe65a25ab85c..bb9b32d6d7df 100644
--- a/media-sound/audacity/audacity-1.2.3.ebuild
+++ b/media-sound/audacity/audacity-1.2.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.2.3.ebuild,v 1.6 2005/05/15 20:03:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.2.3.ebuild,v 1.7 2005/12/26 14:38:49 lu_zero Exp $
-IUSE="encode flac mad oggvorbis"
+IUSE="encode flac mad vorbis"
MY_PV="${PV/_/-}"
MY_P="${PN}-src-${MY_PV}"
@@ -27,7 +27,7 @@ DEPEND="=x11-libs/wxGTK-2.4*
>=media-libs/libsamplerate-0.0.14
>=media-libs/ladspa-sdk-1.12
flac? ( media-libs/flac )
- oggvorbis? ( >=media-libs/libvorbis-1.0 )
+ vorbis? ( >=media-libs/libvorbis-1.0 )
mad? ( >=media-sound/madplay-0.14 )
encode? ( >=media-sound/lame-3.92 )"
@@ -61,7 +61,7 @@ src_compile() {
fi
# Ogg Vorbis support
- if use oggvorbis; then
+ if use vorbis; then
myconf="${myconf} --with-vorbis=system"
else
myconf="${myconf} --with-vorbis=none"