[Lunar-commits] <moonbase> vlc: Adding an optional_depends. Upnp is automatically detected and if libupnp-1.6.9/1.6.10

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Dec 13 16:30:11 CET 2010


commit 50bd064b9f58eb53e95365259e2824f672d6971a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Dec 13 10:30:11 2010 -0500

    vlc: Adding an optional_depends. Upnp is automatically detected and if libupnp-1.6.9/1.6.10
    
    are installed the make will fail on upnp_intel.cpp. So just say no to that for now.
---
 video/vlc/DEPENDS |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index f45f79b..95f5097 100644
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -120,3 +120,8 @@ optional_depends  "lua"            \
                   ""               \
                   "--disable-lua"  \
                   "for some interfaces (rc, telnet, http) support"
+
+optional_depends  "libupnp"        \
+                  "--enable-upnp"  \
+                  "--disable-upnp" \
+                  "Intel UPnp SDK support"


More information about the Lunar-commits mailing list