[Pkg-cli-apps-commits] r3850 - 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
Thu Mar 27 07:10:55 UTC 2008


Author: slomo
Date: Thu Mar 27 07:10:54 2008
New Revision: 3850

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3850
Log:
New upstream release, "1.0 Alpha 2".

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=3850&op=diff
==============================================================================
--- packages/banshee/branches/1.0/debian/changelog (original)
+++ packages/banshee/branches/1.0/debian/changelog Thu Mar 27 07:10:54 2008
@@ -1,3 +1,9 @@
+banshee (0.98.2-1) experimental; urgency=low
+
+  * New upstream release, "1.0 Alpha 2".
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 27 Mar 2008 08:02:58 +0100
+
 banshee (0.98.1-1) experimental; urgency=low
 
   * New upstream development release, 1.0 Alpha 1:

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=3850&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 Thu Mar 27 07:10:54 2008
@@ -1,6 +1,6 @@
-diff -x'*ChangeLog' -Naur banshee-0.98.1.old/build/build.rules.mk banshee-0.98.1/build/build.rules.mk
---- banshee-0.98.1.old/build/build.rules.mk	2008-03-14 00:14:41.000000000 +0100
-+++ banshee-0.98.1/build/build.rules.mk	2008-03-18 17:31:45.000000000 +0100
+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" || \
@@ -10,21 +10,130 @@
  	@if [ -e $(notdir $@.config) ]; then \
  		cp $(notdir $@.config) $(top_builddir)/bin; \
  	fi;
-diff -x'*ChangeLog' -Naur banshee-0.98.1.old/src/Backends/Banshee.Gnome/Makefile.in banshee-0.98.1/src/Backends/Banshee.Gnome/Makefile.in
---- banshee-0.98.1.old/src/Backends/Banshee.Gnome/Makefile.in	2008-03-14 01:06:49.000000000 +0100
-+++ banshee-0.98.1/src/Backends/Banshee.Gnome/Makefile.in	2008-03-18 17:31:45.000000000 +0100
-@@ -660,7 +660,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Backends/Banshee.GStreamer/Makefile.in banshee-0.98.1/src/Backends/Banshee.GStreamer/Makefile.in
---- banshee-0.98.1.old/src/Backends/Banshee.GStreamer/Makefile.in	2008-03-14 01:06:49.000000000 +0100
-+++ banshee-0.98.1/src/Backends/Banshee.GStreamer/Makefile.in	2008-03-18 17:31:45.000000000 +0100
+ 
+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
+@@ -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" || \
@@ -34,33 +143,57 @@
  	@if [ -e $(notdir $@.config) ]; then \
  		cp $(notdir $@.config) $(top_builddir)/bin; \
  	fi;
-diff -x'*ChangeLog' -Naur banshee-0.98.1.old/src/Backends/Banshee.Unix/Makefile.in banshee-0.98.1/src/Backends/Banshee.Unix/Makefile.in
---- banshee-0.98.1.old/src/Backends/Banshee.Unix/Makefile.in	2008-03-14 01:06:49.000000000 +0100
-+++ banshee-0.98.1/src/Backends/Banshee.Unix/Makefile.in	2008-03-18 17:31:45.000000000 +0100
-@@ -662,7 +662,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Clients/Nereid/Makefile.in banshee-0.98.1/src/Clients/Nereid/Makefile.in
---- banshee-0.98.1.old/src/Clients/Nereid/Makefile.in	2008-03-14 01:06:50.000000000 +0100
-+++ banshee-0.98.1/src/Clients/Nereid/Makefile.in	2008-03-18 17:31:46.000000000 +0100
-@@ -684,7 +684,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Core/Banshee.Core/Makefile.in banshee-0.98.1/src/Core/Banshee.Core/Makefile.in
---- banshee-0.98.1.old/src/Core/Banshee.Core/Makefile.in	2008-03-14 01:06:50.000000000 +0100
-+++ banshee-0.98.1/src/Core/Banshee.Core/Makefile.in	2008-03-18 17:31:46.000000000 +0100
+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" || \
@@ -70,117 +203,21 @@
  	@if [ -e $(notdir $@.config) ]; then \
  		cp $(notdir $@.config) $(top_builddir)/bin; \
  	fi;
