pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia mplayer: put back pulseaudio to SUGGESTED_O...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22b71f79c989
branches:  trunk
changeset: 397430:22b71f79c989
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Jun 22 22:46:45 2019 +0000

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

 multimedia/gmplayer/Makefile        |  3 ++-
 multimedia/mencoder/Makefile        |  3 ++-
 multimedia/mplayer-share/Makefile   |  3 ++-
 multimedia/mplayer-share/options.mk |  4 ++--
 multimedia/mplayer/Makefile         |  3 ++-
 5 files changed, 10 insertions(+), 6 deletions(-)

diffs (73 lines):

diff -r 06e5bb4a37ad -r 22b71f79c989 multimedia/gmplayer/Makefile
--- a/multimedia/gmplayer/Makefile      Sat Jun 22 18:54:52 2019 +0000
+++ b/multimedia/gmplayer/Makefile      Sat Jun 22 22:46:45 2019 +0000
@@ -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 -r 06e5bb4a37ad -r 22b71f79c989 multimedia/mencoder/Makefile
--- a/multimedia/mencoder/Makefile      Sat Jun 22 18:54:52 2019 +0000
+++ b/multimedia/mencoder/Makefile      Sat Jun 22 22:46:45 2019 +0000
@@ -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 -r 06e5bb4a37ad -r 22b71f79c989 multimedia/mplayer-share/Makefile
--- a/multimedia/mplayer-share/Makefile Sat Jun 22 18:54:52 2019 +0000
+++ b/multimedia/mplayer-share/Makefile Sat Jun 22 22:46:45 2019 +0000
@@ -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 -r 06e5bb4a37ad -r 22b71f79c989 multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Sat Jun 22 18:54:52 2019 +0000
+++ b/multimedia/mplayer-share/options.mk       Sat Jun 22 22:46:45 2019 +0000
@@ -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 @@
 .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 -r 06e5bb4a37ad -r 22b71f79c989 multimedia/mplayer/Makefile
--- a/multimedia/mplayer/Makefile       Sat Jun 22 18:54:52 2019 +0000
+++ b/multimedia/mplayer/Makefile       Sat Jun 22 22:46:45 2019 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index