diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:26:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:26:13 +0000 |
commit | 66b9152dea2fb6ed9e78c052982a46024d3c061f (patch) | |
tree | 2fa4b2e0a248aad09d348daf9408832f3d8381ca /media-video/vlc/vlc-0.6.1.ebuild | |
parent | Gentoo Technologies -> Gentoo Foundation (Manifest recommit) (diff) | |
download | gentoo-2-66b9152dea2fb6ed9e78c052982a46024d3c061f.tar.gz gentoo-2-66b9152dea2fb6ed9e78c052982a46024d3c061f.tar.bz2 gentoo-2-66b9152dea2fb6ed9e78c052982a46024d3c061f.zip |
sync IUSE (+dvdread, +flac, +joystick, +mad, +mmx, -altivec, -kde, -matroska, -qt, -xvid) ... but amazingly enough, *most* of the 35 USE flags in this ebuild were correctly in USE
Diffstat (limited to 'media-video/vlc/vlc-0.6.1.ebuild')
-rw-r--r-- | media-video/vlc/vlc-0.6.1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-video/vlc/vlc-0.6.1.ebuild b/media-video/vlc/vlc-0.6.1.ebuild index 38def739aac5..53c106a9120b 100644 --- a/media-video/vlc/vlc-0.6.1.ebuild +++ b/media-video/vlc/vlc-0.6.1.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.1.ebuild,v 1.10 2004/06/25 00:52:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.6.1.ebuild,v 1.11 2004/07/14 22:26:13 agriffis Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -9,10 +9,6 @@ inherit eutils -IUSE="arts qt ncurses dvd gtk nls 3dfx svga fbcon esd kde X alsa ggi - oggvorbis gnome xv oss sdl aalib slp truetype v4l xvid lirc - wxwindows imlib mozilla dvb debug faad xosd matroska" - DESCRIPTION="VideoLAN Client - DVD/video player and more" SRC_URI="http://www.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2" HOMEPAGE="http://www.videolan.org/vlc" @@ -20,6 +16,9 @@ HOMEPAGE="http://www.videolan.org/vlc" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~alpha" +IUSE="3dfx X aalib alsa arts debug dvb dvd esd faad 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" RDEPEND="X? ( virtual/x11 ) aalib? ( >=media-libs/aalib-1.4_rc4-r2 ) |