diff options
Diffstat (limited to 'media-video/vlc/vlc-0.6.2.ebuild')
-rw-r--r-- | media-video/vlc/vlc-0.6.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/vlc/vlc-0.6.2.ebuild b/media-video/vlc/vlc-0.6.2.ebuild index 938de529d441..09032ffd84dc 100644 --- a/media-video/vlc/vlc-0.6.2.ebuild +++ b/media-video/vlc/vlc-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.6.2.ebuild,v 1.20 2004/11/01 01:13:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.6.2.ebuild,v 1.21 2004/12/14 12:27:42 eradicator Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -16,7 +16,7 @@ SRC_URI="http://www.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha x86" -IUSE="3dfx X aalib alsa altivec arts debug dvb dvd dvdread esd faad fbcon ggi +IUSE="3dfx X aalib alsa altivec arts debug dvb dvd dvdread esd aac fbcon ggi gnome gtk imlib joystick kde lirc mad matroska mozilla ncurses nls oggvorbis oss qt sdl slp svga truetype v4l wxwindows xosd xv xvid" @@ -30,7 +30,7 @@ RDEPEND="X? ( virtual/x11 ) >=media-libs/libdvdcss-1.2.8 >=media-libs/libdvdplay-1.0.1 ) esd? ( >=media-sound/esound-0.2.22 ) - faad? ( >=media-libs/faad2-1.1 ) + aac? ( >=media-libs/faad2-1.1 ) ggi? ( >=media-libs/libggi-2.0_beta3 ) gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) gtk? ( =x11-libs/gtk+-1.2* ) @@ -148,7 +148,7 @@ src_compile(){ `use_enable ggi` \ `use_enable sdl` \ `use_enable mad` \ - `use_enable faad` \ + `use_enable aac faad` \ `use_enable xvid` \ `use_enable v4l` \ `use_enable dvd` \ |