[Pkg-mono-svn-commits] rev 2904 - in non-group/banshee: tags tags/0.11.3+dfsg-2 tags/0.11.3+dfsg-2/debian tags/0.11.3+dfsg-2/debian/patches trunk/debian trunk/debian/patches

Sebastian Dröge slomo at alioth.debian.org
Thu Jan 11 21:06:26 CET 2007


Author: slomo
Date: 2007-01-11 21:06:25 +0100 (Thu, 11 Jan 2007)
New Revision: 2904

Added:
   non-group/banshee/tags/0.11.3+dfsg-2/
   non-group/banshee/tags/0.11.3+dfsg-2/debian/
   non-group/banshee/tags/0.11.3+dfsg-2/debian/patches/01_gst-inspect.patch
   non-group/banshee/trunk/debian/patches/01_gst-inspect.patch
Removed:
   non-group/banshee/tags/0.11.3+dfsg-2/debian/
Modified:
   non-group/banshee/tags/0.11.3+dfsg-2/debian/changelog
   non-group/banshee/trunk/debian/changelog
Log:
* update and tag banshee


Copied: non-group/banshee/tags/0.11.3+dfsg-2 (from rev 2902, non-group/banshee/trunk)

Copied: non-group/banshee/tags/0.11.3+dfsg-2/debian (from rev 2903, non-group/banshee/trunk/debian)

Modified: non-group/banshee/tags/0.11.3+dfsg-2/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog	2007-01-11 20:05:02 UTC (rev 2903)
+++ non-group/banshee/tags/0.11.3+dfsg-2/debian/changelog	2007-01-11 20:06:25 UTC (rev 2904)
@@ -1,3 +1,12 @@
+banshee (0.11.3+dfsg-2) unstable; urgency=low
+
+  * debian/patches/01_gst-inspect.patch:
+    + Don't check for random GStreamer elements. This is not necessary as we
+      depend on the relevant packages anyway and some buildds fail the checks
+      although everything is there. (Closes: #406116)
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon,  8 Jan 2007 22:58:47 +0100
+
 banshee (0.11.3+dfsg-1) unstable; urgency=low
 
   * New upstream release (Closes: #403410):

Added: non-group/banshee/tags/0.11.3+dfsg-2/debian/patches/01_gst-inspect.patch
===================================================================
--- non-group/banshee/trunk/debian/patches/01_gst-inspect.patch	2007-01-11 20:05:02 UTC (rev 2903)
+++ non-group/banshee/tags/0.11.3+dfsg-2/debian/patches/01_gst-inspect.patch	2007-01-11 20:06:25 UTC (rev 2904)
@@ -0,0 +1,33 @@
+--- configure.old	2007-01-08 22:55:58.540715795 +0100
++++ configure	2007-01-08 22:58:13.604412637 +0100
+@@ -21898,30 +21898,6 @@
+ echo "${ECHO_T}yes" >&6
+ 	fi
+ 
+-	for element in $(echo "0.10,decodebin
+-	playbin
+-	cdparanoia
+-	gnomevfssink
+-	gnomevfssrc
+-	audioconvert
+-	gconfaudiosink
+-" | cut -d, -f2- | sed 's/\,/ /g'); do
+-		echo "$as_me:$LINENO: checking for GStreamer $gst_version $element plugin" >&5
+-echo $ECHO_N "checking for GStreamer $gst_version $element plugin... $ECHO_C" >&6
+-		if $gst_inspect $element > /dev/null 2>/dev/null; then
+-			echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-		else
+-			echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+-			{ { echo "$as_me:$LINENO: error: Cannot find required GStreamer-$gst_version plugin '$element'." >&5
+-echo "$as_me: error: Cannot find required GStreamer-$gst_version plugin '$element'." >&2;}
+-   { (exit 1); exit 1; }; }
+-		fi
+-	done;
+-
+-
+-
+ # Extract the first word of "gconftool-2", so it can be a program name with args.
+ set dummy gconftool-2; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5

Modified: non-group/banshee/trunk/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog	2007-01-11 20:05:02 UTC (rev 2903)
+++ non-group/banshee/trunk/debian/changelog	2007-01-11 20:06:25 UTC (rev 2904)
@@ -1,3 +1,12 @@
+banshee (0.11.3+dfsg-2) unstable; urgency=low
+
+  * debian/patches/01_gst-inspect.patch:
+    + Don't check for random GStreamer elements. This is not necessary as we
+      depend on the relevant packages anyway and some buildds fail the checks
+      although everything is there. (Closes: #406116)
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon,  8 Jan 2007 22:58:47 +0100
+
 banshee (0.11.3+dfsg-1) unstable; urgency=low
 
   * New upstream release (Closes: #403410):

Added: non-group/banshee/trunk/debian/patches/01_gst-inspect.patch
===================================================================
--- non-group/banshee/trunk/debian/patches/01_gst-inspect.patch	2007-01-11 20:05:02 UTC (rev 2903)
+++ non-group/banshee/trunk/debian/patches/01_gst-inspect.patch	2007-01-11 20:06:25 UTC (rev 2904)
@@ -0,0 +1,33 @@
+--- configure.old	2007-01-08 22:55:58.540715795 +0100
++++ configure	2007-01-08 22:58:13.604412637 +0100
+@@ -21898,30 +21898,6 @@
+ echo "${ECHO_T}yes" >&6
+ 	fi
+ 
+-	for element in $(echo "0.10,decodebin
+-	playbin
+-	cdparanoia
+-	gnomevfssink
+-	gnomevfssrc
+-	audioconvert
+-	gconfaudiosink
+-" | cut -d, -f2- | sed 's/\,/ /g'); do
+-		echo "$as_me:$LINENO: checking for GStreamer $gst_version $element plugin" >&5
+-echo $ECHO_N "checking for GStreamer $gst_version $element plugin... $ECHO_C" >&6
+-		if $gst_inspect $element > /dev/null 2>/dev/null; then
+-			echo "$as_me:$LINENO: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
+-		else
+-			echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6
+-			{ { echo "$as_me:$LINENO: error: Cannot find required GStreamer-$gst_version plugin '$element'." >&5
+-echo "$as_me: error: Cannot find required GStreamer-$gst_version plugin '$element'." >&2;}
+-   { (exit 1); exit 1; }; }
+-		fi
+-	done;
+-
+-
+-
+ # Extract the first word of "gconftool-2", so it can be a program name with args.
+ set dummy gconftool-2; ac_word=$2
+ echo "$as_me:$LINENO: checking for $ac_word" >&5




More information about the Pkg-mono-svn-commits mailing list