View | Details | Raw Unified
Collapse All | Expand All

(-) vorbis-tools-1.1.1-r2.ebuild.orig (-3 / +5 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.1.1-r2.ebuild,v 1.3 2006/05/12 21:21:10 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.1.1-r2.ebuild,v 1.3 2006/05/12 21:21:10 flameeyes Exp $
IUSE="nls flac speex"
IUSE="curl flac nls speex"
inherit eutils toolchain-funcs flag-o-matic
inherit eutils toolchain-funcs flag-o-matic
 Lines 15-22    Link Here 
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd"
RDEPEND=">=media-libs/libvorbis-1.1.0
RDEPEND=">=media-libs/libvorbis-1.1.0
	>=media-libs/libao-0.8.2
	curl? (
	>=net-misc/curl-7.9
		>=media-libs/libao-0.8.2
		>=net-misc/curl-7.9 )
	speex? ( media-libs/speex )
	speex? ( media-libs/speex )
	flac? ( media-libs/flac )"
	flac? ( media-libs/flac )"
 Lines 46-51    Link Here 
	# --with-speex is not supported. See bug #97316
	# --with-speex is not supported. See bug #97316
	use speex || myconf="${myconf} --without-speex"
	use speex || myconf="${myconf} --without-speex"
	use nls || myconf="${myconf} --disable-nls"
	use nls || myconf="${myconf} --disable-nls"
	use curl || myconf="${myconf} --disable-ogg123"
	econf ${myconf} || die
	econf ${myconf} || die
	emake || die
	emake || die