[Pkg-cli-apps-commits] r3879 - in /packages/banshee/branches/1.0/debian: changelog patches/01_no-warnaserror.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri Apr 11 09:23:34 UTC 2008


Author: slomo
Date: Fri Apr 11 09:23:34 2008
New Revision: 3879

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3879
Log:
New upstream release, "1.0 Alpha 3":
+ debian/rules,
- Update build dependencies and enable some optional extensions.
+ debian/patches/01_no-warnaserror.patch:
- Updated to apply cleanly.

Modified:
    packages/banshee/branches/1.0/debian/changelog
    packages/banshee/branches/1.0/debian/patches/01_no-warnaserror.patch

Modified: packages/banshee/branches/1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/branches/1.0/debian/changelog?rev=3879&op=diff
==============================================================================
--- packages/banshee/branches/1.0/debian/changelog (original)
+++ packages/banshee/branches/1.0/debian/changelog Fri Apr 11 09:23:34 2008
@@ -1,9 +1,11 @@
 banshee (0.98.3-1) experimental; urgency=low
 
-  * New upstream release, "1.0 Alpha 3".
-  * debian/rules,
-    debian/control:
-    + Update build dependencies and enable some optional extensions.
+  * New upstream release, "1.0 Alpha 3":
+    + debian/rules,
+      debian/control:
+      - Update build dependencies and enable some optional extensions.
+    + debian/patches/01_no-warnaserror.patch:
+      - Updated to apply cleanly.
 
  -- Sebastian Dröge <slomo at debian.org>  Fri, 11 Apr 2008 11:17:24 +0200
 

