diff -u gstreamer0.10-pitfdll-0.9.1.1+cvs20080215/debian/changelog gstreamer0.10-pitfdll-0.9.1.1+cvs20080215/debian/changelog --- gstreamer0.10-pitfdll-0.9.1.1+cvs20080215/debian/changelog +++ gstreamer0.10-pitfdll-0.9.1.1+cvs20080215/debian/changelog @@ -1,3 +1,10 @@ +gstreamer0.10-pitfdll (0.9.1.1+cvs20080215-1ubuntu2) karmic; urgency=low + + * [FTBFS] Fix error: static declaration of 'vsscanf' follows non-static declaration + + /gst-libs/ext/loader/wine/win32.c: Removed 'static' due to a gcc4 new behaviour (LP: #490141) + + -- Alfonso Cepeda Caballos Mon, 30 Nov 2009 00:22:47 +0100 + gstreamer0.10-pitfdll (0.9.1.1+cvs20080215-1ubuntu1) jaunty; urgency=low * Changed reference in README.debian from debian-multimedia to medibuntu (LP: #219405) only in patch2: unchanged: --- gstreamer0.10-pitfdll-0.9.1.1+cvs20080215.orig/gst-libs/ext/loader/wine/win32.c +++ gstreamer0.10-pitfdll-0.9.1.1+cvs20080215/gst-libs/ext/loader/wine/win32.c @@ -67,7 +67,7 @@ # endif #else /* system has no vsscanf. try to provide one */ -static int vsscanf( const char *str, const char *format, va_list ap) +int vsscanf( const char *str, const char *format, va_list ap) { long p1 = va_arg(ap, long); long p2 = va_arg(ap, long);