Tue Jun 22 12:35:45 2021 UTC ()
mplayer: remove pulse from default options now NetBSD 7 is unsupported
and it requires mozjs (and rust) which doesn't work on plaforms such as
arm


(nia)
diff -r1.153 -r1.154 pkgsrc/multimedia/gmplayer/Makefile
diff -r1.73 -r1.74 pkgsrc/multimedia/mencoder/Makefile
diff -r1.107 -r1.108 pkgsrc/multimedia/mplayer/Makefile
diff -r1.75 -r1.76 pkgsrc/multimedia/mplayer-share/Makefile
diff -r1.67 -r1.68 pkgsrc/multimedia/mplayer-share/options.mk

cvs diff -r1.153 -r1.154 pkgsrc/multimedia/gmplayer/Makefile (expand / switch to context diff)
--- pkgsrc/multimedia/gmplayer/Makefile 2020/08/17 20:19:38 1.153
+++ pkgsrc/multimedia/gmplayer/Makefile 2021/06/22 12:35:44 1.154
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2020/08/17 20:19:38 leot Exp $
+# $NetBSD: Makefile,v 1.154 2021/06/22 12:35:44 nia Exp $
 #
 # NOTE: if you are updating both mplayer and gmplayer, you must ensure
 # that *both* distinfo files contain the correct, up-to-date files and
@@ -8,7 +8,7 @@
 #
 
 PKGNAME=	gmplayer-${MPLAYER_VERSION}
-PKGREVISION=	6
+PKGREVISION=	7
 
 SKIN_SITES=	http://www1.mplayerhq.hu/MPlayer/skins/		\
 		http://www2.mplayerhq.hu/MPlayer/skins/		\

cvs diff -r1.73 -r1.74 pkgsrc/multimedia/mencoder/Makefile (expand / switch to context diff)
--- pkgsrc/multimedia/mencoder/Makefile 2019/06/22 22:46:45 1.73
+++ pkgsrc/multimedia/mencoder/Makefile 2021/06/22 12:35:45 1.74
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2019/06/22 22:46:45 tsutsui Exp $
+# $NetBSD: Makefile,v 1.74 2021/06/22 12:35:45 nia Exp $
 
 PKGNAME=	mencoder-${MPLAYER_VERSION}
-PKGREVISION=	1
+PKGREVISION=	2
 
 COMMENT=	Simple movie encoder for MPlayer-playable movies
 

cvs diff -r1.107 -r1.108 pkgsrc/multimedia/mplayer/Makefile (expand / switch to context diff)
--- pkgsrc/multimedia/mplayer/Makefile 2021/04/10 13:06:50 1.107
+++ pkgsrc/multimedia/mplayer/Makefile 2021/06/22 12:35:45 1.108
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.107 2021/04/10 13:06:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.108 2021/06/22 12:35:45 nia Exp $
 
 PKGNAME=	mplayer-${MPLAYER_VERSION}
-PKGREVISION=	2
+PKGREVISION=	3
 
 COMMENT=	Fast, cross-platform movie player
 

cvs diff -r1.75 -r1.76 pkgsrc/multimedia/mplayer-share/Makefile (expand / switch to context diff)
--- pkgsrc/multimedia/mplayer-share/Makefile 2021/02/07 06:30:34 1.75
+++ pkgsrc/multimedia/mplayer-share/Makefile 2021/06/22 12:35:45 1.76
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.75 2021/02/07 06:30:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.76 2021/06/22 12:35:45 nia Exp $
 
 .include "Makefile.common"
 
 PKGNAME=	mplayer-share-${MPLAYER_VERSION}
-PKGREVISION=	10
+PKGREVISION=	11
 COMMENT=	Documentation used by mplayer and gmplayer
 
 DEPENDS+=	mplayer-fonts-[0-9]*:../../fonts/mplayer-fonts

cvs diff -r1.67 -r1.68 pkgsrc/multimedia/mplayer-share/options.mk (expand / switch to context diff)
--- pkgsrc/multimedia/mplayer-share/options.mk 2020/01/20 21:34:01 1.67
+++ pkgsrc/multimedia/mplayer-share/options.mk 2021/06/22 12:35:45 1.68
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.67 2020/01/20 21:34:01 nia Exp $
+# $NetBSD: options.mk,v 1.68 2021/06/22 12:35:45 nia Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -83,7 +83,7 @@
 .  for o in   dvdread dvdnav gif jpeg \
 	    mplayer-menu \
 	    mplayer-default-cflags mplayer-runtime-cpudetection \
-	    oss png pulseaudio sdl vdpau lirc
+	    oss png sdl vdpau lirc
 .    if !empty(PKG_SUPPORTED_OPTIONS:M${o})
 PKG_SUGGESTED_OPTIONS+=		${o}
 .    endif