Modified: packages/banshee/branches/1.0/debian/patches/01_no-warnaserror.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/branches/1.0/debian/patches/01_no-warnaserror.patch?rev=3879&op=diff
==============================================================================
--- packages/banshee/branches/1.0/debian/patches/01_no-warnaserror.patch (original)
+++ packages/banshee/branches/1.0/debian/patches/01_no-warnaserror.patch Fri Apr 11 09:23:34 2008
@@ -1,241 +1,578 @@
-diff -x'*patch' -Naur banshee-0.98.2.old/build/build.rules.mk banshee-0.98.2/build/build.rules.mk
---- banshee-0.98.2.old/build/build.rules.mk	2008-03-12 21:40:47.000000000 +0100
-+++ banshee-0.98.2/build/build.rules.mk	2008-03-27 08:09:22.000000000 +0100
-@@ -40,7 +40,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
+diff -Naur banshee-0.98.3.old/build/build.rules.mk banshee-0.98.3/build/build.rules.mk
+--- banshee-0.98.3.old/build/build.rules.mk	2008-04-10 00:40:03.000000000 +0200
++++ banshee-0.98.3/build/build.rules.mk	2008-04-11 11:22:48.000000000 +0200
+@@ -46,7 +46,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/ChangeLog banshee-0.98.3/ChangeLog
+--- banshee-0.98.3.old/ChangeLog	2008-04-11 02:20:54.000000000 +0200
++++ banshee-0.98.3/ChangeLog	2008-04-11 11:22:55.000000000 +0200
+@@ -4033,7 +4033,7 @@
+ 	the pango layout manually instead of using a GtkLabel to be able
+ 	to render the text in two colors, depending on the progress bar
  
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Backends/Banshee.Gnome/Makefile.in banshee-0.98.2/src/Backends/Banshee.Gnome/Makefile.in
---- banshee-0.98.2.old/src/Backends/Banshee.Gnome/Makefile.in	2008-03-26 18:30:35.000000000 +0100
-+++ banshee-0.98.2/src/Backends/Banshee.Gnome/Makefile.in	2008-03-27 08:09:22.000000000 +0100
-@@ -664,7 +664,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Backends/Banshee.GStreamer/Makefile.in banshee-0.98.2/src/Backends/Banshee.GStreamer/Makefile.in
---- banshee-0.98.2.old/src/Backends/Banshee.GStreamer/Makefile.in	2008-03-26 18:30:35.000000000 +0100
-+++ banshee-0.98.2/src/Backends/Banshee.GStreamer/Makefile.in	2008-03-27 08:09:22.000000000 +0100
-@@ -665,7 +665,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Backends/Banshee.Unix/Makefile.in banshee-0.98.2/src/Backends/Banshee.Unix/Makefile.in
---- banshee-0.98.2.old/src/Backends/Banshee.Unix/Makefile.in	2008-03-26 18:30:35.000000000 +0100
-+++ banshee-0.98.2/src/Backends/Banshee.Unix/Makefile.in	2008-03-27 08:09:22.000000000 +0100
-@@ -666,7 +666,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Clients/Nereid/Makefile.in banshee-0.98.2/src/Clients/Nereid/Makefile.in
---- banshee-0.98.2.old/src/Clients/Nereid/Makefile.in	2008-03-26 18:30:35.000000000 +0100
-+++ banshee-0.98.2/src/Clients/Nereid/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -688,7 +688,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Core/Banshee.Core/Makefile.in banshee-0.98.2/src/Core/Banshee.Core/Makefile.in
---- banshee-0.98.2.old/src/Core/Banshee.Core/Makefile.in	2008-03-26 18:30:35.000000000 +0100
-+++ banshee-0.98.2/src/Core/Banshee.Core/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -721,7 +721,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Core/Banshee.Services/Makefile.in banshee-0.98.2/src/Core/Banshee.Services/Makefile.in
---- banshee-0.98.2.old/src/Core/Banshee.Services/Makefile.in	2008-03-26 18:30:35.000000000 +0100
-+++ banshee-0.98.2/src/Core/Banshee.Services/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -814,7 +814,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Core/Banshee.ThickClient/Makefile.in banshee-0.98.2/src/Core/Banshee.ThickClient/Makefile.in
---- banshee-0.98.2.old/src/Core/Banshee.ThickClient/Makefile.in	2008-03-26 18:30:35.000000000 +0100
-+++ banshee-0.98.2/src/Core/Banshee.ThickClient/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -757,7 +757,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Core/Banshee.Widgets/Makefile.in banshee-0.98.2/src/Core/Banshee.Widgets/Makefile.in
---- banshee-0.98.2.old/src/Core/Banshee.Widgets/Makefile.in	2008-03-26 18:30:35.000000000 +0100
-+++ banshee-0.98.2/src/Core/Banshee.Widgets/Makefile.in	2008-03-27 08:09:23.000000000 +0100
+-	* build/build.rules.mk: Do not pass -warnaserror if mono is older than
++	* build/build.rules.mk: Do not pass  if mono is older than
+ 	1.2.4 since there appear to be some fake warnings raised with the older
+ 	gmcs compiler
+ 
+@@ -4122,7 +4122,7 @@
+ 
+ 2008-03-05  Aaron Bockover  <abock at gnome.org>
+ 
+-	* build/build.rules.mk: Turned on -warnaserror and only show the bold
++	* build/build.rules.mk: Turned on  and only show the bold
+ 	compiling message if the terminal supports colors and is a tty
+ 
+ 	* src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs:
+diff -Naur banshee-0.98.3.old/debian/changelog banshee-0.98.3/debian/changelog
+--- banshee-0.98.3.old/debian/changelog	2008-04-11 11:17:59.000000000 +0200
++++ banshee-0.98.3/debian/changelog	2008-04-11 11:22:53.000000000 +0200
+@@ -38,8 +38,8 @@
+       - Update paths.
+     + debian/patches/*:
+       - Dropped, everything.
+-    + debian/patches/01_no-warnaserror.patch:
+-      - Don't build with -warnaserror.
++    + debian/patches/01_no.patch:
++      - Don't build with .
+     + debian/rules:
+       - Cleanup.
+ 
+diff -Naur banshee-0.98.3.old/debian/patches/01_no-warnaserror.patch banshee-0.98.3/debian/patches/01_no-warnaserror.patch
+--- banshee-0.98.3.old/debian/patches/01_no-warnaserror.patch	2008-03-27 08:10:54.000000000 +0100
++++ banshee-0.98.3/debian/patches/01_no-warnaserror.patch	2008-04-11 11:22:53.000000000 +0200
+@@ -5,7 +5,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -18,7 +18,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -30,7 +30,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -42,7 +42,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -54,7 +54,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -66,7 +66,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -78,7 +78,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -90,7 +90,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -102,7 +102,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -114,7 +114,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -126,7 +126,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -138,7 +138,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -150,7 +150,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -162,7 +162,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -174,7 +174,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -186,7 +186,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -198,7 +198,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -210,7 +210,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -222,7 +222,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+@@ -234,7 +234,7 @@
+  	test "x$$colors" = "xyes" && \
+  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+  		echo "Compiling $(notdir $@)...";
+--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++-	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ +	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+  	@if [ -e $(notdir $@.config) ]; then \
+  		cp $(notdir $@.config) $(top_builddir)/bin; \
+diff -Naur banshee-0.98.3.old/src/Backends/Banshee.Gnome/Makefile.in banshee-0.98.3/src/Backends/Banshee.Gnome/Makefile.in
+--- banshee-0.98.3.old/src/Backends/Banshee.Gnome/Makefile.in	2008-04-11 02:38:41.000000000 +0200
++++ banshee-0.98.3/src/Backends/Banshee.Gnome/Makefile.in	2008-04-11 11:22:49.000000000 +0200
+@@ -690,7 +690,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Backends/Banshee.GStreamer/Makefile.in banshee-0.98.3/src/Backends/Banshee.GStreamer/Makefile.in
+--- banshee-0.98.3.old/src/Backends/Banshee.GStreamer/Makefile.in	2008-04-11 02:38:41.000000000 +0200
++++ banshee-0.98.3/src/Backends/Banshee.GStreamer/Makefile.in	2008-04-11 11:22:49.000000000 +0200
+@@ -693,7 +693,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Backends/Banshee.Hal/Makefile.in banshee-0.98.3/src/Backends/Banshee.Hal/Makefile.in
+--- banshee-0.98.3.old/src/Backends/Banshee.Hal/Makefile.in	2008-04-11 02:38:42.000000000 +0200
++++ banshee-0.98.3/src/Backends/Banshee.Hal/Makefile.in	2008-04-11 11:22:49.000000000 +0200
+@@ -699,7 +699,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Backends/Banshee.Unix/Makefile.in banshee-0.98.3/src/Backends/Banshee.Unix/Makefile.in
+--- banshee-0.98.3.old/src/Backends/Banshee.Unix/Makefile.in	2008-04-11 02:38:42.000000000 +0200
++++ banshee-0.98.3/src/Backends/Banshee.Unix/Makefile.in	2008-04-11 11:22:49.000000000 +0200
+@@ -692,7 +692,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Clients/Nereid/Makefile.in banshee-0.98.3/src/Clients/Nereid/Makefile.in
+--- banshee-0.98.3.old/src/Clients/Nereid/Makefile.in	2008-04-11 02:38:42.000000000 +0200
++++ banshee-0.98.3/src/Clients/Nereid/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -714,7 +714,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Core/Banshee.Core/Makefile.in banshee-0.98.3/src/Core/Banshee.Core/Makefile.in
+--- banshee-0.98.3.old/src/Core/Banshee.Core/Makefile.in	2008-04-11 02:38:42.000000000 +0200
++++ banshee-0.98.3/src/Core/Banshee.Core/Makefile.in	2008-04-11 11:22:51.000000000 +0200
+@@ -747,7 +747,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Core/Banshee.Services/Makefile.in banshee-0.98.3/src/Core/Banshee.Services/Makefile.in
+--- banshee-0.98.3.old/src/Core/Banshee.Services/Makefile.in	2008-04-11 02:38:42.000000000 +0200
++++ banshee-0.98.3/src/Core/Banshee.Services/Makefile.in	2008-04-11 11:22:51.000000000 +0200
+@@ -856,7 +856,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Core/Banshee.ThickClient/Makefile.in banshee-0.98.3/src/Core/Banshee.ThickClient/Makefile.in
+--- banshee-0.98.3.old/src/Core/Banshee.ThickClient/Makefile.in	2008-04-11 02:38:42.000000000 +0200
++++ banshee-0.98.3/src/Core/Banshee.ThickClient/Makefile.in	2008-04-11 11:22:52.000000000 +0200
+@@ -778,7 +778,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Core/Banshee.Widgets/Makefile.in banshee-0.98.3/src/Core/Banshee.Widgets/Makefile.in
+--- banshee-0.98.3.old/src/Core/Banshee.Widgets/Makefile.in	2008-04-11 02:38:42.000000000 +0200
++++ banshee-0.98.3/src/Core/Banshee.Widgets/Makefile.in	2008-04-11 11:22:51.000000000 +0200
+@@ -713,7 +713,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Dap/Banshee.Dap/Makefile.in banshee-0.98.3/src/Dap/Banshee.Dap/Makefile.in
+--- banshee-0.98.3.old/src/Dap/Banshee.Dap/Makefile.in	2008-04-11 02:38:43.000000000 +0200
++++ banshee-0.98.3/src/Dap/Banshee.Dap/Makefile.in	2008-04-11 11:22:51.000000000 +0200
+@@ -691,7 +691,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Dap/Banshee.Dap.MassStorage/Makefile.in banshee-0.98.3/src/Dap/Banshee.Dap.MassStorage/Makefile.in
+--- banshee-0.98.3.old/src/Dap/Banshee.Dap.MassStorage/Makefile.in	2008-04-11 02:38:42.000000000 +0200
++++ banshee-0.98.3/src/Dap/Banshee.Dap.MassStorage/Makefile.in	2008-04-11 11:22:51.000000000 +0200
+@@ -687,7 +687,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Dap/Banshee.Dap.Mtp/Makefile.in banshee-0.98.3/src/Dap/Banshee.Dap.Mtp/Makefile.in
+--- banshee-0.98.3.old/src/Dap/Banshee.Dap.Mtp/Makefile.in	2008-04-11 02:38:43.000000000 +0200
++++ banshee-0.98.3/src/Dap/Banshee.Dap.Mtp/Makefile.in	2008-04-11 11:22:51.000000000 +0200
+@@ -690,7 +690,7 @@
+ @ENABLE_MTP_TRUE@	test "x$$colors" = "xyes" && \
+ @ENABLE_MTP_TRUE@		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ @ENABLE_MTP_TRUE@		echo "Compiling $(notdir $@)...";
+- at ENABLE_MTP_TRUE@	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++ at ENABLE_MTP_TRUE@	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ @ENABLE_MTP_TRUE@	@if [ -e $(notdir $@.config) ]; then \
+ @ENABLE_MTP_TRUE@		cp $(notdir $@.config) $(top_builddir)/bin; \
+ @ENABLE_MTP_TRUE@	fi;
+diff -Naur banshee-0.98.3.old/src/Extensions/Banshee.AudioCd/Makefile.in banshee-0.98.3/src/Extensions/Banshee.AudioCd/Makefile.in
+--- banshee-0.98.3.old/src/Extensions/Banshee.AudioCd/Makefile.in	2008-04-11 02:38:43.000000000 +0200
++++ banshee-0.98.3/src/Extensions/Banshee.AudioCd/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -697,7 +697,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Extensions/Banshee.Bookmarks/Makefile.in banshee-0.98.3/src/Extensions/Banshee.Bookmarks/Makefile.in
+--- banshee-0.98.3.old/src/Extensions/Banshee.Bookmarks/Makefile.in	2008-04-11 02:38:43.000000000 +0200
++++ banshee-0.98.3/src/Extensions/Banshee.Bookmarks/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -690,7 +690,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Extensions/Banshee.Daap/Makefile.in banshee-0.98.3/src/Extensions/Banshee.Daap/Makefile.in
+--- banshee-0.98.3.old/src/Extensions/Banshee.Daap/Makefile.in	2008-04-11 02:38:43.000000000 +0200
++++ banshee-0.98.3/src/Extensions/Banshee.Daap/Makefile.in	2008-04-11 11:22:51.000000000 +0200
+@@ -717,7 +717,7 @@
+ @DAAP_ENABLED_TRUE@	test "x$$colors" = "xyes" && \
+ @DAAP_ENABLED_TRUE@		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ @DAAP_ENABLED_TRUE@		echo "Compiling $(notdir $@)...";
+- at DAAP_ENABLED_TRUE@	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++ at DAAP_ENABLED_TRUE@	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ @DAAP_ENABLED_TRUE@	@if [ -e $(notdir $@.config) ]; then \
+ @DAAP_ENABLED_TRUE@		cp $(notdir $@.config) $(top_builddir)/bin; \
+ @DAAP_ENABLED_TRUE@	fi;
+diff -Naur banshee-0.98.3.old/src/Extensions/Banshee.Lastfm/Makefile.in banshee-0.98.3/src/Extensions/Banshee.Lastfm/Makefile.in
+--- banshee-0.98.3.old/src/Extensions/Banshee.Lastfm/Makefile.in	2008-04-11 02:38:43.000000000 +0200
++++ banshee-0.98.3/src/Extensions/Banshee.Lastfm/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -703,7 +703,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Extensions/Banshee.MultimediaKeys/Makefile.in banshee-0.98.3/src/Extensions/Banshee.MultimediaKeys/Makefile.in
+--- banshee-0.98.3.old/src/Extensions/Banshee.MultimediaKeys/Makefile.in	2008-04-11 02:38:43.000000000 +0200
++++ banshee-0.98.3/src/Extensions/Banshee.MultimediaKeys/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -687,7 +687,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Extensions/Banshee.NotificationArea/Makefile.in banshee-0.98.3/src/Extensions/Banshee.NotificationArea/Makefile.in
+--- banshee-0.98.3.old/src/Extensions/Banshee.NotificationArea/Makefile.in	2008-04-11 02:38:43.000000000 +0200
++++ banshee-0.98.3/src/Extensions/Banshee.NotificationArea/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -701,7 +701,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Extensions/Banshee.NowPlaying/Makefile.in banshee-0.98.3/src/Extensions/Banshee.NowPlaying/Makefile.in
+--- banshee-0.98.3.old/src/Extensions/Banshee.NowPlaying/Makefile.in	2008-04-11 02:38:44.000000000 +0200
++++ banshee-0.98.3/src/Extensions/Banshee.NowPlaying/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -694,7 +694,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Extensions/Banshee.PlayQueue/Makefile.in banshee-0.98.3/src/Extensions/Banshee.PlayQueue/Makefile.in
+--- banshee-0.98.3.old/src/Extensions/Banshee.PlayQueue/Makefile.in	2008-04-11 02:38:44.000000000 +0200
++++ banshee-0.98.3/src/Extensions/Banshee.PlayQueue/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -691,7 +691,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Extensions/Banshee.Podcasting/Makefile.in banshee-0.98.3/src/Extensions/Banshee.Podcasting/Makefile.in
+--- banshee-0.98.3.old/src/Extensions/Banshee.Podcasting/Makefile.in	2008-04-11 02:38:44.000000000 +0200
++++ banshee-0.98.3/src/Extensions/Banshee.Podcasting/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -723,7 +723,7 @@
+ @ENABLE_PODCAST_TRUE@	test "x$$colors" = "xyes" && \
+ @ENABLE_PODCAST_TRUE@		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ @ENABLE_PODCAST_TRUE@		echo "Compiling $(notdir $@)...";
+- at ENABLE_PODCAST_TRUE@	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++ at ENABLE_PODCAST_TRUE@	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ @ENABLE_PODCAST_TRUE@	@if [ -e $(notdir $@.config) ]; then \
+ @ENABLE_PODCAST_TRUE@		cp $(notdir $@.config) $(top_builddir)/bin; \
+ @ENABLE_PODCAST_TRUE@	fi;
+diff -Naur banshee-0.98.3.old/src/Libraries/Hyena/Makefile.in banshee-0.98.3/src/Libraries/Hyena/Makefile.in
+--- banshee-0.98.3.old/src/Libraries/Hyena/Makefile.in	2008-04-11 02:38:44.000000000 +0200
++++ banshee-0.98.3/src/Libraries/Hyena/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -765,7 +765,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Libraries/Hyena.Gui/Makefile.in banshee-0.98.3/src/Libraries/Hyena.Gui/Makefile.in
+--- banshee-0.98.3.old/src/Libraries/Hyena.Gui/Makefile.in	2008-04-11 02:38:44.000000000 +0200
++++ banshee-0.98.3/src/Libraries/Hyena.Gui/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -744,7 +744,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Libraries/Lastfm/Makefile.in banshee-0.98.3/src/Libraries/Lastfm/Makefile.in
+--- banshee-0.98.3.old/src/Libraries/Lastfm/Makefile.in	2008-04-11 02:38:45.000000000 +0200
++++ banshee-0.98.3/src/Libraries/Lastfm/Makefile.in	2008-04-11 11:22:50.000000000 +0200
 @@ -698,7 +698,7 @@
  	test "x$$colors" = "xyes" && \
  		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
  		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Extensions/Banshee.Bookmarks/Makefile.in banshee-0.98.2/src/Extensions/Banshee.Bookmarks/Makefile.in
---- banshee-0.98.2.old/src/Extensions/Banshee.Bookmarks/Makefile.in	2008-03-26 18:30:36.000000000 +0100
-+++ banshee-0.98.2/src/Extensions/Banshee.Bookmarks/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -664,7 +664,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Extensions/Banshee.Lastfm/Makefile.in banshee-0.98.2/src/Extensions/Banshee.Lastfm/Makefile.in
---- banshee-0.98.2.old/src/Extensions/Banshee.Lastfm/Makefile.in	2008-03-26 18:30:36.000000000 +0100
-+++ banshee-0.98.2/src/Extensions/Banshee.Lastfm/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -683,7 +683,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Extensions/Banshee.MultimediaKeys/Makefile.in banshee-0.98.2/src/Extensions/Banshee.MultimediaKeys/Makefile.in
---- banshee-0.98.2.old/src/Extensions/Banshee.MultimediaKeys/Makefile.in	2008-03-26 18:30:36.000000000 +0100
-+++ banshee-0.98.2/src/Extensions/Banshee.MultimediaKeys/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -661,7 +661,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Extensions/Banshee.NotificationArea/Makefile.in banshee-0.98.2/src/Extensions/Banshee.NotificationArea/Makefile.in
---- banshee-0.98.2.old/src/Extensions/Banshee.NotificationArea/Makefile.in	2008-03-27 00:16:37.000000000 +0100
-+++ banshee-0.98.2/src/Extensions/Banshee.NotificationArea/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -675,7 +675,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Extensions/Banshee.NowPlaying/Makefile.in banshee-0.98.2/src/Extensions/Banshee.NowPlaying/Makefile.in
---- banshee-0.98.2.old/src/Extensions/Banshee.NowPlaying/Makefile.in	2008-03-26 22:14:37.000000000 +0100
-+++ banshee-0.98.2/src/Extensions/Banshee.NowPlaying/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -668,7 +668,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Extensions/Banshee.PlayQueue/Makefile.in banshee-0.98.2/src/Extensions/Banshee.PlayQueue/Makefile.in
---- banshee-0.98.2.old/src/Extensions/Banshee.PlayQueue/Makefile.in	2008-03-26 18:30:36.000000000 +0100
-+++ banshee-0.98.2/src/Extensions/Banshee.PlayQueue/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -665,7 +665,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Libraries/Hyena/Makefile.in banshee-0.98.2/src/Libraries/Hyena/Makefile.in
---- banshee-0.98.2.old/src/Libraries/Hyena/Makefile.in	2008-03-26 18:30:36.000000000 +0100
-+++ banshee-0.98.2/src/Libraries/Hyena/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -739,7 +739,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Libraries/Hyena.Gui/Makefile.in banshee-0.98.2/src/Libraries/Hyena.Gui/Makefile.in
---- banshee-0.98.2.old/src/Libraries/Hyena.Gui/Makefile.in	2008-03-26 18:30:36.000000000 +0100
-+++ banshee-0.98.2/src/Libraries/Hyena.Gui/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -715,7 +715,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Libraries/Lastfm/Makefile.in banshee-0.98.2/src/Libraries/Lastfm/Makefile.in
---- banshee-0.98.2.old/src/Libraries/Lastfm/Makefile.in	2008-03-26 18:30:37.000000000 +0100
-+++ banshee-0.98.2/src/Libraries/Lastfm/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -672,7 +672,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Libraries/Lastfm.Gui/Makefile.in banshee-0.98.2/src/Libraries/Lastfm.Gui/Makefile.in
---- banshee-0.98.2.old/src/Libraries/Lastfm.Gui/Makefile.in	2008-03-26 18:30:36.000000000 +0100
-+++ banshee-0.98.2/src/Libraries/Lastfm.Gui/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -668,7 +668,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
-diff -x'*patch' -Naur banshee-0.98.2.old/src/Libraries/Mono.Media/Makefile.in banshee-0.98.2/src/Libraries/Mono.Media/Makefile.in
---- banshee-0.98.2.old/src/Libraries/Mono.Media/Makefile.in	2008-03-26 18:30:37.000000000 +0100
-+++ banshee-0.98.2/src/Libraries/Mono.Media/Makefile.in	2008-03-27 08:09:23.000000000 +0100
-@@ -667,7 +667,7 @@
- 	test "x$$colors" = "xyes" && \
- 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
- 		echo "Compiling $(notdir $@)...";
--	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn="-warnaserror"; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
-+	@test "x$(HAVE_MONO_1_2_4)" = "xyes" && warn=""; test "x$(HAVE_GTK_2_10)" = "xyes" && gtk_210="-define:HAVE_GTK_2_10"; $(BUILD) -target:$(TARGET) -out:$@ $$warn $$gtk_210 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
- 	@if [ -e $(notdir $@.config) ]; then \
- 		cp $(notdir $@.config) $(top_builddir)/bin; \
- 	fi;
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Libraries/Lastfm.Gui/Makefile.in banshee-0.98.3/src/Libraries/Lastfm.Gui/Makefile.in
+--- banshee-0.98.3.old/src/Libraries/Lastfm.Gui/Makefile.in	2008-04-11 02:38:45.000000000 +0200
++++ banshee-0.98.3/src/Libraries/Lastfm.Gui/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -694,7 +694,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Libraries/Migo/Makefile.in banshee-0.98.3/src/Libraries/Migo/Makefile.in
+--- banshee-0.98.3.old/src/Libraries/Migo/Makefile.in	2008-04-11 02:38:45.000000000 +0200
++++ banshee-0.98.3/src/Libraries/Migo/Makefile.in	2008-04-11 11:22:49.000000000 +0200
+@@ -768,7 +768,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Libraries/Mono.Media/Makefile.in banshee-0.98.3/src/Libraries/Mono.Media/Makefile.in
+--- banshee-0.98.3.old/src/Libraries/Mono.Media/Makefile.in	2008-04-11 02:38:45.000000000 +0200
++++ banshee-0.98.3/src/Libraries/Mono.Media/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -693,7 +693,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;
+diff -Naur banshee-0.98.3.old/src/Libraries/Mtp/Makefile.in banshee-0.98.3/src/Libraries/Mtp/Makefile.in
+--- banshee-0.98.3.old/src/Libraries/Mtp/Makefile.in	2008-04-11 02:38:45.000000000 +0200
++++ banshee-0.98.3/src/Libraries/Mtp/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -702,7 +702,7 @@
+ @ENABLE_MTP_TRUE@	test "x$$colors" = "xyes" && \
+ @ENABLE_MTP_TRUE@		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ @ENABLE_MTP_TRUE@		echo "Compiling $(notdir $@)...";
+- at ENABLE_MTP_TRUE@	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++ at ENABLE_MTP_TRUE@	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ @ENABLE_MTP_TRUE@	@if [ -e $(notdir $@.config) ]; then \
+ @ENABLE_MTP_TRUE@		cp $(notdir $@.config) $(top_builddir)/bin; \
+ @ENABLE_MTP_TRUE@	fi;
+diff -Naur banshee-0.98.3.old/src/Libraries/MusicBrainz/Makefile.in banshee-0.98.3/src/Libraries/MusicBrainz/Makefile.in
+--- banshee-0.98.3.old/src/Libraries/MusicBrainz/Makefile.in	2008-04-11 02:38:45.000000000 +0200
++++ banshee-0.98.3/src/Libraries/MusicBrainz/Makefile.in	2008-04-11 11:22:50.000000000 +0200
+@@ -704,7 +704,7 @@
+ 	test "x$$colors" = "xyes" && \
+ 		echo -e "\033[1mCompiling $(notdir $@)...\033[0m" || \
+ 		echo "Compiling $(notdir $@)...";
+-	@test "x$(DEVEL_BUILD)" = "xyes" && warn="-warnaserror"; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
++	@test "x$(DEVEL_BUILD)" = "xyes" && warn=""; $(BUILD) -target:$(TARGET) -out:$@ $$warn -define:HAVE_GTK_2_10 $(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD) 
+ 	@if [ -e $(notdir $@.config) ]; then \
+ 		cp $(notdir $@.config) $(top_builddir)/bin; \
+ 	fi;




More information about the Pkg-cli-apps-commits mailing list