summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-23 09:37:27 +0000
committersalo <salo@pkgsrc.org>2003-05-23 09:37:27 +0000
commitac807228c6d9abb91f8411da82dc837b35662c45 (patch)
treeaa2d033b109401856c50dc3b2049863cfe4999c3 /graphics
parent56ed20d36c74b7b940ab5bdf1ac41b4cca8e110a (diff)
downloadpkgsrc-ac807228c6d9abb91f8411da82dc837b35662c45.tar.gz
Updated to version 0.80.
Changes: - USE_X11 to reflect mozilla switch 0.80: ===== - Added option "display" which is passed to mplayer - Fixed a cosmetic debug message - Downloading prior to playing and saving off to a directory - Fixed up the filename for downloaded files - Copy files that have been downloaded to cache, that way we don't download twice - If file is downloaded already, don't download again, looping optimization - Fix crash - Fix problem with startrek.com - Added patch from Giuseppe Ghibo for osd - Added support for $HOME in dload-dir and logfile config options - Help rtsp protocol work - Added video/quicktime:sdp:Quicktime - Fixed a bug at www.apple.com/switch
Diffstat (limited to 'graphics')
-rw-r--r--graphics/moz-mplayer/Makefile9
-rw-r--r--graphics/moz-mplayer/distinfo7
-rw-r--r--graphics/moz-mplayer/patches/patch-aa16
3 files changed, 24 insertions, 8 deletions
diff --git a/graphics/moz-mplayer/Makefile b/graphics/moz-mplayer/Makefile
index 1ed847e08ec..6e42c3b6c1c 100644
--- a/graphics/moz-mplayer/Makefile
+++ b/graphics/moz-mplayer/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2003/05/05 19:05:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/23 09:37:27 salo Exp $
#
-DISTNAME= mplayerplug-in_v0.71
-PKGNAME= moz-mplayer-0.71
-PKGREVISION= 1
+DISTNAME= mplayerplug-in-0.80
+PKGNAME= moz-mplayer-0.80
WRKSRC= ${WRKDIR}/mplayerplug-in
CATEGORIES= graphics www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mplayerplug-in/}
@@ -16,7 +15,7 @@ DEPENDS+= mplayer>=0.90rc14:../../graphics/mplayer
DEPENDS+= mozilla-[0-9]*:../../www/mozilla
USE_BUILDLINK2= YES
-USE_X11BASE= YES
+USE_X11= YES
MOZ_PLUGDIR= ${PREFIX}/lib/mozilla/plugins
diff --git a/graphics/moz-mplayer/distinfo b/graphics/moz-mplayer/distinfo
index 757fa7f4a7d..1adbff78707 100644
--- a/graphics/moz-mplayer/distinfo
+++ b/graphics/moz-mplayer/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/04/19 07:32:05 salo Exp $
+$NetBSD: distinfo,v 1.2 2003/05/23 09:37:27 salo Exp $
-SHA1 (mplayerplug-in_v0.71.tar.gz) = f710d8786522c3bafaf1e0da7a241007102f75fc
-Size (mplayerplug-in_v0.71.tar.gz) = 36650 bytes
+SHA1 (mplayerplug-in-0.80.tar.gz) = f51c65316edae74082edcbd4360d5581942ffbf1
+Size (mplayerplug-in-0.80.tar.gz) = 38414 bytes
+SHA1 (patch-aa) = a4747680ec045f36435a9a6f60dab5da26206f72
diff --git a/graphics/moz-mplayer/patches/patch-aa b/graphics/moz-mplayer/patches/patch-aa
new file mode 100644
index 00000000000..7cc457c8cef
--- /dev/null
+++ b/graphics/moz-mplayer/patches/patch-aa
@@ -0,0 +1,16 @@
+$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