pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/mplayer-share mplayer-share: alsa is not a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a96baf6e84d2
branches:  trunk
changeset: 335651:a96baf6e84d2
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jun 25 20:50:22 2019 +0000

description:
mplayer-share: alsa is not a supported option for mencoder so dont suggest it

diffstat:

 multimedia/mplayer-share/options.mk |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r d65408fe7021 -r a96baf6e84d2 multimedia/mplayer-share/options.mk
--- a/multimedia/mplayer-share/options.mk       Tue Jun 25 18:17:22 2019 +0000
+++ b/multimedia/mplayer-share/options.mk       Tue Jun 25 20:50:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.64 2019/06/22 22:46:45 tsutsui Exp $
+# $NetBSD: options.mk,v 1.65 2019/06/25 20:50:22 markd Exp $
 
 .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
 
@@ -88,7 +88,10 @@
 PKG_SUGGESTED_OPTIONS+=        ${o}
 .  endif
 .endfor
-PKG_SUGGESTED_OPTIONS.Linux+=  alsa vidix
+.if !empty(PKGNAME:M*mplayer*)
+PKG_SUGGESTED_OPTIONS.Linux+=  alsa
+.endif
+PKG_SUGGESTED_OPTIONS.Linux+=  vidix
 
 # -------------------------------------------------------------------------
 # Handle extra libraries (part 1)



Home | Main Index | Thread Index | Old Index