banshee r3855 - in trunk/banshee: . build/m4/banshee src/Extensions/Banshee.BooScript src/Extensions/Banshee.BooScript/Resources



Author: abock
Date: Thu May  1 02:11:23 2008
New Revision: 3855
URL: http://svn.gnome.org/viewvc/banshee?rev=3855&view=rev

Log:
2008-04-30  Aaron Bockover  <abock gnome org>

    * build/m4/banshee/boo.m4: Require Boo 0.8.1

    * src/Extensions/Banshee.BooScript/Makefile.am: Do not try to build if
    we don't actually have the Boo requirement met

    * src/Extensions/Banshee.BooScript/Resources/duration-status-formats.boo:
    Fixed header



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/build/m4/banshee/boo.m4
   trunk/banshee/src/Extensions/Banshee.BooScript/Makefile.am
   trunk/banshee/src/Extensions/Banshee.BooScript/Resources/duration-status-formats.boo

Modified: trunk/banshee/build/m4/banshee/boo.m4
==============================================================================
--- trunk/banshee/build/m4/banshee/boo.m4	(original)
+++ trunk/banshee/build/m4/banshee/boo.m4	Thu May  1 02:11:23 2008
@@ -1,6 +1,7 @@
 AC_DEFUN([BANSHEE_CHECK_BOO],
 [
-	PKG_CHECK_MODULES(BOO, boo >= 0.7.6, enable_boo="yes", enable_boo="no")
+	PKG_CHECK_MODULES(BOO, boo >= 0.8.1, enable_boo="yes", enable_boo="no")
 	AC_SUBST(BOO_LIBS)
+	AM_CONDITIONAL(HAVE_BOO,  test "x$enable_boo" = "xyes")
 ])
 

Modified: trunk/banshee/src/Extensions/Banshee.BooScript/Makefile.am
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.BooScript/Makefile.am	(original)
+++ trunk/banshee/src/Extensions/Banshee.BooScript/Makefile.am	Thu May  1 02:11:23 2008
@@ -9,5 +9,9 @@
 	Resources/duration-status-formats.boo \
 	Resources/filename-transform.boo
 
+if HAVE_BOO
 include $(top_srcdir)/build/build.mk
+else
+EXTRA_DIST = $(SOURCES) $(RESOURCES)
+endif
 

Modified: trunk/banshee/src/Extensions/Banshee.BooScript/Resources/duration-status-formats.boo
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.BooScript/Resources/duration-status-formats.boo	(original)
+++ trunk/banshee/src/Extensions/Banshee.BooScript/Resources/duration-status-formats.boo	Thu May  1 02:11:23 2008
@@ -1,4 +1,4 @@
-# Â 2006-2008 Novell Inc. Licensed under the MIT X11 license.
+# Â 2008 Novell Inc. Licensed under the MIT X11 license.
 # Written by Aaron Bockover <abockover novell com>
 #
 # This script demonstrates how to override the default formatting



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