diff options
author | 2004-11-01 01:13:31 +0000 | |
---|---|---|
committer | 2004-11-01 01:13:31 +0000 | |
commit | d72966aac26a0b06ec25b1bb6a845a101988eace (patch) | |
tree | 86244bb978a970a259fc2e903a9132434dff804e /media-video/vlc/vlc-0.6.2.ebuild | |
parent | Removed old version. Added 1.0 to x86. Fixed regression test. (Manifest recom... (diff) | |
download | gentoo-2-d72966aac26a0b06ec25b1bb6a845a101988eace.tar.gz gentoo-2-d72966aac26a0b06ec25b1bb6a845a101988eace.tar.bz2 gentoo-2-d72966aac26a0b06ec25b1bb6a845a101988eace.zip |
stop using old WANT_AUTOTOOL_#_# syntax
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 e69786f1528d..938de529d441 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.19 2004/07/14 22:26:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.6.2.ebuild,v 1.20 2004/11/01 01:13:31 vapier Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -10,12 +10,12 @@ inherit gcc eutils DESCRIPTION="VideoLAN Client - DVD/video player and more" +HOMEPAGE="http://www.videolan.org/vlc/" SRC_URI="http://www.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2" -HOMEPAGE="http://www.videolan.org/vlc" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~alpha" +SLOT="0" +KEYWORDS="~alpha x86" IUSE="3dfx X aalib alsa altivec arts debug dvb dvd dvdread 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" |