pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q1] pkgsrc/multimedia/vlc
Module Name: pkgsrc
Committed By: bsiegert
Date: Mon Jun 5 09:02:20 UTC 2017
Modified Files:
pkgsrc/multimedia/vlc [pkgsrc-2017Q1]: options.mk
Log Message:
Pullup ticket #5444 - requested by sevan
multimedia/vlc: build fix
Revisions pulled up:
- multimedia/vlc/options.mk 1.32
---
Module Name: pkgsrc
Committed By: jperkin
Date: Mon May 15 11:07:20 UTC 2017
Modified Files:
pkgsrc/multimedia/vlc: options.mk
Log Message:
Don't enable the "live" option on SunOS by default, it requires libraries
that aren't available.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.31.2.1 pkgsrc/multimedia/vlc/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/vlc/options.mk
diff -u pkgsrc/multimedia/vlc/options.mk:1.31 pkgsrc/multimedia/vlc/options.mk:1.31.2.1
--- pkgsrc/multimedia/vlc/options.mk:1.31 Sat Mar 4 08:26:54 2017
+++ pkgsrc/multimedia/vlc/options.mk Mon Jun 5 09:02:20 2017
@@ -1,9 +1,15 @@
-# $NetBSD: options.mk,v 1.31 2017/03/04 08:26:54 wiz Exp $
+# $NetBSD: options.mk,v 1.31.2.1 2017/06/05 09:02:20 bsiegert 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