diff options
Diffstat (limited to 'media-video/vlc/vlc-0.8.1-r1.ebuild')
-rw-r--r-- | media-video/vlc/vlc-0.8.1-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-video/vlc/vlc-0.8.1-r1.ebuild b/media-video/vlc/vlc-0.8.1-r1.ebuild index d219f6eda6dd..9c0e042d90dc 100644 --- a/media-video/vlc/vlc-0.8.1-r1.ebuild +++ b/media-video/vlc/vlc-0.8.1-r1.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/media-video/vlc/vlc-0.8.1-r1.ebuild,v 1.17 2005/09/15 21:33:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.1-r1.ebuild,v 1.18 2005/10/30 23:04:53 flameeyes Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -18,10 +18,9 @@ SRC_URI="http://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~ppc sparc x86" -IUSE="a52 3dfx nls unicode debug altivec httpd vlm gnutls live v4l cdio cddb cdda ogg matroska dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl freetype svg fbcon svga oss aalib ggi libcaca esd arts alsa wxwindows xosd lirc joystick nsplugin hal stream mad xv bidi gtk2 sdl ssl" +IUSE="a52 3dfx nls unicode debug altivec httpd vlm gnutls live v4l cdio cddb cdda ogg matroska dvb dvd vcd ffmpeg aac dts flac mpeg vorbis theora X opengl freetype svg fbcon svga oss aalib ggi libcaca esd arts alsa wxwindows xosd lirc joystick nsplugin stream mad xv bidi gtk2 sdl ssl" -DEPEND="hal? ( =sys-apps/hal-0.4* ) - cdio? ( >=dev-libs/libcdio-0.70 ) +DEPEND="cdio? ( >=dev-libs/libcdio-0.70 ) cddb? ( >=media-libs/libcddb-0.9.4 ) live? ( >=media-plugins/live-2005.01.29 ) dvd? ( media-libs/libdvdread @@ -177,7 +176,7 @@ src_compile () { $(use_enable 3dfx glide) \ $(use_enable sdl) \ $(use_enable ssl gnutls) \ - --disable-ncurses --disable-portaudio --disable-pth \ + --disable-ncurses --disable-portaudio --disable-pth --disable-hal \ ${myconf} || die "configuration failed" if [[ $(gcc-major-version) == 2 ]]; then |