diff --git a/www/mplayerplug-in/Makefile b/www/mplayerplug-in/Makefile index fdf48470d0c..f1cf890b18d 100644 --- a/www/mplayerplug-in/Makefile +++ b/www/mplayerplug-in/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2007/10/13 16:05:13 fgsch Exp $ +# $OpenBSD: Makefile,v 1.3 2007/12/17 19:25:59 jasper Exp $ SHARED_ONLY= Yes COMMENT= embedded video player for mozilla -DISTNAME= mplayerplug-in-3.45 -PKGNAME= ${DISTNAME}p0 +DISTNAME= mplayerplug-in-3.50 CATEGORIES= www @@ -19,11 +18,12 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= ICE SM X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama \ - Xpm Xrandr Xrender Xt atk-1.0 cairo expat fontconfig \ - freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \ - gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 png z +WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ + Xfixes Xi Xinerama Xpm Xrandr Xrender Xt atk-1.0 cairo \ + expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \ + glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 \ + gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \ + png z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mplayerplug-in/} diff --git a/www/mplayerplug-in/distinfo b/www/mplayerplug-in/distinfo index cebf3d76e13..89244a11f02 100644 --- a/www/mplayerplug-in/distinfo +++ b/www/mplayerplug-in/distinfo @@ -1,5 +1,5 @@ -MD5 (mplayerplug-in-3.45.tar.gz) = tEvkiy005lCbjxJZfaenEg== -RMD160 (mplayerplug-in-3.45.tar.gz) = apcAhgOXpseVK44uqKmmEDdqFSg= -SHA1 (mplayerplug-in-3.45.tar.gz) = OaiIxuZbg/hiq++D9eA4Hsempuo= -SHA256 (mplayerplug-in-3.45.tar.gz) = P8q4ka3xsyN05fUlsOkeGiOTuoVCn57GVO2tsI8G1DE= -SIZE (mplayerplug-in-3.45.tar.gz) = 228032 +MD5 (mplayerplug-in-3.50.tar.gz) = epMGw59lUAkMFrnB2H4xaA== +RMD160 (mplayerplug-in-3.50.tar.gz) = brYd8MBuG59hGL5Pdb8FZIu429g= +SHA1 (mplayerplug-in-3.50.tar.gz) = VOXXo7M/UDgwGDVF97wnjTfLidU= +SHA256 (mplayerplug-in-3.50.tar.gz) = BGuOZe5ORWhFO3dJ1+YPUhqHwvmZD0bQIdooPihfTAI= +SIZE (mplayerplug-in-3.50.tar.gz) = 452730 diff --git a/www/mplayerplug-in/patches/patch-Makefile_in b/www/mplayerplug-in/patches/patch-Makefile_in index 04c6222f350..91ba57088e7 100644 --- a/www/mplayerplug-in/patches/patch-Makefile_in +++ b/www/mplayerplug-in/patches/patch-Makefile_in @@ -1,6 +1,6 @@ -$OpenBSD: patch-Makefile_in,v 1.2 2007/10/13 16:05:13 fgsch Exp $ ---- Makefile.in.orig Fri Jan 19 19:17:53 2007 -+++ Makefile.in Sat Oct 13 16:34:24 2007 +$OpenBSD: patch-Makefile_in,v 1.3 2007/12/17 19:25:59 jasper Exp $ +--- Makefile.in.orig Sun Dec 16 02:04:45 2007 ++++ Makefile.in Sun Dec 16 02:05:48 2007 @@ -17,22 +17,22 @@ LDFLAGS= @LDFLAGS@ @LDFLAGS64@ @LIBS@ @XEXT_LIBS@ @XPM LIBOBJS= @LIBOBJS@ OBJ= plugin.o nsScriptablePeer.o npp_gate.o np_entry.o npn_gate.o \ @@ -30,21 +30,3 @@ $OpenBSD: patch-Makefile_in,v 1.2 2007/10/13 16:05:13 fgsch Exp $ INSTALL = @INSTALL@ SHAREDTARGET=mplayerplug-in NP_HEADERS= include/npplat.h include/pluginbase.h -@@ -135,7 +135,7 @@ strlcpy.o: extras/strlcpy.c $(HEADERS) - - clean: - $(RM) $(OBJ) $(OBJ_WMP) $(OBJ_QT) $(OBJ_RM) $(OBJ_GMP) $(OBJ_DVX) $(SHAREDTARGET)*.so $(SHAREDTARGET)*.xpt -- make -C po clean -+ $(MAKE) -C po clean - - distclean: clean - $(RM) install.sh uninstall.sh po/Makefile -@@ -145,7 +145,7 @@ install: all - ./install.sh $(DESTDIR) - - languages: -- make -C po -+ $(MAKE) -C po - - uninstall: - ./uninstall.sh diff --git a/www/mplayerplug-in/patches/patch-configure b/www/mplayerplug-in/patches/patch-configure index e15d34c1f92..4b64075d8de 100644 --- a/www/mplayerplug-in/patches/patch-configure +++ b/www/mplayerplug-in/patches/patch-configure @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure,v 1.1 2007/10/13 16:05:13 fgsch Exp $ ---- configure.orig Sat Oct 13 16:33:26 2007 -+++ configure Sat Oct 13 16:33:54 2007 -@@ -9534,7 +9534,7 @@ done +$OpenBSD: patch-configure,v 1.2 2007/12/17 19:25:59 jasper Exp $ +--- configure.orig Sun Dec 16 02:04:16 2007 ++++ configure Sun Dec 16 02:04:29 2007 +@@ -8259,7 +8259,7 @@ done #AC_REPLACE_FUNCS([memmem strlcpy strlcat])