[banshee] [build] Tweak how YouTube is built/status is displayed
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [build] Tweak how YouTube is built/status is displayed
- Date: Tue, 9 Mar 2010 23:14:22 +0000 (UTC)
commit e10d95c41a823462ebafb7803aaa9fddb11164cb
Author: Gabriel Burt <gabriel burt gmail com>
Date: Tue Mar 9 15:13:04 2010 -0800
[build] Tweak how YouTube is built/status is displayed
Is now --disable-youtube instead of --disable-gdata, and its shown along
the other Extra Features instead of off by its lonesome.
build/m4/banshee/gdata.m4 | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/m4/banshee/gdata.m4 b/build/m4/banshee/gdata.m4
index 8df8b23..35157ae 100644
--- a/build/m4/banshee/gdata.m4
+++ b/build/m4/banshee/gdata.m4
@@ -3,7 +3,7 @@ AC_DEFUN([BANSHEE_CHECK_GDATA],
GDATASHARP_REQUIRED_VERSION=1.4
AC_SUBST(GDATASHARP_REQUIRED_VERSION)
- AC_ARG_ENABLE(gdata, AC_HELP_STRING([--disable-gdata], [Disable Youtube extension]), , enable_gdata="yes")
+ AC_ARG_ENABLE(gdata, AC_HELP_STRING([--disable-youtube], [Disable Youtube extension]), , enable_gdata="yes")
if test "x$enable_gdata" = "xyes"; then
PKG_CHECK_MODULES(GDATASHARP,
diff --git a/configure.ac b/configure.ac
index 62234c1..ffece65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -367,6 +367,7 @@ ${PACKAGE}-${VERSION}
Podcasts: ${enable_podcast}
Wikipedia: ${enable_webkit} (requires webkit-sharp)
Gapless playback: ${ENABLE_GAPLESS} (requires gstreamer-plugins-base > 0.10.25.2)
+ YouTube extension: ${enable_gdata} (requires gdata-sharp >= 1.4)
Build/Development:
Unit Tests: ${do_tests} (requires nunit >= ${NUNIT_REQUIRED})
@@ -380,7 +381,6 @@ EOF
if test "x$enable_moonlight" = "xyes"; then br=yes; echo " Moonlight Effects: ${enable_moonlight}"; fi
if test "x$enable_remote_audio" = "xyes"; then br=yes; echo " Remote Audio: ${enable_remote_audio}"; fi
if test "x$enable_torrent" = "xyes"; then br=yes; echo " Torrent Podcasts: ${enable_torrent}"; fi
-if test "x$enable_gdata" = "xyes"; then br=yes; echo " Google Data API: ${enable_gdata}"; fi
if test -d ${expanded_libdir}/${PACKAGE}; then
if test x$br = xyes; then echo; fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]