diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-27 23:54:07 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-02-27 23:54:07 +0000 |
commit | 5fe4fcf04298827968af9a8a56c39eb261e369ca (patch) | |
tree | c8e5df651dbc4f3e2aca289bc620429afdd7e12e | |
parent | removing vorbis local use for vlc since it should just use the global oggvorb... (diff) | |
download | gentoo-2-5fe4fcf04298827968af9a8a56c39eb261e369ca.tar.gz gentoo-2-5fe4fcf04298827968af9a8a56c39eb261e369ca.tar.bz2 gentoo-2-5fe4fcf04298827968af9a8a56c39eb261e369ca.zip |
Back to using oggvorbis in IUSE.
(Portage version: 2.0.51-r15)
-rw-r--r-- | media-video/vlc/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index fcb1fd526224..26610b8b4316 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/vlc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.68 2005/01/29 16:15:03 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.69 2005/02/27 23:54:07 eradicator Exp $ + + 27 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org> vlc-0.8.1.ebuild: + Back to using oggvorbis in IUSE. 29 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> vlc-0.8.1.ebuild: removed unnecessary line from DEPEND, see #78830 diff --git a/media-video/vlc/vlc-0.8.1.ebuild b/media-video/vlc/vlc-0.8.1.ebuild index c62600e1c292..93d2e017ac26 100644 --- a/media-video/vlc/vlc-0.8.1.ebuild +++ b/media-video/vlc/vlc-0.8.1.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.ebuild,v 1.8 2005/01/29 16:15:03 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.1.ebuild,v 1.9 2005/02/27 23:54:07 eradicator Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -15,7 +15,7 @@ SRC_URI="http://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="a52 3dfx nls utf8 debug altivec httpd vlm gnutls live v4l cdio cddb cdda ogg matroska dvb dvd vcd ffmpeg faad dts flac mpeg vorbis theora X opengl freetype svg fbcon svga oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc joystick mozilla hal stream mad xv bidi" +IUSE="a52 3dfx nls utf8 debug altivec httpd vlm gnutls live v4l cdio cddb cdda ogg matroska dvb dvd vcd ffmpeg faad dts flac mpeg oggvorbis theora X opengl freetype svg fbcon svga oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc joystick mozilla hal stream mad xv bidi" DEPEND="hal? ( >=sys-apps/hal-0.2.97 ) cdio? ( >=dev-libs/libcdio-0.70 ) @@ -34,7 +34,7 @@ DEPEND="hal? ( >=sys-apps/hal-0.2.97 ) dts? ( media-libs/libdts ) flac? ( media-libs/flac ) mpeg? ( >=media-libs/libmpeg2-0.3.2 ) - vorbis? ( media-libs/libvorbis ) + oggvorbis? ( media-libs/libvorbis ) theora? ( media-libs/libtheora ) X? ( virtual/x11 ) xv? ( virtual/x11 ) @@ -125,7 +125,7 @@ src_compile () { $(use_enable ogg) \ $(use_enable matroska mkv) \ $(use_enable flac) \ - $(use_enable vorbis) \ + $(use_enable oggvorbis vorbis) \ $(use_enable theora) \ $(use_enable X x11) \ $(use_enable xv xvideo) \ |