diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-27 02:47:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-27 02:47:35 +0000 |
commit | 77ccf763be02728b60f2a95e658ceabf938f0f94 (patch) | |
tree | ac0e54781c2da49c3c5d7342eeadd1fd9de38b6c /games-engines/scummvm | |
parent | update copyright (diff) | |
download | gentoo-2-77ccf763be02728b60f2a95e658ceabf938f0f94.tar.gz gentoo-2-77ccf763be02728b60f2a95e658ceabf938f0f94.tar.bz2 gentoo-2-77ccf763be02728b60f2a95e658ceabf938f0f94.zip |
USE=mad -> USE=mp3 #94045
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-engines/scummvm')
-rw-r--r-- | games-engines/scummvm/scummvm-0.7.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games-engines/scummvm/scummvm-0.7.1.ebuild b/games-engines/scummvm/scummvm-0.7.1.ebuild index ccb4e6b409df..870a41b4a559 100644 --- a/games-engines/scummvm/scummvm-0.7.1.ebuild +++ b/games-engines/scummvm/scummvm-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.7.1.ebuild,v 1.1 2005/03/29 00:09:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.7.1.ebuild,v 1.2 2005/05/27 02:45:00 vapier Exp $ inherit eutils games @@ -11,18 +11,17 @@ SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="alsa debug flac mad oggvorbis sdl zlib" +IUSE="alsa debug flac mp3 oggvorbis sdl zlib" RESTRICT="maketest" # it only looks like there's a test there #77507 -RDEPEND="virtual/libc - >=media-libs/libsdl-1.2.2 +RDEPEND=">=media-libs/libsdl-1.2.2 >media-libs/libmpeg2-0.3.1 oggvorbis? ( media-libs/libogg media-libs/libvorbis ) alsa? ( >=media-libs/alsa-lib-0.9 ) - mad? ( media-libs/libmad ) + mp3? ( media-libs/libmad ) flac? ( media-libs/flac ) zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} @@ -46,7 +45,7 @@ src_compile() { # mpeg2 support needs vorbis (bug #79149) so turn it off if -oggvorbis ./configure \ $(use_enable alsa) \ - $(use_enable mad) \ + $(use_enable mp3 mad) \ $(use_enable flac) \ $(use_enable oggvorbis vorbis) \ $(use_enable zlib) \ |