pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/moz-mplayer Update to version 1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc4744007152
branches:  trunk
changeset: 465548:cc4744007152
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Jan 01 19:03:20 2004 +0000

description:
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@localhost
- 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@localhost
- 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:

 graphics/moz-mplayer/Makefile         |  10 +++++-----
 graphics/moz-mplayer/distinfo         |   7 +++----
 graphics/moz-mplayer/patches/patch-aa |  16 ----------------
 3 files changed, 8 insertions(+), 25 deletions(-)

diffs (61 lines):

diff -r d627dbb0b283 -r cc4744007152 graphics/moz-mplayer/Makefile
--- a/graphics/moz-mplayer/Makefile     Thu Jan 01 18:50:30 2004 +0000
+++ b/graphics/moz-mplayer/Makefile     Thu Jan 01 19:03:20 2004 +0000
@@ -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 @@
 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 -r d627dbb0b283 -r cc4744007152 graphics/moz-mplayer/distinfo
--- a/graphics/moz-mplayer/distinfo     Thu Jan 01 18:50:30 2004 +0000
+++ b/graphics/moz-mplayer/distinfo     Thu Jan 01 19:03:20 2004 +0000
@@ -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 -r d627dbb0b283 -r cc4744007152 graphics/moz-mplayer/patches/patch-aa
--- a/graphics/moz-mplayer/patches/patch-aa     Thu Jan 01 18:50:30 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index