diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-09-19 13:57:50 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-09-19 13:57:50 +0000 |
commit | 7932f3f3920519ecbed3ab30890bf929f8affd86 (patch) | |
tree | eecb9ad214e4541d22cc11ef887d3caf547aefbb /net-www/mplayerplug-in | |
parent | Pushing in some fixes thanks to Ben Hodgetts and bug # 141588 (diff) | |
download | gentoo-2-7932f3f3920519ecbed3ab30890bf929f8affd86.tar.gz gentoo-2-7932f3f3920519ecbed3ab30890bf929f8affd86.tar.bz2 gentoo-2-7932f3f3920519ecbed3ab30890bf929f8affd86.zip |
s/real/realmedia, rtsp isn't the codec
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-www/mplayerplug-in')
-rw-r--r-- | net-www/mplayerplug-in/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog index 2932bd02f76d..013f3bd2e0b7 100644 --- a/net-www/mplayerplug-in/ChangeLog +++ b/net-www/mplayerplug-in/ChangeLog @@ -1,6 +1,11 @@ # 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.72 2006/09/07 15:55:51 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.73 2006/09/19 13:57:50 lu_zero Exp $ + + 19 Sep 2006; Luca Barbato <lu_zero@gentoo.org> + mplayerplug-in-3.31-r1.ebuild: + Make the realmedia support useflag realmedia since it isn't codec related + but stream type related 07 Sep 2006; Joseph Jezak <josejx@gentoo.org> -mplayerplug-in-3.31.ebuild, mplayerplug-in-3.31-r1.ebuild: diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild index af0bfc1cec06..5de64e24fc0f 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.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.31-r1.ebuild,v 1.2 2006/09/07 15:55:51 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild,v 1.3 2006/09/19 13:57:50 lu_zero Exp $ inherit eutils multilib nsplugins @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 -hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="gtk divx gmedia real quicktime wmp" +IUSE="gtk divx gmedia realmedia quicktime wmp" DEPEND=">=media-video/mplayer-1.0_pre5 || ( www-client/mozilla-firefox @@ -54,7 +54,7 @@ src_compile() { ${myconf} \ $(use_enable divx dvx) \ $(use_enable gmedia gmp) \ - $(use_enable real rm) \ + $(use_enable realmedia rm) \ $(use_enable quicktime qt) \ $(use_enable wmp) \ || die "econf failed" |