pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/mplayer-share



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Jun 25 20:50:23 UTC 2019

Modified Files:
        pkgsrc/multimedia/mplayer-share: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 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/mplayer-share/options.mk
diff -u pkgsrc/multimedia/mplayer-share/options.mk:1.64 pkgsrc/multimedia/mplayer-share/options.mk:1.65
--- pkgsrc/multimedia/mplayer-share/options.mk:1.64     Sat Jun 22 22:46:45 2019
+++ pkgsrc/multimedia/mplayer-share/options.mk  Tue Jun 25 20:50:22 2019
@@ -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_SUPPORTED_OPTIONS+= xvid
 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