summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2019-06-22 22:46:45 +0000
committertsutsui <tsutsui@pkgsrc.org>2019-06-22 22:46:45 +0000
commit8bd01a9bb65f7dab6f545d334385c38f0ff185d2 (patch)
tree00da4b8a49cab29f5f21e7c44a9c90372f023239 /multimedia
parent74050c3ea68e5ba20e7561111df1f59f3d5cfcc9 (diff)
downloadpkgsrc-8bd01a9bb65f7dab6f545d334385c38f0ff185d2.tar.gz
mplayer: put back pulseaudio to SUGGESTED_OPTIONS.
- the default audio output driver (in case no -ao option is specified) on NetBSD is still oss even if pulseaudio is enabled - users can change the audio output driver by "-ao pulse" option or "ao=pulse" in ~/.mplayer/config file, as they did on 1.3.0 packages - SDL (which is in current SUGGESTED_OPTIONS) already depends on pulseaudio by default Bump PKGREVISIONs.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gmplayer/Makefile3
-rw-r--r--multimedia/mencoder/Makefile3
-rw-r--r--multimedia/mplayer-share/Makefile3
-rw-r--r--multimedia/mplayer-share/options.mk4
-rw-r--r--multimedia/mplayer/Makefile3
5 files changed, 10 insertions, 6 deletions
diff --git a/multimedia/gmplayer/Makefile b/multimedia/gmplayer/Makefile
index 59f4bd3a263..9a2d3deb421 100644
--- a/multimedia/gmplayer/Makefile
+++ b/multimedia/gmplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.146 2019/06/04 13:39:38 nia Exp $
+# $NetBSD: Makefile,v 1.147 2019/06/22 22:46:45 tsutsui 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,6 +8,7 @@
#
PKGNAME= gmplayer-${MPLAYER_VERSION}
+PKGREVISION= 1
SKIN_SITES= http://www1.mplayerhq.hu/MPlayer/skins/ \
http://www2.mplayerhq.hu/MPlayer/skins/ \
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index 24715ee4b36..e04b2212f40 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2019/06/04 13:39:38 nia Exp $
+# $NetBSD: Makefile,v 1.73 2019/06/22 22:46:45 tsutsui Exp $
PKGNAME= mencoder-${MPLAYER_VERSION}
+PKGREVISION= 1
COMMENT= Simple movie encoder for MPlayer-playable movies
diff --git a/multimedia/mplayer-share/Makefile b/multimedia/mplayer-share/Makefile
index d4bde855d40..6997b00dd2b 100644
--- a/multimedia/mplayer-share/Makefile
+++ b/multimedia/mplayer-share/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.64 2019/06/04 13:39:38 nia Exp $
+# $NetBSD: Makefile,v 1.65 2019/06/22 22:46:45 tsutsui Exp $
.include "Makefile.common"
PKGNAME= mplayer-share-${MPLAYER_VERSION}
+PKGREVISION= 1
COMMENT= Documentation used by mplayer and gmplayer
DEPENDS+= mplayer-fonts-[0-9]*:../../fonts/mplayer-fonts
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk
index f14e542bf8f..a1f73782cdd 100644
--- a/multimedia/mplayer-share/options.mk
+++ b/multimedia/mplayer-share/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.63 2019/06/04 13:39:38 nia Exp $
+# $NetBSD: options.mk,v 1.64 2019/06/22 22:46:45 tsutsui Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -83,7 +83,7 @@ PKG_SUPPORTED_OPTIONS+= xvid
.for o in dvdread dvdnav gif jpeg \
mplayer-menu \
mplayer-default-cflags mplayer-runtime-cpudetection \
- oss png sdl vdpau lirc
+ oss png pulseaudio sdl vdpau lirc
. if !empty(PKG_SUPPORTED_OPTIONS:M${o})
PKG_SUGGESTED_OPTIONS+= ${o}
. endif
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 105e8021d26..8a04a590672 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.105 2019/06/04 13:39:38 nia Exp $
+# $NetBSD: Makefile,v 1.106 2019/06/22 22:46:45 tsutsui Exp $
PKGNAME= mplayer-${MPLAYER_VERSION}
+PKGREVISION= 1
COMMENT= Fast, cross-platform movie player