summaryrefslogtreecommitdiff
path: root/graphics/moz-mplayer
diff options
context:
space:
mode:
authorsalo <salo>2004-01-01 19:03:20 +0000
committersalo <salo>2004-01-01 19:03:20 +0000
commit9f0c43f3c8310607c22906a9752298907eb722de (patch)
treeb0d87d95d58254fb0d2f2a5635fb7f8e9689b53f /graphics/moz-mplayer
parentcc374c9c8df2ef77f07fcf66d631b59b9eb6c0dc (diff)
downloadpkgsrc-9f0c43f3c8310607c22906a9752298907eb722de.tar.gz
Update to version 1.0.
- it doesn't really need Mozilla to be built, remove it from DEPENDS - bump the MPlayer dependency requirement - patch-aa not needed anymore Changes: 1.0: ==== - Added -zoom patch from Giuseppe Ghibo ghibo@mandrakesoft.com - Patch to only kill the mplayer associated with the window being destroyed. - This allows multiple streams to play in different windows - Cosmetic "about:plugins" patch from Benjamin Larsson banan@student.luth.se - More about:plugin work to fix an issue with AtomFilms, Quicktime was not coming up - Keep trailing ; in mimetype list - smil format support - Clone wars 0.95: ===== - Supports media streaming - Updated user feedback - mplayer v0.92 is the recommended version of mplayer - Implements streaming of data
Diffstat (limited to 'graphics/moz-mplayer')
-rw-r--r--graphics/moz-mplayer/Makefile10
-rw-r--r--graphics/moz-mplayer/distinfo7
-rw-r--r--graphics/moz-mplayer/patches/patch-aa16
3 files changed, 8 insertions, 25 deletions
diff --git a/graphics/moz-mplayer/Makefile b/graphics/moz-mplayer/Makefile
index 753a3abfb53..d4e2fdc1ca9 100644
--- a/graphics/moz-mplayer/Makefile
+++ b/graphics/moz-mplayer/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/08/28 20:05:19 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/01 19:03:20 salo Exp $
#
-DISTNAME= mplayerplug-in-0.80
-PKGNAME= moz-mplayer-0.80
+DISTNAME= mplayerplug-in-1.0
+PKGNAME= moz-mplayer-1.0
WRKSRC= ${WRKDIR}/mplayerplug-in
CATEGORIES= graphics www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mplayerplug-in/}
@@ -11,11 +11,11 @@ MAINTAINER= xtraeme@NetBSD.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
+DEPENDS+= mplayer>=0.92:../../graphics/mplayer
USE_BUILDLINK2= YES
USE_X11= YES
+GNU_CONFIGURE= YES
MOZ_PLUGDIR= ${PREFIX}/lib/mozilla/plugins
diff --git a/graphics/moz-mplayer/distinfo b/graphics/moz-mplayer/distinfo
index 1adbff78707..4e8c0451884 100644
--- a/graphics/moz-mplayer/distinfo
+++ b/graphics/moz-mplayer/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/05/23 09:37:27 salo Exp $
+$NetBSD: distinfo,v 1.3 2004/01/01 19:03:20 salo Exp $
-SHA1 (mplayerplug-in-0.80.tar.gz) = f51c65316edae74082edcbd4360d5581942ffbf1
-Size (mplayerplug-in-0.80.tar.gz) = 38414 bytes
-SHA1 (patch-aa) = a4747680ec045f36435a9a6f60dab5da26206f72
+SHA1 (mplayerplug-in-1.0.tar.gz) = a4667a272e43af94c4bca90d373430d53b6d3f9d
+Size (mplayerplug-in-1.0.tar.gz) = 79681 bytes
diff --git a/graphics/moz-mplayer/patches/patch-aa b/graphics/moz-mplayer/patches/patch-aa
deleted file mode 100644
index 7cc457c8cef..00000000000
--- a/graphics/moz-mplayer/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/05/23 09:37:28 salo Exp $
-
---- Makefile.orig 2003-01-19 16:12:43.000000000 +0100
-+++ Makefile 2003-05-23 11:22:04.000000000 +0200
-@@ -29,9 +29,9 @@
- # PLUGIN_DEFINES= -DXP_UNIX -DPLUGIN_TRACE
- PLUGIN_DEFINES= -DXP_UNIX -Iinclude -ISource/_gen -I/usr/X11R6/include
-
--CC= gcc
-+#CC= gcc
- OPTIMIZER= -g
--CFLAGS= $(OPTIMIZER) $(PLUGIN_DEFINES) -I. -I/usr/include
-+CFLAGS+= $(OPTIMIZER) $(PLUGIN_DEFINES) -fPIC -I. -I/usr/include
-
- SRC= Source/mplayerplug-in.c Source/stubs.c
- OBJ= mplayerplug-in.o stubs.o