diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-26 12:33:42 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-26 12:33:42 +0000 |
commit | fe52d2d1a36f86d2305e0ca0e0d0b50a82a40557 (patch) | |
tree | d3ab7518c933c52d0f5583877b29e6bf0af7f03f /multimedia/moz-mplayer | |
parent | e9701318b97777b74cbbd9d6f913f68e5998ce59 (diff) | |
download | pkgsrc-fe52d2d1a36f86d2305e0ca0e0d0b50a82a40557.tar.gz |
Move moz-player to the multimedia category (coming from graphics).
This is version 1.0.
Diffstat (limited to 'multimedia/moz-mplayer')
-rw-r--r-- | multimedia/moz-mplayer/DESCR | 3 | ||||
-rw-r--r-- | multimedia/moz-mplayer/Makefile | 26 | ||||
-rw-r--r-- | multimedia/moz-mplayer/PLIST | 3 | ||||
-rw-r--r-- | multimedia/moz-mplayer/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/multimedia/moz-mplayer/DESCR b/multimedia/moz-mplayer/DESCR new file mode 100644 index 00000000000..305250bd048 --- /dev/null +++ b/multimedia/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 Galeon the +ability to play videos off the net. diff --git a/multimedia/moz-mplayer/Makefile b/multimedia/moz-mplayer/Makefile new file mode 100644 index 00000000000..10f4d141e97 --- /dev/null +++ b/multimedia/moz-mplayer/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 12:33:42 jmmv Exp $ +# + +DISTNAME= mplayerplug-in-1.0 +PKGNAME= moz-mplayer-1.0 +CATEGORIES= multimedia www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mplayerplug-in/} + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://mplayerplug-in.sourceforge.net/ +COMMENT= Embedded video player for Mozilla + +DEPENDS+= mplayer>=0.92:../../multimedia/mplayer + +WRKSRC= ${WRKDIR}/mplayerplug-in +USE_BUILDLINK2= YES +USE_X11= YES +GNU_CONFIGURE= 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/multimedia/moz-mplayer/PLIST b/multimedia/moz-mplayer/PLIST new file mode 100644 index 00000000000..7992baefd16 --- /dev/null +++ b/multimedia/moz-mplayer/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/26 12:33:42 jmmv Exp $ +lib/mozilla/plugins/mplayerplug-in.so +@unexec ${RMDIR} %D/lib/mozilla/plugins 2>/dev/null || ${TRUE} diff --git a/multimedia/moz-mplayer/distinfo b/multimedia/moz-mplayer/distinfo new file mode 100644 index 00000000000..b1529276af2 --- /dev/null +++ b/multimedia/moz-mplayer/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/26 12:33:42 jmmv Exp $ + +SHA1 (mplayerplug-in-1.0.tar.gz) = a4667a272e43af94c4bca90d373430d53b6d3f9d +Size (mplayerplug-in-1.0.tar.gz) = 79681 bytes |