pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/moz-mplayer Move moz-player to the multimed...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d765de773365
branches:  trunk
changeset: 467119:d765de773365
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Jan 26 12:33:42 2004 +0000

description:
Move moz-player to the multimedia category (coming from graphics).
This is version 1.0.

diffstat:

 multimedia/moz-mplayer/DESCR    |   3 +++
 multimedia/moz-mplayer/Makefile |  26 ++++++++++++++++++++++++++
 multimedia/moz-mplayer/PLIST    |   3 +++
 multimedia/moz-mplayer/distinfo |   4 ++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r b069063c0947 -r d765de773365 multimedia/moz-mplayer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/moz-mplayer/DESCR      Mon Jan 26 12:33:42 2004 +0000
@@ -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 -r b069063c0947 -r d765de773365 multimedia/moz-mplayer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/moz-mplayer/Makefile   Mon Jan 26 12:33:42 2004 +0000
@@ -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@localhost
+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 -r b069063c0947 -r d765de773365 multimedia/moz-mplayer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/moz-mplayer/PLIST      Mon Jan 26 12:33:42 2004 +0000
@@ -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 -r b069063c0947 -r d765de773365 multimedia/moz-mplayer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/moz-mplayer/distinfo   Mon Jan 26 12:33:42 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index