diff options
author | Chris White <chriswhite@gentoo.org> | 2005-03-02 22:15:08 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-03-02 22:15:08 +0000 |
commit | d936a5045a2ffc2c60abe5470169d009535bc1d3 (patch) | |
tree | ea27c4e627bb446ea93f1fe9310effa99985a81b /media-video/vlc | |
parent | mark x86 (Manifest recommit) (diff) | |
download | gentoo-2-d936a5045a2ffc2c60abe5470169d009535bc1d3.tar.gz gentoo-2-d936a5045a2ffc2c60abe5470169d009535bc1d3.tar.bz2 gentoo-2-d936a5045a2ffc2c60abe5470169d009535bc1d3.zip |
Fixed bug #83880.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.8.1.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 26610b8b4316..68769c9e7846 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.69 2005/02/27 23:54:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.70 2005/03/02 22:15:08 chriswhite Exp $ + + 03 Mar 2005; Chris White <chriswhite@gentoo.org> vlc-0.8.1.ebuild: + Fixed bug #83880. 27 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org> vlc-0.8.1.ebuild: Back to using oggvorbis in IUSE. diff --git a/media-video/vlc/vlc-0.8.1.ebuild b/media-video/vlc/vlc-0.8.1.ebuild index 93d2e017ac26..c833ef54b391 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.9 2005/02/27 23:54:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.1.ebuild,v 1.10 2005/03/02 22:15:08 chriswhite 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 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" +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 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 ) @@ -57,7 +57,7 @@ DEPEND="hal? ( >=sys-apps/hal-0.2.97 ) sys-libs/zlib media-libs/libpng media-libs/libdvbpsi - faad?( >=media-libs/faad2-2.0-r2 )" + aac?( >=media-libs/faad2-2.0-r2 )" src_unpack() { unpack ${A} @@ -112,7 +112,7 @@ src_compile () { econf \ $(use_enable altivec) \ - $(use_enable utf8) \ + $(use_enable unicode utf8) \ $(use_enable stream sout) \ $(use_enable httpd) \ $(use_enable vlm) \ @@ -153,7 +153,7 @@ src_compile () { $(use_enable live livedotcom) \ $(use_enable mad) \ $(use_enable ffmpeg) \ - $(use_enable faad) \ + $(use_enable aac faad) \ $(use_enable a52) \ $(use_enable dts) \ $(use_enable mpeg libmpeg2) \ |