-diff -x'*ChangeLog' -Naur banshee-0.98.1.old/src/Core/Banshee.Services/Makefile.in banshee-0.98.1/src/Core/Banshee.Services/Makefile.in
---- banshee-0.98.1.old/src/Core/Banshee.Services/Makefile.in	2008-03-14 01:06:50.000000000 +0100
-+++ banshee-0.98.1/src/Core/Banshee.Services/Makefile.in	2008-03-18 17:31:46.000000000 +0100
-@@ -805,7 +805,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Core/Banshee.ThickClient/Makefile.in banshee-0.98.1/src/Core/Banshee.ThickClient/Makefile.in
---- banshee-0.98.1.old/src/Core/Banshee.ThickClient/Makefile.in	2008-03-14 01:06:50.000000000 +0100
-+++ banshee-0.98.1/src/Core/Banshee.ThickClient/Makefile.in	2008-03-18 17:31:46.000000000 +0100
-@@ -752,7 +752,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Core/Banshee.Widgets/Makefile.in banshee-0.98.1/src/Core/Banshee.Widgets/Makefile.in
---- banshee-0.98.1.old/src/Core/Banshee.Widgets/Makefile.in	2008-03-14 01:06:50.000000000 +0100
-+++ banshee-0.98.1/src/Core/Banshee.Widgets/Makefile.in	2008-03-18 17:31:46.000000000 +0100
-@@ -694,7 +694,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Extensions/Banshee.Lastfm/Makefile.in banshee-0.98.1/src/Extensions/Banshee.Lastfm/Makefile.in
---- banshee-0.98.1.old/src/Extensions/Banshee.Lastfm/Makefile.in	2008-03-14 01:06:50.000000000 +0100
-+++ banshee-0.98.1/src/Extensions/Banshee.Lastfm/Makefile.in	2008-03-18 17:31:46.000000000 +0100
-@@ -679,7 +679,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Extensions/Banshee.MultimediaKeys/Makefile.in banshee-0.98.1/src/Extensions/Banshee.MultimediaKeys/Makefile.in
---- banshee-0.98.1.old/src/Extensions/Banshee.MultimediaKeys/Makefile.in	2008-03-14 01:06:50.000000000 +0100
-+++ banshee-0.98.1/src/Extensions/Banshee.MultimediaKeys/Makefile.in	2008-03-18 17:31:46.000000000 +0100
-@@ -657,7 +657,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Extensions/Banshee.NotificationArea/Makefile.in banshee-0.98.1/src/Extensions/Banshee.NotificationArea/Makefile.in
---- banshee-0.98.1.old/src/Extensions/Banshee.NotificationArea/Makefile.in	2008-03-14 01:06:51.000000000 +0100
-+++ banshee-0.98.1/src/Extensions/Banshee.NotificationArea/Makefile.in	2008-03-18 17:31:46.000000000 +0100
-@@ -669,7 +669,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Extensions/Banshee.PlayQueue/Makefile.in banshee-0.98.1/src/Extensions/Banshee.PlayQueue/Makefile.in
---- banshee-0.98.1.old/src/Extensions/Banshee.PlayQueue/Makefile.in	2008-03-14 01:06:51.000000000 +0100
-+++ banshee-0.98.1/src/Extensions/Banshee.PlayQueue/Makefile.in	2008-03-18 17:31:46.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'*ChangeLog' -Naur banshee-0.98.1.old/src/Libraries/Hyena/Makefile.in banshee-0.98.1/src/Libraries/Hyena/Makefile.in
---- banshee-0.98.1.old/src/Libraries/Hyena/Makefile.in	2008-03-14 01:06:51.000000000 +0100
-+++ banshee-0.98.1/src/Libraries/Hyena/Makefile.in	2008-03-18 17:31:45.000000000 +0100
-@@ -732,7 +732,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Libraries/Hyena.Gui/Makefile.in banshee-0.98.1/src/Libraries/Hyena.Gui/Makefile.in
---- banshee-0.98.1.old/src/Libraries/Hyena.Gui/Makefile.in	2008-03-14 01:06:51.000000000 +0100
-+++ banshee-0.98.1/src/Libraries/Hyena.Gui/Makefile.in	2008-03-18 17:31:46.000000000 +0100
-@@ -702,7 +702,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'*ChangeLog' -Naur banshee-0.98.1.old/src/Libraries/Lastfm/Makefile.in banshee-0.98.1/src/Libraries/Lastfm/Makefile.in
---- banshee-0.98.1.old/src/Libraries/Lastfm/Makefile.in	2008-03-14 01:06:51.000000000 +0100
-+++ banshee-0.98.1/src/Libraries/Lastfm/Makefile.in	2008-03-18 17:31:46.000000000 +0100
+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" || \
@@ -190,27 +227,15 @@
  	@if [ -e $(notdir $@.config) ]; then \
  		cp $(notdir $@.config) $(top_builddir)/bin; \
  	fi;
-diff -x'*ChangeLog' -Naur banshee-0.98.1.old/src/Libraries/Lastfm.Gui/Makefile.in banshee-0.98.1/src/Libraries/Lastfm.Gui/Makefile.in
---- banshee-0.98.1.old/src/Libraries/Lastfm.Gui/Makefile.in	2008-03-14 01:06:51.000000000 +0100
-+++ banshee-0.98.1/src/Libraries/Lastfm.Gui/Makefile.in	2008-03-18 17:31:46.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'*ChangeLog' -Naur banshee-0.98.1.old/src/Libraries/Mono.Media/Makefile.in banshee-0.98.1/src/Libraries/Mono.Media/Makefile.in
---- banshee-0.98.1.old/src/Libraries/Mono.Media/Makefile.in	2008-03-14 01:06:52.000000000 +0100
-+++ banshee-0.98.1/src/Libraries/Mono.Media/Makefile.in	2008-03-18 17:31:46.000000000 +0100
-@@ -663,7 +663,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;




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