pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/vlc Don't enable the "live" option on SunOS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f37e468ff426
branches:  trunk
changeset: 362438:f37e468ff426
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon May 15 11:07:20 2017 +0000

description:
Don't enable the "live" option on SunOS by default, it requires libraries
that aren't available.

diffstat:

 multimedia/vlc/options.mk |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 18056b4a38ec -r f37e468ff426 multimedia/vlc/options.mk
--- a/multimedia/vlc/options.mk Mon May 15 10:28:14 2017 +0000
+++ b/multimedia/vlc/options.mk Mon May 15 11:07:20 2017 +0000
@@ -1,9 +1,15 @@
-# $NetBSD: options.mk,v 1.31 2017/03/04 08:26:54 wiz Exp $
+# $NetBSD: options.mk,v 1.32 2017/05/15 11:07:20 jperkin Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.vlc
 PKG_SUPPORTED_OPTIONS=         dbus debug dts faad gnome jack live pulseaudio
 PKG_SUPPORTED_OPTIONS+=                sdl vlc-skins x11
-PKG_SUGGESTED_OPTIONS=         dbus live x11
+PKG_SUGGESTED_OPTIONS=         dbus x11
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "SunOS"
+PKG_SUGGESTED_OPTIONS+=                live
+.endif
 
 ### Add VAAPI if it is available
 .include "../../multimedia/libva/available.mk"



Home | Main Index | Thread Index | Old Index