diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-09-01 16:23:52 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-09-01 16:23:52 +0000 |
commit | c6d439edda97a89a5d686a8b2724b5cdcb16fe9e (patch) | |
tree | 1eca58afc06d6bd958ed5459b56a3af07548c90a /media-video/vlc/vlc-0.7.2-r1.ebuild | |
parent | Version bump, bug #62495 (Manifest recommit) (diff) | |
download | gentoo-2-c6d439edda97a89a5d686a8b2724b5cdcb16fe9e.tar.gz gentoo-2-c6d439edda97a89a5d686a8b2724b5cdcb16fe9e.tar.bz2 gentoo-2-c6d439edda97a89a5d686a8b2724b5cdcb16fe9e.zip |
adding theora support through IUSE. closes 41383
Diffstat (limited to 'media-video/vlc/vlc-0.7.2-r1.ebuild')
-rw-r--r-- | media-video/vlc/vlc-0.7.2-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-0.7.2-r1.ebuild b/media-video/vlc/vlc-0.7.2-r1.ebuild index b323a2b923d7..3ad1630c41a4 100644 --- a/media-video/vlc/vlc-0.7.2-r1.ebuild +++ b/media-video/vlc/vlc-0.7.2-r1.ebuild @@ -1,17 +1,16 @@ # 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.7.2-r1.ebuild,v 1.3 2004/08/19 22:17:08 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.7.2-r1.ebuild,v 1.4 2004/09/01 16:23:52 mholzer Exp $ inherit libtool gcc eutils # Missing support for... # tarkin - package not in portage yet - experimental -# theora - package not in portage yet - experimental # tremor - package not in portage yet - experimental IUSE="arts ncurses dvd gtk nls 3dfx svga fbcon esd X alsa ggi speex oggvorbis gnome xv oss sdl aalib slp bidi truetype v4l lirc - wxwindows imlib matroska dvb mozilla debug faad + wxwindows imlib matroska dvb mozilla debug faad theora xosd altivec png dts" DESCRIPTION="VLC media player - Video player and streamer" @@ -51,6 +50,7 @@ RDEPEND="X? ( virtual/x11 ) sdl? ( >=media-libs/libsdl-1.2.5 ) slp? ( >=net-libs/openslp-1.0.11 ) bidi? ( >=dev-libs/fribidi-0.10.4 ) + theora? ( media-libs/libtheora ) truetype? ( >=media-libs/freetype-2.1.4 ) wxwindows? ( >=x11-libs/wxGTK-2.4.2 ) xosd? ( >=x11-libs/xosd-2.0 ) @@ -170,6 +170,7 @@ src_compile() { $(use_enable joystick) $(use_enable lirc) \ $(use_enable arts) \ $(use_enable oggvorbis ogg) $(use_enable oggvorbis vorbis) \ + $(use_enable theora) \ $(use_enable speex) \ $(use_enable matroska mkv) \ $(use_enable truetype freetype) \ |