pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia
Module Name: pkgsrc
Committed By: tsutsui
Date: Sat Jun 22 22:46:45 UTC 2019
Modified Files:
pkgsrc/multimedia/gmplayer: Makefile
pkgsrc/multimedia/mencoder: Makefile
pkgsrc/multimedia/mplayer: Makefile
pkgsrc/multimedia/mplayer-share: Makefile options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/multimedia/gmplayer/Makefile
cvs rdiff -u -r1.72 -r1.73 pkgsrc/multimedia/mencoder/Makefile
cvs rdiff -u -r1.105 -r1.106 pkgsrc/multimedia/mplayer/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/multimedia/mplayer-share/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/multimedia/mplayer-share/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/gmplayer/Makefile
diff -u pkgsrc/multimedia/gmplayer/Makefile:1.146 pkgsrc/multimedia/gmplayer/Makefile:1.147
--- pkgsrc/multimedia/gmplayer/Makefile:1.146 Tue Jun 4 13:39:38 2019
+++ pkgsrc/multimedia/gmplayer/Makefile Sat Jun 22 22:46:45 2019
@@ -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/ \
Index: pkgsrc/multimedia/mencoder/Makefile
diff -u pkgsrc/multimedia/mencoder/Makefile:1.72 pkgsrc/multimedia/mencoder/Makefile:1.73
--- pkgsrc/multimedia/mencoder/Makefile:1.72 Tue Jun 4 13:39:38 2019
+++ pkgsrc/multimedia/mencoder/Makefile Sat Jun 22 22:46:45 2019
@@ -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
Index: pkgsrc/multimedia/mplayer/Makefile
diff -u pkgsrc/multimedia/mplayer/Makefile:1.105 pkgsrc/multimedia/mplayer/Makefile:1.106
--- pkgsrc/multimedia/mplayer/Makefile:1.105 Tue Jun 4 13:39:38 2019
+++ pkgsrc/multimedia/mplayer/Makefile Sat Jun 22 22:46:45 2019
@@ -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
Index: pkgsrc/multimedia/mplayer-share/Makefile
diff -u pkgsrc/multimedia/mplayer-share/Makefile:1.64 pkgsrc/multimedia/mplayer-share/Makefile:1.65
--- pkgsrc/multimedia/mplayer-share/Makefile:1.64 Tue Jun 4 13:39:38 2019
+++ pkgsrc/multimedia/mplayer-share/Makefile Sat Jun 22 22:46:45 2019
@@ -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
Index: pkgsrc/multimedia/mplayer-share/options.mk
diff -u pkgsrc/multimedia/mplayer-share/options.mk:1.63 pkgsrc/multimedia/mplayer-share/options.mk:1.64
--- pkgsrc/multimedia/mplayer-share/options.mk:1.63 Tue Jun 4 13:39:38 2019
+++ pkgsrc/multimedia/mplayer-share/options.mk Sat Jun 22 22:46:45 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index