pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/vlc2 Remove rtsp option; this version of vl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18cfd1691788
branches:  trunk
changeset: 643277:18cfd1691788
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 13 11:11:26 2014 +0000

description:
Remove rtsp option; this version of vlc is too old to support the current
liblive version.

diffstat:

 multimedia/vlc2/options.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r c6f152002c82 -r 18cfd1691788 multimedia/vlc2/options.mk
--- a/multimedia/vlc2/options.mk        Sat Dec 13 09:28:14 2014 +0000
+++ b/multimedia/vlc2/options.mk        Sat Dec 13 11:11:26 2014 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.10 2013/09/02 11:13:00 jperkin Exp $
+# $NetBSD: options.mk,v 1.11 2014/12/13 11:11:26 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.vlc
 PKG_SUPPORTED_OPTIONS=         debug faad skins sdl pulseaudio x11
-PKG_SUPPORTED_OPTIONS+=                gnome dts rtsp
+PKG_SUPPORTED_OPTIONS+=                gnome dts
 # XXX broken
-#PKG_SUPPORTED_OPTIONS+=       dbus
-PKG_SUGGESTED_OPTIONS=         faad x11 rtsp
+#PKG_SUPPORTED_OPTIONS+=       dbus rtsp
+PKG_SUGGESTED_OPTIONS=         faad x11
 
 ### Add VAAPI if it is available
 .include "../../multimedia/libva/available.mk"



Home | Main Index | Thread Index | Old Index