[banshee] build: Require ubuntuone-sharp >= 0.3.2 for the U1MS extension



commit 81b42046823759c6f190345df6d186212c3271e7
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Mon Mar 14 19:56:05 2011 +0100

    build: Require ubuntuone-sharp >= 0.3.2 for the U1MS extension
    
    The U1MusicStore.LoadStoreLink method that we're using now was only
    added in libubuntuone 0.3.2, so check for that version.

 build/m4/banshee/ubuntuonemusicstore.m4 |    2 +-
 configure.ac                            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/m4/banshee/ubuntuonemusicstore.m4 b/build/m4/banshee/ubuntuonemusicstore.m4
index 2ff4a67..95bc0cd 100644
--- a/build/m4/banshee/ubuntuonemusicstore.m4
+++ b/build/m4/banshee/ubuntuonemusicstore.m4
@@ -8,7 +8,7 @@ AC_DEFUN([BANSHEE_CHECK_UBUNTUONE],
 	if test "x$enable_ubuntuone" = "xyes"; then
 		has_ubuntuonesharp=no
 		PKG_CHECK_MODULES(UBUNTUONESHARP,
-			[ubuntuone-sharp-1.0],
+			[ubuntuone-sharp-1.0 >= 0.3.2],
 			has_ubuntuonesharp=yes, has_ubuntuonesharp=no)
 		if test "x$has_ubuntuonesharp" = "xno"; then
 			AC_MSG_ERROR([ubuntuone-sharp was not found. Please install ubuntuone-sharp, or disable Ubuntu One support by passing --disable-ubuntuone])
diff --git a/configure.ac b/configure.ac
index 82af23e..a718199 100644
--- a/configure.ac
+++ b/configure.ac
@@ -426,7 +426,7 @@ ${PACKAGE}-${VERSION}
     Gapless playback:  ${ENABLE_GAPLESS} (gstreamer-plugins-base > 0.10.25.2)
     YouTube extension: ${enable_youtube} (gdata-sharp >= 1.4)
     Sound menu:        ${enable_soundmenu}
-    Ubuntu One Store:  ${enable_ubuntuone} (ubuntuone-sharp)
+    Ubuntu One Store:  ${enable_ubuntuone} (ubuntuone-sharp >= 0.3.2)
 
   Build/Development:
     Unit Tests:        ${do_tests} (nunit >= ${NUNIT_REQUIRED})



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