From 83d8acfe480fec0ea5056baaed14b5c8b69c1a5d Mon Sep 17 00:00:00 2001 From: Russell Harmon Date: Thu, 18 Feb 2010 12:07:36 -0500 Subject: Add mozplugger-1.13.2 --- www-plugins/mozplugger/mozplugger-1.13.2.ebuild | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 www-plugins/mozplugger/mozplugger-1.13.2.ebuild (limited to 'www-plugins') diff --git a/www-plugins/mozplugger/mozplugger-1.13.2.ebuild b/www-plugins/mozplugger/mozplugger-1.13.2.ebuild new file mode 100644 index 0000000..d1aae74 --- /dev/null +++ b/www-plugins/mozplugger/mozplugger-1.13.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/mozplugger-1.12.1.ebuild,v 1.1 2009/08/18 21:15:49 beandog Exp $ + +inherit nsplugins + +DESCRIPTION="Streaming media plugin for Mozilla, based on netscape-plugger" +SRC_URI="http://mozplugger.mozdev.org/files/${P}.tar.gz" +HOMEPAGE="http://mozplugger.mozdev.org/" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" +LICENSE="GPL-2" + +SLOT="0" +IUSE="" + +DEPEND="x11-libs/libX11" +RDEPEND="${DEPEND} + || ( net-libs/xulrunner + www-client/mozilla-firefox + www-client/seamonkey )" + +src_compile() { + emake linux || die +} + +src_install() { + emake root="${D}" install || die "install failed" + src_mv_plugins /usr/lib/mozilla/plugins + + dodoc ChangeLog README || die "dodoc failed" +} -- cgit v1.2.3-65-gdbad