diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-11-21 18:04:57 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-11-21 18:04:57 +0000 |
commit | 255d07f021093e4668d32b19522fb82cde84eed4 (patch) | |
tree | 675a04b147b64bf59306a3bbef1807c3919456a2 /media-video/vlc | |
parent | Added -fPIC flag for hppa. (diff) | |
download | historical-255d07f021093e4668d32b19522fb82cde84eed4.tar.gz historical-255d07f021093e4668d32b19522fb82cde84eed4.tar.bz2 historical-255d07f021093e4668d32b19522fb82cde84eed4.zip |
The Mozilla plugin only works with Mozilla 1.4 currently
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 69dc60ddff3b..82cdd1fb3e7d 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/vlc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.35 2003/10/20 02:55:14 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.36 2003/11/21 18:04:57 raker Exp $ + + 21 Nov 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.2.ebuild: + The Mozilla plugin only works with Mozilla 1.4 currently. 19 Oct 2003; Max Kalika <max@gentoo.org> vlc-0.6.2.ebuild: Revert location of libdvd, it belongs in media-libs but was only partly moved diff --git a/media-video/vlc/vlc-0.6.2.ebuild b/media-video/vlc/vlc-0.6.2.ebuild index 511c5bc0e1cc..06bcbe315785 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-2003 Gentoo Technologies, Inc. # 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.8 2003/10/20 02:55:14 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.6.2.ebuild,v 1.9 2003/11/21 18:04:57 raker Exp $ # Missing support for... # tarkin - package not in portage yet - experimental @@ -40,7 +40,7 @@ DEPEND="X? ( virtual/x11 ) lirc? ( app-misc/lirc ) mad? ( >=media-sound/mad-0.14.2b ) matroska? ( >=media-libs/libmatroska-0.4.4 ) - mozilla? ( >=net-www/mozilla-1.4 ) + mozilla? ( =net-www/mozilla-1.4* ) ncurses? ( sys-libs/ncurses ) nls? ( sys-devel/gettext ) oggvorbis? ( >=media-libs/libvorbis-1.0 >=media-libs/libogg-1.0 ) |