pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2017Q1]: pkgsrc/multimedia/vlc Pullup ticket #5444 - requested...
details: https://anonhg.NetBSD.org/pkgsrc/rev/01950238b865
branches: pkgsrc-2017Q1
changeset: 360407:01950238b865
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon Jun 05 09:02:20 2017 +0000
description:
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.
diffstat:
multimedia/vlc/options.mk | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 2887662404bd -r 01950238b865 multimedia/vlc/options.mk
--- a/multimedia/vlc/options.mk Mon Jun 05 09:01:01 2017 +0000
+++ b/multimedia/vlc/options.mk Mon Jun 05 09:02: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.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