diff options
-rw-r--r-- | net-www/mplayerplug-in/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild | 6 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog index 87a3bdb0bb40..31ef3aebe77c 100644 --- a/net-www/mplayerplug-in/ChangeLog +++ b/net-www/mplayerplug-in/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mplayerplug-in # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.63 2006/04/12 20:30:54 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.64 2006/05/04 09:43:47 josejx Exp $ + + 04 May 2006; Joseph Jezak <josejx@gentoo.org> mplayerplug-in-3.21.ebuild, + mplayerplug-in-3.25.ebuild: + Added seamonkey as an option to compile against for bug #132217. *mplayerplug-in-3.25 (12 Apr 2006) diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild index 775e55b55259..825b20399351 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild,v 1.7 2006/04/12 20:30:54 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.21.ebuild,v 1.8 2006/05/04 09:43:47 josejx Exp $ inherit eutils multilib nsplugins @@ -15,7 +15,9 @@ IUSE="gecko-sdk gtk" DEPEND=">=media-video/mplayer-1.0_pre5 gecko-sdk? ( net-libs/gecko-sdk ) - !gecko-sdk? ( || ( >=www-client/mozilla-1.6 www-client/mozilla-firefox ) ) + !gecko-sdk? ( || ( >=www-client/mozilla-1.6 + www-client/mozilla-firefox + www-client/seamonkey ) ) || ( ( x11-libs/libXpm x11-proto/xextproto ) diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild index a55236199de0..3e33c4d9129c 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild,v 1.1 2006/04/12 20:30:54 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.25.ebuild,v 1.2 2006/05/04 09:43:47 josejx Exp $ inherit eutils multilib nsplugins @@ -15,7 +15,9 @@ IUSE="gecko-sdk gtk" DEPEND=">=media-video/mplayer-1.0_pre5 gecko-sdk? ( net-libs/gecko-sdk ) - !gecko-sdk? ( || ( >=www-client/mozilla-1.6 www-client/mozilla-firefox ) ) + !gecko-sdk? ( || ( >=www-client/mozilla-1.6 + www-client/mozilla-firefox + www-client/seamonkey ) ) || ( ( x11-libs/libXpm x11-proto/xextproto ) |