[grilo-plugins/debian: 19/22] shoutcast: Disable plugin



commit 99747bdb290f0bc72ef6812b0c087dca9f54f08c
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Mar 4 13:29:58 2011 +0100

    shoutcast: Disable plugin
    
    Do not build SHOUTCast plugin unless forced.
    
    Plugin is broken at this moment.
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>

 configure.ac |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bc862c7..c46e6f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -483,7 +483,7 @@ AC_DEFINE_UNQUOTED([BOOKMARKS_PLUGIN_ID], ["$BOOKMARKS_PLUGIN_ID"], [Bookmarks p
 
 AC_ARG_ENABLE(shoutcast,
         AC_HELP_STRING([--enable-shoutcast],
-                [enable SHOUTcast plugin (default: auto)]),
+                [enable SHOUTcast plugin (default: no)]),
         [
                 case "$enableval" in
                      yes)
@@ -497,11 +497,13 @@ AC_ARG_ENABLE(shoutcast,
                 esac
         ],
         [
-                if test "x$HAVE_GRLNET" = "xyes" -a "x$HAVE_XML" = "xyes"; then
-                   enable_shoutcast=yes
-                else
-                   enable_shoutcast=no
-                fi
+                 enable_shoutcast=no
+#                Do not build SHOUTCast by default; it is broken
+#                if test "x$HAVE_GRLNET" = "xyes" -a "x$HAVE_XML" = "xyes"; then
+#                   enable_shoutcast=yes
+#                else
+#                   enable_shoutcast=no
+#                fi
         ])
 
 AM_CONDITIONAL([SHOUTCAST_PLUGIN], [test "x$enable_shoutcast" = "xyes"])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]