[banshee] build: Bump gio-sharp requirement to 2.22.3 (bgo#663269)



commit c2d4cf950f4f3b8c5926b00a2786ad9f6aefb71b
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat Nov 5 14:46:35 2011 +0100

    build: Bump gio-sharp requirement to 2.22.3 (bgo#663269)
    
    The changes for DVD support already required gio-sharp 2.22.3, but that
    wasn't documented and checked by configure.

 README                      |    2 +-
 build/m4/banshee/gio.m4     |    2 +-
 configure.ac                |    2 +-
 extras/create-release-notes |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 018dfe8..4754d80 100644
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ acceptable; higher versions are fine.
   * libmtp              0.2.0
   * mono-zeroconf       0.8.0
   * boo                 0.8.1
-  * gio-sharp
+  * gio-sharp           2.22.3
   * gtk-sharp-beans
   * gdata-sharp-youtube 1.4
   * webkit-1.0          1.2.2
diff --git a/build/m4/banshee/gio.m4 b/build/m4/banshee/gio.m4
index 51ff94b..269517a 100644
--- a/build/m4/banshee/gio.m4
+++ b/build/m4/banshee/gio.m4
@@ -11,7 +11,7 @@ AC_DEFUN([BANSHEE_CHECK_GIO_SHARP],
 			enable_gio=yes, enable_gio=no)
 
 		PKG_CHECK_MODULES(GIOSHARP,
-			gio-sharp-2.0 >= 2.22,
+			gio-sharp-2.0 >= 2.22.3,
 			enable_gio="$enable_gio", enable_gio=no)
 
 		asms="`$PKG_CONFIG --variable=Libraries gio-sharp-2.0` `$PKG_CONFIG --variable=Libraries gtk-sharp-beans-2.0`"
diff --git a/configure.ac b/configure.ac
index ba78eaa..7740219 100644
--- a/configure.ac
+++ b/configure.ac
@@ -388,7 +388,7 @@ ${PACKAGE}-${VERSION}
       + GNOME Proxy        ${have_libsoup_gnome} (libsoup-gnome-2.4 >= $SOUP_GNOME_MIN_VERSION)
     Boo Scripting:         ${enable_boo}
     DAAP:                  ${enable_daap}
-    GIO Backend:           ${enable_gio} (glib >= 2.22, gtk-sharp-beans, and gio-sharp)
+    GIO Backend:           ${enable_gio} (glib >= 2.22, gio-sharp >= 2.22.3, and gtk-sharp-beans)
     GIO Hardware:          ${enable_gio_hardware} (gudev-sharp, gkeyfile-sharp)
     YouTube:               ${enable_youtube} (gdata-sharp >= 1.4)
     Sound Menu:            ${enable_soundmenu}
diff --git a/extras/create-release-notes b/extras/create-release-notes
index fe199e1..4ce38e1 100755
--- a/extras/create-release-notes
+++ b/extras/create-release-notes
@@ -86,7 +86,7 @@ $features
 	<li>boo &gt;= 0.8.1</li>
 	<li>webkit-1.0 &gt;= 1.2.2</li>
 	<li>gdata-sharp-youtube &gt;= 1.4</li>
-	<li>gio-sharp &gt;= 2.22.2, gtk-sharp-beans &gt;= 2.14.1, gudev-sharp and gkeyfile-sharp</li>
+	<li>gio-sharp &gt;= 2.22.3, gtk-sharp-beans &gt;= 2.14.1, gudev-sharp and gkeyfile-sharp</li>
 	<li>libgpod-sharp &gt;= 0.7.95</li>
 </ul>
 </li>



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