diff options
author | salo <salo> | 2003-04-19 07:32:05 +0000 |
---|---|---|
committer | salo <salo> | 2003-04-19 07:32:05 +0000 |
commit | 2459b04ef1ddffcb65373bf3df62fd9ae048e998 (patch) | |
tree | 3ab50024ab04573e544ad221e806df62caca1c57 /graphics/moz-mplayer | |
parent | d845a4111e046016219a11dbf801a0cace1fcf93 (diff) | |
download | pkgsrc-2459b04ef1ddffcb65373bf3df62fd9ae048e998.tar.gz |
Import of moz-mplayer-0.71: Embedded video player for Mozilla.
moz-mplayer is a plugin for Gecko based browsers that uses mplayer to play
videos from websites. This plugin gives Netscape, Mozilla and Konqueror
the ability to play videos off the net.
Package submitted by Juan RP via pkgsrc-wip with small modifications by me.
Diffstat (limited to 'graphics/moz-mplayer')
-rw-r--r-- | graphics/moz-mplayer/DESCR | 3 | ||||
-rw-r--r-- | graphics/moz-mplayer/Makefile | 26 | ||||
-rw-r--r-- | graphics/moz-mplayer/PLIST | 3 | ||||
-rw-r--r-- | graphics/moz-mplayer/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/graphics/moz-mplayer/DESCR b/graphics/moz-mplayer/DESCR new file mode 100644 index 00000000000..40aac38a31d --- /dev/null +++ b/graphics/moz-mplayer/DESCR @@ -0,0 +1,3 @@ +moz-mplayer is a plugin for Gecko based browsers that uses mplayer to play +videos from websites. This plugin gives Netscape, Mozilla and Konqueror +the ability to play videos off the net. diff --git a/graphics/moz-mplayer/Makefile b/graphics/moz-mplayer/Makefile new file mode 100644 index 00000000000..8b55f141703 --- /dev/null +++ b/graphics/moz-mplayer/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/19 07:32:05 salo Exp $ +# + +DISTNAME= mplayerplug-in_v0.71 +PKGNAME= moz-mplayer-0.71 +WRKSRC= ${WRKDIR}/mplayerplug-in +CATEGORIES= graphics www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mplayerplug-in/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://mplayerplug-in.sourceforge.net/ +COMMENT= Embedded video player for Mozilla + +DEPENDS+= mplayer>=0.90rc14:../../graphics/mplayer +DEPENDS+= mozilla-[0-9]*:../../www/mozilla + +USE_BUILDLINK2= YES +USE_X11BASE= YES + +MOZ_PLUGDIR= ${PREFIX}/lib/mozilla/plugins + +do-install: + ${INSTALL_DATA_DIR} ${MOZ_PLUGDIR} + ${INSTALL_DATA} ${WRKSRC}/mplayerplug-in.so ${MOZ_PLUGDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/moz-mplayer/PLIST b/graphics/moz-mplayer/PLIST new file mode 100644 index 00000000000..d02ef3510a8 --- /dev/null +++ b/graphics/moz-mplayer/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/19 07:32:05 salo Exp $ +lib/mozilla/plugins/mplayerplug-in.so +@unexec ${RMDIR} %D/lib/mozilla/plugins 2>/dev/null || ${TRUE} diff --git a/graphics/moz-mplayer/distinfo b/graphics/moz-mplayer/distinfo new file mode 100644 index 00000000000..757fa7f4a7d --- /dev/null +++ b/graphics/moz-mplayer/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/19 07:32:05 salo Exp $ + +SHA1 (mplayerplug-in_v0.71.tar.gz) = f710d8786522c3bafaf1e0da7a241007102f75fc +Size (mplayerplug-in_v0.71.tar.gz) = 36650 bytes |