|
|
# 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 |
| |
|
|
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 )" |
| |
|
|
# --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 |