[banshee/cleanup: 9/10] cleanup: Remove build option to disable podcasts



commit c7452f20d1e9ee261e180aeb7fb22a3433364f0d
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Wed Apr 27 15:11:35 2011 -0500

    cleanup: Remove build option to disable podcasts

 configure.ac                                  |    7 +------
 src/Extensions/Banshee.Podcasting/Makefile.am |    5 -----
 2 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c180ba7..b594a3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 
 dnl How to configure for distcheck
-DISTCHECK_CONFIGURE_FLAGS="--disable-docs --enable-mtp --enable-daap --enable-podcast --enable-user-help --enable-release"
+DISTCHECK_CONFIGURE_FLAGS="--disable-docs --enable-mtp --enable-daap --enable-user-help --enable-release"
 AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
 
 dnl Export Version Info
@@ -187,10 +187,6 @@ AM_CONDITIONAL(ENABLE_GAPLESS, test "x$ENABLE_GAPLESS" = "xyes")
 dnl i18n
 SHAMROCK_CONFIGURE_I18N($PACKAGE)
 
-dnl the bird is the word
-AC_ARG_ENABLE(podcast, AC_HELP_STRING([--disable-podcast], [Disable Podcasting support]), , enable_podcast="yes")
-AM_CONDITIONAL(ENABLE_PODCAST, test "x$enable_podcast" = "xyes")
-
 AC_ARG_ENABLE(release,
 	AC_HELP_STRING([--enable-release],
 		[Use release configuration]),
@@ -396,7 +392,6 @@ ${PACKAGE}-${VERSION}
     DAAP:                  ${enable_daap}
     GIO Backend:           ${enable_gio} (glib >= 2.22, gtk-sharp-beans, and gio-sharp)
     GIO Hardware:          ${enable_gio_hardware} (gudev-sharp, gkeyfile-sharp)
-    Podcasts:              ${enable_podcast}
     Gapless playback:      ${ENABLE_GAPLESS} (gstreamer-plugins-base > 0.10.25.2)
     YouTube extension:     ${enable_youtube} (gdata-sharp >= 1.4)
     Sound menu:            ${enable_soundmenu}
diff --git a/src/Extensions/Banshee.Podcasting/Makefile.am b/src/Extensions/Banshee.Podcasting/Makefile.am
index 889a01d..5db6a1a 100644
--- a/src/Extensions/Banshee.Podcasting/Makefile.am
+++ b/src/Extensions/Banshee.Podcasting/Makefile.am
@@ -41,9 +41,4 @@ RESOURCES =  \
 	Resources/ActiveSourceUI.xml \
 	Resources/GlobalUI.xml
 
-if ENABLE_PODCAST
 include $(top_srcdir)/build/build.mk
-else
-EXTRA_DIST = $(SOURCES) $(RESOURCES)
-endif
-



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