diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-28 23:00:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-28 23:00:28 +0000 |
commit | 3cafcef213df1374423da3335b039b62c3f573cb (patch) | |
tree | 3417ea6c33ba24309aa75fc96aaaa6f233233e59 /media-sound | |
parent | oggvorbis is the new USE flag (diff) | |
download | historical-3cafcef213df1374423da3335b039b62c3f573cb.tar.gz historical-3cafcef213df1374423da3335b039b62c3f573cb.tar.bz2 historical-3cafcef213df1374423da3335b039b62c3f573cb.zip |
oggvorbis is the new USE flag
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mp3blaster/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/mp3blaster/mp3blaster-3.0_p8.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/media-sound/mp3blaster/ChangeLog b/media-sound/mp3blaster/ChangeLog index 110f71c5a1ae..cf5374b9cd31 100644 --- a/media-sound/mp3blaster/ChangeLog +++ b/media-sound/mp3blaster/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/mp3blaster # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/ChangeLog,v 1.1 2002/02/01 21:53:31 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/ChangeLog,v 1.2 2002/03/28 23:00:28 seemant Exp $ + +*mp3blaster-3.0_p8 (28 Mar 2002) + + 28 Mar 2002; Seemant Kulleen <seemant@gentoo.org> mp3blaster-3.0_p8.ebuild : + + the vorbis USE flag is now called oggvorbis *mp3blaster-3.0_p8 (1 Feb 2002) diff --git a/media-sound/mp3blaster/mp3blaster-3.0_p8.ebuild b/media-sound/mp3blaster/mp3blaster-3.0_p8.ebuild index f0897e76b87f..2292bc059030 100644 --- a/media-sound/mp3blaster/mp3blaster-3.0_p8.ebuild +++ b/media-sound/mp3blaster/mp3blaster-3.0_p8.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.0_p8.ebuild,v 1.3 2001/11/17 11:28:28 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.0_p8.ebuild,v 1.4 2002/03/28 23:00:28 seemant Exp $ A=${PN}-3.0p8.tar.gz S=${WORKDIR}/${PN}-3.0p8 @@ -12,13 +12,13 @@ HOMEPAGE="http://www.stack.nl/~brama/mp3blaster" DEPEND=">=sys-libs/ncurses-5.2 nas? ( >=media-libs/nas-1.4.1 ) mysql? ( >=dev-db/mysql-3.23.36 ) - vorbis? ( >=media-libs/libvorbis-1.0_beta1 )" + oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )" src_compile() { local myconf use nas && myconf="${myconf} --with-nas" use mysql && myconf="${myconf} --with-mysql" - use vorbis || myconf="${myconf} --without-oggvorbis" + use oggvorbis || myconf="${myconf} --without-oggvorbis" ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf} || die |